JDK-6848791 : Reg-test java/awt/Window/DualHeadTest/DualHeadTest.html fails on Rhel5
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_5.0
  • CPU: generic
  • Submitted: 2009-06-08
  • Updated: 2011-01-19
  • Resolved: 2009-11-26
Related Reports
Duplicate :  
Description
The regression testcase java/awt/Window/DualHeadTest/DualHeadTest.html fails on Rhel5 on Jdk7 b60 pit build . Also failed on Jdk7 b59 build.

The test fails with the following error:

"java.lang.IllegalArgumentException: Invalid combination of button flags
	at java.awt.Robot.checkButtonsArgument(Robot.java:319)
	at java.awt.Robot.mousePress(Robot.java:255)
	at DualHeadTest$1.run(DualHeadTest.java:119)
	at java.lang.Thread.run(Thread.java:717)
STATUS:Failed.Applet thread threw exception: java.lang.IllegalArgumentException: Invalid combination of button flags
result: Failed. Execution failed: Applet thread threw exception: java.lang.IllegalArgumentException: Invalid combination of button flags"

Also attached is the .jtr file.