Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0045 - 1.8 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since #168 )
Took 0.61 sec.

Error Message

test0045 - Eclipse found warning(s) but Javac did not find any.
----------- Expected ------------

------------ but was ------------
----------\n
1. WARNING in X.java (at line 2)\n
 volatile int x = this.x;\n
              ^^^^^^^^^^\n
The assignment to variable x has no effect\n
----------\n
2. WARNING in X.java (at line 3)\n
 int nvx = this.nvx;\n
     ^^^^^^^^^^^^^^\n
The assignment to variable nvx has no effect\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. WARNING in X.java (at line 2)\n
 volatile int x = this.x;\n
              ^^^^^^^^^^\n
The assignment to variable x has no effect\n
----------\n
2. WARNING in X.java (at line 3)\n
 int nvx = this.nvx;\n
     ^^^^^^^^^^^^^^\n
The assignment to variable nvx has no effect\n
----------\n
]>

Stacktrace

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

------------ but was ------------
----------\n
1. WARNING in X.java (at line 2)\n
	volatile int x = this.x;\n
	             ^^^^^^^^^^\n
The assignment to variable x has no effect\n
----------\n
2. WARNING in X.java (at line 3)\n
	int nvx = this.nvx;\n
	    ^^^^^^^^^^^^^^\n
The assignment to variable nvx has no effect\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. WARNING in X.java (at line 2)\n
	volatile int x = this.x;\n
	             ^^^^^^^^^^\n
The assignment to variable x has no effect\n
----------\n
2. WARNING in X.java (at line 3)\n
	int nvx = this.nvx;\n
	    ^^^^^^^^^^^^^^\n
The assignment to variable nvx has no effect\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0045(ProgrammingProblemsTest.java:1678)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0045 - 1.8
X.java [
class X {
   volatile int x = this.x;
   int nvx = this.nvx;
	void foo(int i) {
	}
}
]


Full results sent to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-1.8/tmp/comptest/run.1584479137560/1.8.0_202_20200317_210541.txt

Standard Error

----------------------------------------