Name | Status | Type | Time(s) |
testTypeAnnotationsWithJavac | Success | | 0.107 |
testLambdaSpecificsWithJavac | Success | | 0.126 |
testUnnamedModule2Javac | Success | | 0.112 |
testGenericsWithEclipseCompiler | Success | | 1.078 |
testTypeAnnotations26WithJavac | Success | | 0.497 |
testTypeAnnotations16WithJavac | Success | | 0.040 |
testDirectiveVisitorJavac | Success | | 0.064 |
testNegativeModel8WithEclipseCompiler | Success | | 0.139 |
testModuleElement4Javac | Success | | 0.055 |
testRepeatedAnnotations24WithJavac | Success | | 0.079 |
testAnnotations1 | Success | | 0.258 |
testTypeAnnotations15WithJavac | Success | | 0.035 |
testBug521723Javac | Success | | 0.033 |
testElementsWithEclipseCompiler | Success | | 0.232 |
testNegativeModel9WithEclipseCompiler | Success | | 0.149 |
testRepeatedAnnotations21WithJavac | Success | | 0.038 |
testUnnamedModule2 | Success | | 0.106 |
testBug466878_getResource_defaultPackage | Success | | 0.071 |
testTypeAnnotations3 | Success | | 0.389 |
testBug463062 | Success | | 0.059 |
testRootElements5Javac | Success | | 0.133 |
testBug549687 | Failure | Compilation failed : ---------- 1. ERROR in /home/cbi/genie.releng/workspace/ep415I-unit-cen64-gtk3-java13/tmp/eclipse-temp/src/mod_locations/modules6/com.reinhardt.annotationdiscoveryvisitornpe/module-info.java (at line 2) requires java.xml.bind; ^^^^^^^^^^^^^ java.xml.bind cannot be resolved to a module ---------- ---------- 2. ERROR in /home/cbi/genie.releng/workspace/ep415I-unit-cen64-gtk3-java13/tmp/eclipse-temp/src/mod_locations/modules6/com.reinhardt.annotationdiscoveryvisitornpe/com/reinhardt/annotationdiscoveryvisitornpe/package-info.java (at line 1) @javax.xml.bind.annotation.XmlSchema(namespace = "com.reinhardt.annotationdiscoveryvisitornpe") ^^^^^^^^^ javax.xml cannot be resolved to a type ---------- 2 problems (2 errors)
junit.framework.AssertionFailedError: Compilation failed : ----------
1. ERROR in /home/cbi/genie.releng/workspace/ep415I-unit-cen64-gtk3-java13/tmp/eclipse-temp/src/mod_locations/modules6/com.reinhardt.annotationdiscoveryvisitornpe/module-info.java (at line 2)
requires java.xml.bind;
^^^^^^^^^^^^^
java.xml.bind cannot be resolved to a module
----------
----------
2. ERROR in /home/cbi/genie.releng/workspace/ep415I-unit-cen64-gtk3-java13/tmp/eclipse-temp/src/mod_locations/modules6/com.reinhardt.annotationdiscoveryvisitornpe/com/reinhardt/annotationdiscoveryvisitornpe/package-info.java (at line 1)
@javax.xml.bind.annotation.XmlSchema(namespace = "com.reinhardt.annotationdiscoveryvisitornpe")
^^^^^^^^^
javax.xml cannot be resolved to a type
----------
2 problems (2 errors)
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at org.eclipse.jdt.compiler.apt.tests.BatchTestUtils.compileInModuleMode(BatchTestUtils.java:164)
at org.eclipse.jdt.compiler.apt.tests.Java12ElementsTests.internalTestWithBinary(Java12ElementsTests.java:107)
at org.eclipse.jdt.compiler.apt.tests.Java12ElementsTests.testBug549687(Java12ElementsTests.java:38)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:130)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at junit.framework.TestSuite.runTest(TestSuite.java:241)
at junit.framework.TestSuite.run(TestSuite.java:236)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:43)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:82)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:73)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:248)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$5(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:226)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:199)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:132)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:53)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:44)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
at org.eclipse.core.launcher.Main.main(Main.java:44)
| 0.111 |
testRootElements2Javac | Success | | 0.114 |
testBug456986 | Success | | 0.063 |
testModuleElement6 | Success | | 0.243 |
testFiler1Javac | Success | | 0.048 |
testTypeAnnotations13 | Success | | 0.446 |
testModuleTypeMirror1 | Success | | 0.250 |
testRepeatedAnnotations19 | Success | | 0.120 |
testTypeAnnotations13WithJavac | Success | | 0.149 |
testSourceModule2 | Success | | 0.322 |
testModuleElement1Javac | Success | | 0.144 |
testBug514121_getClassloader_close | Success | | 0.720 |
testModuleElement2 | Success | | 0.361 |
testModuleJavaBase4Javac | Success | | 0.043 |
testNegativeModel5WithEclipseCompiler | Success | | 0.175 |
testModuleJavaSql1 | Success | | 0.301 |
testModuleJavaBase1 | Success | | 0.396 |
testRepeatedAnnotations25WithJavac | Success | | 0.108 |
testBug498022a | Success | | 0.099 |
testModuleJavaBase3Javac | Success | | 0.047 |
testElementWithSystemCompiler | Success | | 0.342 |
testModuleJavaSql1Javac | Success | | 0.154 |
testBug526288 | Success | | 0.149 |
testLambdaSpecifics | Success | | 0.146 |
testTypesWithSystemCompiler | Success | | 0.218 |
testTypesImpl | Success | | 0.251 |
testTypeAnnotations | Success | | 0.502 |
testUnnamedModule5 | Success | | 0.146 |
testTypeAnnotations6 | Success | | 0.405 |
testBug535819 | Success | | 0.076 |
testInferBinaryName | Success | | 0.057 |
testVisitorsWithEclipseCompiler | Success | | 1.369 |
testRepeatedAnnotations17WithJavac | Success | | 0.061 |
testTypeAnnotations16 | Success | | 0.101 |
testNegativeModel7WithEclipseCompiler | Success | | 0.191 |
testGenericsWithSystemCompiler | Success | | 0.597 |
testRootElements4Javac | Success | | 0.117 |
testNegativeModel1WithEclipseCompiler | Success | | 0.195 |
testModuleElement5 | Success | | 0.229 |
testModuleJavaBase4 | Success | | 0.355 |
testTypesWithEclipseCompiler | Success | | 0.795 |
testRepeatedAnnotations19WithJavac | Success | | 0.039 |
testTypeAnnotations10WithJavac | Success | | 0.070 |
test209961 | Success | | 0.255 |
testNegativeModel2WithEclipseCompiler | Success | | 0.135 |
testTypeAnnotations1WithJavac | Success | | 0.091 |
testTypeAnnotations4 | Success | | 0.452 |
testUnnamedModule3Javac | Success | | 0.111 |
testModuleTypeMirror2 | Success | | 0.248 |
testInheritedAnnosWithSystemCompiler | Success | | 0.431 |
testRepeatedAnnotations18WithJavac | Success | | 0.038 |
testBug460085 | Success | | 0.001 |
testBug317216 | Success | | 0.099 |
testEnumConstArgumentsBinary | Success | | 0.204 |
testUnnamedModule3 | Success | | 0.157 |
testBug498022b | Success | | 0.078 |
testMessagerWithSystemCompiler | Success | | 0.128 |
testTypeAnnotations12WithJavac | Success | | 0.074 |
testBug443769 | Success | | 0.116 |
testAnnotationMirrorWithEclipseCompiler | Success | | 0.279 |
testMethodAnnotation | Success | | 0.237 |
testTypeAnnotations3WithJavac | Success | | 0.142 |
testBug340635 | Success | | 0.062 |
testUnnamedModule4Javac | Success | | 0.107 |
testElementWithSystemCompiler | Success | | 0.057 |
testTypeAnnotations23WithJavac | Success | | 0.390 |
testTypeAnnotations12 | Success | | 0.627 |
testModuleElement1 | Success | | 0.388 |
testElementWithEclipseCompiler | Success | | 3.257 |
testBug531717 | Success | | 0.237 |
testNegativeModel6WithEclipseCompiler | Success | | 0.124 |
testTypeAnnotations11WithJavac | Success | | 0.227 |
testTypeAnnotations7 | Success | | 0.437 |
testRepeatedAnnotations17 | Success | | 0.128 |
testProcessorArgumentsWithSystemCompiler | Success | | 0.340 |
testRepeatedAnnotations20 | Success | | 0.109 |
testUnnamedModule5Javac | Success | | 0.029 |
testTypeAnnotations2WithJavac | Success | | 0.157 |
testInheritedAnnosWithEclipseCompiler | Success | | 0.397 |
testTypeMirrorWithSystemCompiler | Success | | 0.440 |
testModuleJavaBase3 | Success | | 0.274 |
testBug493837 | Success | | 0.082 |
testModuleTypeMirror2Javac | Success | | 0.143 |
testModuleJavaBase2Javac | Success | | 0.043 |
testRootElements2 | Success | | 0.249 |
testTypeAnnotations5 | Success | | 0.406 |
testTypeAnnotations6WithJavac | Success | | 0.123 |
testTypeAnnotations15 | Success | | 0.126 |
testFiler2 | Success | | 0.138 |
testBug471995 | Success | | 0.070 |
testRepeatedAnnotations21 | Success | | 0.112 |
testModuleElement4 | Success | | 0.325 |
testTypeMirrorWithEclipseCompiler | Success | | 0.395 |
testUnnamedModule4 | Success | | 0.080 |
testBug520540aJavac | Success | | 0.083 |
testTypeAnnotations5WithJavac | Success | | 0.144 |
testFiler1 | Success | | 0.067 |
testModuleJavaBase5Javac | Success | | 0.043 |
testRepeatedAnnotations18 | Success | | 0.107 |
testBug540090 | Success | | 0.179 |
testReportedProblemsWithDiagnosticListener | Success | | 0.184 |
testBug415274 | Success | | 0.061 |
testTypeAnnotations9 | Success | | 0.177 |
testTypeAnnotations4WithJavac | Success | | 0.174 |
testFiler3 | Success | | 0.067 |
testTypeAnnotations8 | Success | | 0.424 |
testRepeatedAnnotations24 | Success | | 0.120 |
testSE8Specifics | Success | | 0.525 |
testModuleElement7 | Success | | 0.230 |
testRootElements3Javac | Success | | 0.075 |
testTypeAnnotations1 | Success | | 0.383 |
testNegativeModelWithSystemCompiler | Success | | 0.002 |
testUnnamedModule1Javac | Success | | 0.059 |
testTypeAnnotations11 | Success | | 0.623 |
testCompilerOneClassWithSystemCompiler | Success | | 0.651 |
testModuleElement2Javac | Success | | 0.059 |
testTypeAnnotations26 | Success | | 0.631 |
testBug520540a | Success | | 0.088 |
testBug498022bJavac | Success | | 0.057 |
testVisitorsWithSystemCompiler | Success | | 0.197 |
testModuleElement3Javac | Success | | 0.052 |
testSourceModule2Javac | Success | | 0.082 |
testRootElements5 | Success | | 0.260 |
testFiler3Javac | Success | | 0.063 |
testSourceModule1 | Success | | 0.463 |
testModuleJavaBase1Javac | Success | | 0.046 |
testTypeAnnotations14 | Success | | 0.132 |
testNegativeModel3WithEclipseCompiler | Success | | 0.142 |
testTypeAnnotations23 | Success | | 0.472 |
testModuleJavaBase2 | Success | | 0.306 |
testMethodAnnotationJavac | Success | | 0.153 |
testCheckOptions | Success | | 0.021 |
testNegativeModel10WithSystemCompiler | Success | | 0.056 |
testRepeatedAnnotations22 | Success | | 0.087 |
testNegativeModel4WithEclipseCompiler | Success | | 0.413 |
testPackageAnnotations | Success | | 0.145 |
testRepeatedAnnotations25 | Success | | 0.094 |
testUnnamedModule1 | Success | | 0.140 |
testElementsWithSystemCompiler | Success | | 0.368 |
testMessagerWithEclipseCompiler | Success | | 0.173 |
testBug520540b | Success | | 0.140 |
testTypeAnnotations2 | Success | | 0.101 |
testFiler2Javac | Success | | 0.051 |
testFileManager | Success | | 0.071 |
testRepeatedAnnotations20WithJavac | Success | | 0.043 |
testModuleElement6Javac | Success | | 0.192 |
testBug530665 | Success | | 0.086 |
testBug521723 | Success | | 0.189 |
testRootElements1 | Success | | 0.229 |
testBug498022aJavac | Success | | 0.068 |
testModuleTypeMirror1Javac | Success | | 0.226 |
testRootElements4 | Success | | 0.268 |
testModuleElement3 | Success | | 0.248 |
testRootElements1Javac | Success | | 0.060 |
testModuleJavaBase5 | Success | | 0.275 |
testSourceModule1Javac | Success | | 0.113 |
testTypeAnnotations10 | Success | | 0.560 |
testModuleElement5Javac | Success | | 0.059 |
testAnnotations1Javac | Success | | 0.053 |
testBug520540bJavac | Success | | 0.034 |
testRootElements3 | Success | | 0.223 |