-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b161
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176997 | 10 | Ajit Ghaisas | P4 | Resolved | Fixed | b03 |
JDK-8276730 | openjdk8u322 | Ajit Ghaisas | P4 | Resolved | Fixed | b02 |
JDK-8235949 | 8u251 | Ajit Ghaisas | P4 | Resolved | Fixed | b01 |
JDK-8239701 | emb-8u251 | Ajit Ghaisas | P4 | Resolved | Fixed | team |
The test java/awt/SplashScreen/FullscreenAfterSplash/FullScreenAfterSplash.java runs after a preliminary step of creation of test.png by GenerateTestImage.java utility. The jtreg instructions are like this:
* @build GenerateTestImage
* @run main GenerateTestImage
* @run main/othervm -splash:test.png FullScreenAfterSplash
Back in July, 2015 the test passed on OS X 10.9 but failed on OS X 10.10 in the test itself, seeJDK-8051590. However now in October it fails in GenerateTestImage with java.io.FileNotFoundException\: <...> workDir/classes/java/awt/SplashScreen/FullscreenAfterSplash/test.png
Apparently new version of jtreg sets the test.classes property to workDir/classes/java/awt/SplashScreen/FullscreenAfterSplash/ but does not create this directory until the last @run step.
Either we should ask for a reverse change in jtreg or find some workaround in the test itself. I think the second option would be better.
I guess jdk8 is affected as well.
* @build GenerateTestImage
* @run main GenerateTestImage
* @run main/othervm -splash:test.png FullScreenAfterSplash
Back in July, 2015 the test passed on OS X 10.9 but failed on OS X 10.10 in the test itself, see
Apparently new version of jtreg sets the test.classes property to workDir/classes/java/awt/SplashScreen/FullscreenAfterSplash/ but does not create this directory until the last @run step.
Either we should ask for a reverse change in jtreg or find some workaround in the test itself. I think the second option would be better.
I guess jdk8 is affected as well.
- backported by
-
JDK-8176997 [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
-
- Resolved
-
-
JDK-8235949 [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
-
- Resolved
-
-
JDK-8239701 [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
-
- Resolved
-
-
JDK-8276730 [TEST_BUG] test FullScreenAfterSplash.java failed because image was not generated
-
- Resolved
-
- duplicates
-
JDK-8051590 [TEST_BUG] Test java/awt/SplashScreen/FullscreenAfterSplash/FullScreenAfterSplash.java fails in max osx 10.10
-
- Closed
-
- links to
(1 links to)