-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b26
-
x86
-
windows_xp
-
Not verified
When running javac with the latest RE builds we get these regressions,
it would be good to ensure we get 0 failures.
Also there are some tests in subdir proprietary, these fail if the target is developmental build vs. an image, I beleive it is because of classpath implications
wrt. using classes and rt.jar. I recommend we do some kind of sanity with these
tests and don't run them if a development build is used or ensure that an
image is provided for these tests in some descriptive fashion.
tools/javac/Paths/CompileClose.java Failed. Execution failed: `main' threw exception: java.lang.Exception: tmpCompileClose.jar: couldn't remove
tools/javac/api/6411310/T6411310.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6411333/T6411333.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6431257/T6431257.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6437349/T6437349.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6440333/T6440333.java Failed. Execution failed: `main' threw exception: java.lang.AssertionError
tools/javac/api/Sibling.java Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Expected C:/build/ws-jdk/windows-i586/tmp/jtreg/jtoutput/jtwork/scratch/Test.class, got /build/ws-jdk/windows-i586/tmp/jtreg/jtoutput/jtwork/scratch/Test.class
tools/javac/api/guide/Test.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
it would be good to ensure we get 0 failures.
Also there are some tests in subdir proprietary, these fail if the target is developmental build vs. an image, I beleive it is because of classpath implications
wrt. using classes and rt.jar. I recommend we do some kind of sanity with these
tests and don't run them if a development build is used or ensure that an
image is provided for these tests in some descriptive fashion.
tools/javac/Paths/CompileClose.java Failed. Execution failed: `main' threw exception: java.lang.Exception: tmpCompileClose.jar: couldn't remove
tools/javac/api/6411310/T6411310.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6411333/T6411333.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6431257/T6431257.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6437349/T6437349.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
tools/javac/api/6440333/T6440333.java Failed. Execution failed: `main' threw exception: java.lang.AssertionError
tools/javac/api/Sibling.java Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Expected C:/build/ws-jdk/windows-i586/tmp/jtreg/jtoutput/jtwork/scratch/Test.class, got /build/ws-jdk/windows-i586/tmp/jtreg/jtoutput/jtwork/scratch/Test.class
tools/javac/api/guide/Test.java Failed. Execution failed: `main' threw exception: java.lang.NullPointerException
- relates to
-
JDK-6508981 cleanup file separator handling in JavacFileManager
- Closed