Skip to content

Failed

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

Failing for the past 31 builds (Since Failed #44 )
Took 1.8 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 - 12


Full results sent to /tmp/comptest/run.1584180334688/12_20200314_100536.txt

Standard Error

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