JDK-8015889 : [TEST_BUG] closed/java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java sometimes failed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,8,9,10,11,12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_ubuntu,os_x,solaris_11
  • CPU: generic
  • Submitted: 2013-06-04
  • Updated: 2019-05-20
  • Resolved: 2019-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
test closed/java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java failed on linux and solaris with jdk8 and jdk7

reproduced on solaris 11 64 bit, ubuntu 12.04 64 bit; can't reproduce on OEL5.8 64 bit

failure log:
----------System.err:(15/843)----------
Test failed: found screen pixel(0,0) ffd1b3bc, supposed to be ffffffff
java.lang.RuntimeException: Test failed
	at VramExaustionFSTest.testRendering(VramExaustionFSTest.java:242)
	at VramExaustionFSTest.main(VramExaustionFSTest.java:125)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:491)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
	at java.lang.Thread.run(Thread.java:724)

Comments
Test build: JDK11b23(CC-build(http://slc07hab.us.oracle.com/jdk_coverage/builds/11_23/jdk-11-instr_linux-x64_bin.tar.gz )) Platform :ubuntu18.04-x64 Jtreg tool: Jtreg4.2b13 The case failed as the same issue: java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.java http://sc11152645.us.oracle.com:8080/evergreen/results/11/b23/regression-cc/automated/ubuntu18.04-x64/results_closed/workDir/java/awt/FullScreen/VramExaustionFSTest/VramExaustionFSTest.jtr
09-08-2018

This is a test bug. Screen capture involves not only test window but also task bar (panel). That's why checking pixels in its area fails. Excluding that area allows test to pass (checked on Ubuntu 12.04).
22-08-2013

Fails on windows 8 32 bit too
22-07-2013