Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8238815

[TESTBUG] [macos] javax/swing/text/html/FormView/6222200/FramePostTest.java fails on macos

    XMLWordPrintable

Details

    Backports

      Description

        The closed test javax/swing/text/html/FormView/6222200/FramePostTest.java is failing sometimes
        java.lang.RuntimeException: 1 tests failed.
        testFrames:
        java.lang.RuntimeException: java.lang.RuntimeException: expected:<POST> but was:<null>
        at FramePostTest.testFrameSet(FramePostTest.java:146)
        at FramePostTest.testFrames(FramePostTest.java:56)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at TestCase.runTest(TestCase.java:80)
        at TestCase.runAllTests(TestCase.java:53)
        at FramePostTest.main(FramePostTest.java:36)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)
        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:211)
        at FramePostTest.testFrameSet(FramePostTest.java:144)
        ... 14 more

        at TestCase.runAllTests(TestCase.java:69)
        at FramePostTest.main(FramePostTest.java:36)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: 1 tests failed.
        testFrames:
        java.lang.RuntimeException: java.lang.RuntimeException: expected:<POST> but was:<null>
        at FramePostTest.testFrameSet(FramePostTest.java:146)
        at FramePostTest.testFrames(FramePostTest.java:56)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at TestCase.runTest(TestCase.java:80)
        at TestCase.runAllTests(TestCase.java:53)
        at FramePostTest.main(FramePostTest.java:36)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)
        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:211)
        at FramePostTest.testFrameSet(FramePostTest.java:144)
        ... 14 more

        JavaTest Message: shutting down test

        The related test javax/swing/text/html/FormView/6222200/bug6222200.java is also failing
        java.lang.RuntimeException: 1 tests failed.
        testRequestMethod:
        java.lang.RuntimeException: expected:<GET> but was:<null>
        at Assert.fail(Assert.java:13)
        at Assert.assertEquals(Assert.java:77)
        at Assert.assertEquals(Assert.java:83)
        at bug6222200.testRequestMethod(bug6222200.java:51)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at TestCase.runTest(TestCase.java:80)
        at TestCase.runAllTests(TestCase.java:53)
        at bug6222200.main(bug6222200.java:96)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)

        at TestCase.runAllTests(TestCase.java:69)
        at bug6222200.main(bug6222200.java:96)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)

        JavaTest Message: Test threw exception: java.lang.RuntimeException: 1 tests failed.
        testRequestMethod:
        java.lang.RuntimeException: expected:<GET> but was:<null>
        at Assert.fail(Assert.java:13)
        at Assert.assertEquals(Assert.java:77)
        at Assert.assertEquals(Assert.java:83)
        at bug6222200.testRequestMethod(bug6222200.java:51)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at TestCase.runTest(TestCase.java:80)
        at TestCase.runAllTests(TestCase.java:53)
        at bug6222200.main(bug6222200.java:96)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)

        JavaTest Message: shutting down test

        Attachments

          Issue Links

            Activity

              People

                psadhukhan Prasanta Sadhukhan
                prr Philip Race
                Votes:
                0 Vote for this issue
                Watchers:
                5 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: