-
Bug
-
Resolution: Unresolved
-
P4
-
8, 11, 14, 17, 19
-
generic
-
generic
The test closed/javax/swing/text/html/FormView/6222200/FramePostTest.java fails on ARM platforms when running with -Xcomp option:
STDERR:
java.lang.RuntimeException: 1 tests failed.
testFrames:
java.lang.RuntimeException: java.lang.RuntimeException: expected:<POST> but was:<null>
at FramePostTest.testFrameSet(FramePostTest.java:143)
at FramePostTest.testFrames(FramePostTest.java:53)
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:497)
at TestCase.runTest(TestCase.java:80)
at TestCase.runAllTests(TestCase.java:53)
at FramePostTest.main(FramePostTest.java:33)
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:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: expected:<POST> but was:<null>
at Assert.fail(Assert.java:13)
at Assert.assertEquals(Assert.java:77)
at Assert.assertEquals(Assert.java:83)
at FramePostTest.checkFrameSet(FramePostTest.java:209)
at FramePostTest.testFrameSet(FramePostTest.java:141)
... 14 more
at TestCase.runAllTests(TestCase.java:69)
at FramePostTest.main(FramePostTest.java:33)
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:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
Reproduced always: on ARM with -Xcomp;
The test cannot be verified on earlier releases because ofJDK-8051857.
STDERR:
java.lang.RuntimeException: 1 tests failed.
testFrames:
java.lang.RuntimeException: java.lang.RuntimeException: expected:<POST> but was:<null>
at FramePostTest.testFrameSet(FramePostTest.java:143)
at FramePostTest.testFrames(FramePostTest.java:53)
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:497)
at TestCase.runTest(TestCase.java:80)
at TestCase.runAllTests(TestCase.java:53)
at FramePostTest.main(FramePostTest.java:33)
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:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: expected:<POST> but was:<null>
at Assert.fail(Assert.java:13)
at Assert.assertEquals(Assert.java:77)
at Assert.assertEquals(Assert.java:83)
at FramePostTest.checkFrameSet(FramePostTest.java:209)
at FramePostTest.testFrameSet(FramePostTest.java:141)
... 14 more
at TestCase.runAllTests(TestCase.java:69)
at FramePostTest.main(FramePostTest.java:33)
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:497)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
Reproduced always: on ARM with -Xcomp;
The test cannot be verified on earlier releases because of
- relates to
-
JDK-7153758 [TEST_BUG] [macosx] test closed/javax/swing/text/html/FormView/6222200/bug6222200.java fail
-
- Resolved
-