Unit Test Results.

Downloads / Build / Test Results | org.eclipse.jdt.compiler.apt.tests_ep415I-unit-cen64-gtk3-java13_linux.gtk.x86_64_13.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1821099.45%40.427
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.jdt.compiler.apt.tests1820140.4272020-03-05T10:47:01

Package org.eclipse.jdt.compiler.apt.tests

NameTestsErrorsFailuresTime(s)Time StampHost
AllTests1820140.4272020-03-05T10:47:01
Back to top


TestCase AllTests

NameStatusTypeTime(s)
testTypeAnnotationsWithJavacSuccess0.107
testLambdaSpecificsWithJavacSuccess0.126
testUnnamedModule2JavacSuccess0.112
testGenericsWithEclipseCompilerSuccess1.078
testTypeAnnotations26WithJavacSuccess0.497
testTypeAnnotations16WithJavacSuccess0.040
testDirectiveVisitorJavacSuccess0.064
testNegativeModel8WithEclipseCompilerSuccess0.139
testModuleElement4JavacSuccess0.055
testRepeatedAnnotations24WithJavacSuccess0.079
testAnnotations1Success0.258
testTypeAnnotations15WithJavacSuccess0.035
testBug521723JavacSuccess0.033
testElementsWithEclipseCompilerSuccess0.232
testNegativeModel9WithEclipseCompilerSuccess0.149
testRepeatedAnnotations21WithJavacSuccess0.038
testUnnamedModule2Success0.106
testBug466878_getResource_defaultPackageSuccess0.071
testTypeAnnotations3Success0.389
testBug463062Success0.059
testRootElements5JavacSuccess0.133
testBug549687FailureCompilation 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
testRootElements2JavacSuccess0.114
testBug456986Success0.063
testModuleElement6Success0.243
testFiler1JavacSuccess0.048
testTypeAnnotations13Success0.446
testModuleTypeMirror1Success0.250
testRepeatedAnnotations19Success0.120
testTypeAnnotations13WithJavacSuccess0.149
testSourceModule2Success0.322
testModuleElement1JavacSuccess0.144
testBug514121_getClassloader_closeSuccess0.720
testModuleElement2Success0.361
testModuleJavaBase4JavacSuccess0.043
testNegativeModel5WithEclipseCompilerSuccess0.175
testModuleJavaSql1Success0.301
testModuleJavaBase1Success0.396
testRepeatedAnnotations25WithJavacSuccess0.108
testBug498022aSuccess0.099
testModuleJavaBase3JavacSuccess0.047
testElementWithSystemCompilerSuccess0.342
testModuleJavaSql1JavacSuccess0.154
testBug526288Success0.149
testLambdaSpecificsSuccess0.146
testTypesWithSystemCompilerSuccess0.218
testTypesImplSuccess0.251
testTypeAnnotationsSuccess0.502
testUnnamedModule5Success0.146
testTypeAnnotations6Success0.405
testBug535819Success0.076
testInferBinaryNameSuccess0.057
testVisitorsWithEclipseCompilerSuccess1.369
testRepeatedAnnotations17WithJavacSuccess0.061
testTypeAnnotations16Success0.101
testNegativeModel7WithEclipseCompilerSuccess0.191
testGenericsWithSystemCompilerSuccess0.597
testRootElements4JavacSuccess0.117
testNegativeModel1WithEclipseCompilerSuccess0.195
testModuleElement5Success0.229
testModuleJavaBase4Success0.355
testTypesWithEclipseCompilerSuccess0.795
testRepeatedAnnotations19WithJavacSuccess0.039
testTypeAnnotations10WithJavacSuccess0.070
test209961Success0.255
testNegativeModel2WithEclipseCompilerSuccess0.135
testTypeAnnotations1WithJavacSuccess0.091
testTypeAnnotations4Success0.452
testUnnamedModule3JavacSuccess0.111
testModuleTypeMirror2Success0.248
testInheritedAnnosWithSystemCompilerSuccess0.431
testRepeatedAnnotations18WithJavacSuccess0.038
testBug460085Success0.001
testBug317216Success0.099
testEnumConstArgumentsBinarySuccess0.204
testUnnamedModule3Success0.157
testBug498022bSuccess0.078
testMessagerWithSystemCompilerSuccess0.128
testTypeAnnotations12WithJavacSuccess0.074
testBug443769Success0.116
testAnnotationMirrorWithEclipseCompilerSuccess0.279
testMethodAnnotationSuccess0.237
testTypeAnnotations3WithJavacSuccess0.142
testBug340635Success0.062
testUnnamedModule4JavacSuccess0.107
testElementWithSystemCompilerSuccess0.057
testTypeAnnotations23WithJavacSuccess0.390
testTypeAnnotations12Success0.627
testModuleElement1Success0.388
testElementWithEclipseCompilerSuccess3.257
testBug531717Success0.237
testNegativeModel6WithEclipseCompilerSuccess0.124
testTypeAnnotations11WithJavacSuccess0.227
testTypeAnnotations7Success0.437
testRepeatedAnnotations17Success0.128
testProcessorArgumentsWithSystemCompilerSuccess0.340
testRepeatedAnnotations20Success0.109
testUnnamedModule5JavacSuccess0.029
testTypeAnnotations2WithJavacSuccess0.157
testInheritedAnnosWithEclipseCompilerSuccess0.397
testTypeMirrorWithSystemCompilerSuccess0.440
testModuleJavaBase3Success0.274
testBug493837Success0.082
testModuleTypeMirror2JavacSuccess0.143
testModuleJavaBase2JavacSuccess0.043
testRootElements2Success0.249
testTypeAnnotations5Success0.406
testTypeAnnotations6WithJavacSuccess0.123
testTypeAnnotations15Success0.126
testFiler2Success0.138
testBug471995Success0.070
testRepeatedAnnotations21Success0.112
testModuleElement4Success0.325
testTypeMirrorWithEclipseCompilerSuccess0.395
testUnnamedModule4Success0.080
testBug520540aJavacSuccess0.083
testTypeAnnotations5WithJavacSuccess0.144
testFiler1Success0.067
testModuleJavaBase5JavacSuccess0.043
testRepeatedAnnotations18Success0.107
testBug540090Success0.179
testReportedProblemsWithDiagnosticListenerSuccess0.184
testBug415274Success0.061
testTypeAnnotations9Success0.177
testTypeAnnotations4WithJavacSuccess0.174
testFiler3Success0.067
testTypeAnnotations8Success0.424
testRepeatedAnnotations24Success0.120
testSE8SpecificsSuccess0.525
testModuleElement7Success0.230
testRootElements3JavacSuccess0.075
testTypeAnnotations1Success0.383
testNegativeModelWithSystemCompilerSuccess0.002
testUnnamedModule1JavacSuccess0.059
testTypeAnnotations11Success0.623
testCompilerOneClassWithSystemCompilerSuccess0.651
testModuleElement2JavacSuccess0.059
testTypeAnnotations26Success0.631
testBug520540aSuccess0.088
testBug498022bJavacSuccess0.057
testVisitorsWithSystemCompilerSuccess0.197
testModuleElement3JavacSuccess0.052
testSourceModule2JavacSuccess0.082
testRootElements5Success0.260
testFiler3JavacSuccess0.063
testSourceModule1Success0.463
testModuleJavaBase1JavacSuccess0.046
testTypeAnnotations14Success0.132
testNegativeModel3WithEclipseCompilerSuccess0.142
testTypeAnnotations23Success0.472
testModuleJavaBase2Success0.306
testMethodAnnotationJavacSuccess0.153
testCheckOptionsSuccess0.021
testNegativeModel10WithSystemCompilerSuccess0.056
testRepeatedAnnotations22Success0.087
testNegativeModel4WithEclipseCompilerSuccess0.413
testPackageAnnotationsSuccess0.145
testRepeatedAnnotations25Success0.094
testUnnamedModule1Success0.140
testElementsWithSystemCompilerSuccess0.368
testMessagerWithEclipseCompilerSuccess0.173
testBug520540bSuccess0.140
testTypeAnnotations2Success0.101
testFiler2JavacSuccess0.051
testFileManagerSuccess0.071
testRepeatedAnnotations20WithJavacSuccess0.043
testModuleElement6JavacSuccess0.192
testBug530665Success0.086
testBug521723Success0.189
testRootElements1Success0.229
testBug498022aJavacSuccess0.068
testModuleTypeMirror1JavacSuccess0.226
testRootElements4Success0.268
testModuleElement3Success0.248
testRootElements1JavacSuccess0.060
testModuleJavaBase5Success0.275
testSourceModule1JavacSuccess0.113
testTypeAnnotations10Success0.560
testModuleElement5JavacSuccess0.059
testAnnotations1JavacSuccess0.053
testBug520540bJavacSuccess0.034
testRootElements3Success0.223
Properties »

Back to top