Details
-
Bug
-
Resolution: Fixed
-
P4
-
7, 8, 9, 10, 11, 12
-
jdk9b92(64bit)/Mac10.11-x64
-
b21
-
x86
-
os_x
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8232695 | 11.0.6-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b02 |
JDK-8233968 | 11.0.6 | Sergey Bylokhov | P4 | Resolved | Fixed | b04 |
Description
Testsuite name:Regression
Test name(s):java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java
Product(s) tested:jdk9b92(64bit)
OS/architecture:mac10.11-x64(MacBook-Pro,Processor(2.2 Ghz Intel Core i7),Memory(4Gb 1333MHz DDR3),Graphics(AMD Radeon HD 6750M 512MB))
Reproducible: Always
Reproducible on machine:Evergreen-machine
[If Sometimes] Also reproducible on machine:
Is it a Regression: NO(jdk9b91 jdk9b90 jdk9b89 failed the same issue)
[If Regression] Regression introduced in release/build:
Test result on the last GAed release for this train:
[if Fail] Test result on FCS:
Is it a platform specific issue: YES(the same build on win7-sp1-x64:Passed;
the same build on solaris11.2-x64:Passed;
the same build on solaris11.3-sparc:Passed;
the same build on oel6.4-uek-x64:Passed)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:Yes
[If new configuration testing] Issue specific to execution mode or OS/browser version:mac10.11
Actual behavior:
This case failed automatically and thrown the following exception:
Failed component: java.awt.Button[button0,20,20,50x50,invalid,label=B]
java.lang.RuntimeException: Test FAILED: COMPONENT_MOVED is sent 2 times after call to setBounds()
at MovedResizedTwiceTest.fail(MovedResizedTwiceTest.java:265)
at MovedResizedTwiceTest.checkMoved(MovedResizedTwiceTest.java:195)
at MovedResizedTwiceTest.init(MovedResizedTwiceTest.java:132)
at MovedResizedTwiceTest.main(MovedResizedTwiceTest.java:211)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:747)
Test name(s):java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java
Product(s) tested:jdk9b92(64bit)
OS/architecture:mac10.11-x64(MacBook-Pro,Processor(2.2 Ghz Intel Core i7),Memory(4Gb 1333MHz DDR3),Graphics(AMD Radeon HD 6750M 512MB))
Reproducible: Always
Reproducible on machine:Evergreen-machine
[If Sometimes] Also reproducible on machine:
Is it a Regression: NO(jdk9b91 jdk9b90 jdk9b89 failed the same issue)
[If Regression] Regression introduced in release/build:
Test result on the last GAed release for this train:
[if Fail] Test result on FCS:
Is it a platform specific issue: YES(the same build on win7-sp1-x64:Passed;
the same build on solaris11.2-x64:Passed;
the same build on solaris11.3-sparc:Passed;
the same build on oel6.4-uek-x64:Passed)
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:Yes
[If new configuration testing] Issue specific to execution mode or OS/browser version:mac10.11
Actual behavior:
This case failed automatically and thrown the following exception:
Failed component: java.awt.Button[button0,20,20,50x50,invalid,label=B]
java.lang.RuntimeException: Test FAILED: COMPONENT_MOVED is sent 2 times after call to setBounds()
at MovedResizedTwiceTest.fail(MovedResizedTwiceTest.java:265)
at MovedResizedTwiceTest.checkMoved(MovedResizedTwiceTest.java:195)
at MovedResizedTwiceTest.init(MovedResizedTwiceTest.java:132)
at MovedResizedTwiceTest.main(MovedResizedTwiceTest.java:211)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:747)
Attachments
Issue Links
- backported by
-
JDK-8232695 [macos] java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
- Resolved
-
JDK-8233968 [macos] java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
- Resolved
- relates to
-
JDK-8236953 [macos] JavaFX SwingNode is not rendered on macOS
- Resolved
-
JDK-8058959 closed/java/awt/event/ComponentEvent/MovedResizedTwiceTest/MovedResizedTwiceTest.java failed automatically
- Resolved
- links to