tools/javac/diags/CheckResourceKeys.java test fail in nightly on 2014-10-30
example:
http://scaaa008.us.oracle.com:9502/runs%2F622628.JDK9-LANGTOOLS-NIGHTLY-4/results/workDir/tools/javac/diags/CheckResourceKeys.jtr
Error: no match for "show.fm.open.close"
java.lang.Exception: 1 errors occurred
at CheckResourceKeys.main(CheckResourceKeys.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:776)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
The fix inJDK-8062348 cause the test to fail.
example:
http://scaaa008.us.oracle.com:9502/runs%2F622628.JDK9-LANGTOOLS-NIGHTLY-4/results/workDir/tools/javac/diags/CheckResourceKeys.jtr
Error: no match for "show.fm.open.close"
java.lang.Exception: 1 errors occurred
at CheckResourceKeys.main(CheckResourceKeys.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:776)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.Exception
JavaTest Message: shutting down test
The fix in
- duplicates
-
JDK-8062593 remove debug print statements
-
- Closed
-