Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict6 - 11 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 35 builds (Since #9 )
Took 1.6 sec.

Error Message

testPackageConflict6 - Eclipse found error(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
 public class X extends pm.C1 { \n
                        ^^\n
The package pm is accessible from more than one module: mod.x, mod.y\n
----------\n
1 problem (1 error)\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
 public class X extends pm.C1 { \n
                        ^^\n
The package pm is accessible from more than one module: mod.x, mod.y\n
----------\n
1 problem (1 error)\n
]>

Stacktrace

junit.framework.ComparisonFailure: 
testPackageConflict6 - Eclipse found error(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
	public class X extends pm.C1 { \n
	                       ^^\n
The package pm is accessible from more than one module: mod.x, mod.y\n
----------\n
1 problem (1 error)\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
	public class X extends pm.C1 { \n
	                       ^^\n
The package pm is accessible from more than one module: mod.x, mod.y\n
----------\n
1 problem (1 error)\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict6(ModuleCompilationTests.java:2781)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict6 - 11


Full results sent to /tmp/genie.jdt/comptest/run.1565427784609/11_20190810_050312.txt

Standard Error

Previous error was from testPackageConflict6
----------------------------------------