Skip to content

Failed

org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test.test2 - 12 (from org.eclipse.jdt.core.tests.compiler.regression.TestAll)

Failing for the past 1 build (Since #44 )
Took 0.78 sec.

Error Message

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

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
 public int a\u0560; // new unicode character in unicode 11.0 \n
             ^^^^^^\n
Syntax error on token "Invalid Character", delete this token\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
 public int a\u0560; // new unicode character in unicode 11.0 \n
             ^^^^^^\n
Syntax error on token "Invalid Character", delete this token\n
----------\n
]>

Stacktrace

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

------------ but was ------------
----------\n
1. ERROR in X.java (at line 2)\n
	public int a\u0560; // new unicode character in unicode 11.0 \n
	            ^^^^^^\n
Syntax error on token "Invalid Character", delete this token\n
----------\n

--------- Difference is ----------
 expected:<[]> but was:<[----------\n
1. ERROR in X.java (at line 2)\n
	public int a\u0560; // new unicode character in unicode 11.0 \n
	            ^^^^^^\n
Syntax error on token "Invalid Character", delete this token\n
----------\n
]>
	at org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test.test2(Unicode11Test.java:45)

Standard Output

org.eclipse.jdt.core.tests.compiler.regression.Unicode11Test#test2 - 12
X.java [
public class X {
		public int a\u0560; // new unicode character in unicode 11.0 
}
]


Full results sent to /tmp/genie.jdt/comptest/run.1565715170219/12_20190813_125251.txt

Standard Error

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