JDK-8022523 : java/awt/event/MouseWheelEvent/DisabledComponent/DisabledComponent.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8,9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_oracle_5.5
  • Submitted: 2013-08-07
  • Updated: 2015-09-04
  • Resolved: 2015-09-04
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.
JDK 9
9Resolved
Related Reports
Duplicate :  
Description
Fails on jdk1.8.0b100 and jdk1.8.0b99. Passes on jdk1.7.0_25b15

----------messages:(3/121)----------
command: main DisabledComponent
reason: User specified action: run main DisabledComponent 
elapsed time (seconds): 0.449
----------System.out:(0/0)----------
----------System.err:(18/1492)----------
java.awt.event.MouseWheelEvent[MOUSE_WHEEL,(68,27),absolute(371,182),button=0,clickCount=1,scrollType=WHEEL_UNIT_SCROLL,scrollAmount=3,wheelRotation=1,preciseWheelRotation=1.0] on list0
java.awt.event.MouseWheelEvent[MOUSE_WHEEL,(68,27),absolute(371,182),button=0,clickCount=1,scrollType=WHEEL_UNIT_SCROLL,scrollAmount=3,wheelRotation=1,preciseWheelRotation=1.0] on list0
 disable text area 
java.awt.event.MouseWheelEvent[MOUSE_WHEEL,(-74,27),absolute(229,182),button=0,clickCount=1,scrollType=WHEEL_UNIT_SCROLL,scrollAmount=3,wheelRotation=1,preciseWheelRotation=1.0] on list0
java.awt.event.MouseWheelEvent[MOUSE_WHEEL,(-74,27),absolute(229,182),button=0,clickCount=1,scrollType=WHEEL_UNIT_SCROLL,scrollAmount=3,wheelRotation=1,preciseWheelRotation=1.0] on list0
java.lang.RuntimeException:  wrong wheel events 
	at DisabledComponent.main(DisabledComponent.java:104)
	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)

JavaTest Message: Test threw exception: java.lang.RuntimeException:  wrong wheel events 
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException:  wrong wheel events
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException:  wrong wheel events


test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException:  wrong wheel events
Comments
Test java/awt/event/MouseWheelEvent/DisabledComponent/DisabledComponent.java fails for 9b71 in MacOSX ----------System.out:(0/0)---------- ----------System.err:(15/981)*---------- disable text area java.awt.event.MouseWheelEvent[MOUSE_WHEEL,(69,29),absolute(0,0),button=0,modifiers=\u2325+Button2,extModifiers=Button2,clickCount=0,scrollType=WHEEL_UNIT_SCROLL,scrollAmount=1,wheelRotation=-2,preciseWheelRotation=-2.0] on list0 java.lang.RuntimeException: wrong wheel events at DisabledComponent.main(DisabledComponent.java:102) 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:502) at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92) at java.lang.Thread.run(Thread.java:745) JavaTest Message: Test threw exception: java.lang.RuntimeException: wrong wheel events JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: java.lang.RuntimeException: wrong wheel events http://aurora-ds3.us.oracle.com:9502/runs/00993/993552.ManualSubmit/993552.ManualSubmit-1/workDir/java/awt/event/MouseWheelEvent/DisabledComponent/DisabledComponent.jtr
08-07-2015

Does it fail on linux_oracle_6.4 ?
21-08-2013