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

Test javax/swing/JInternalFrame/8020708/bug8020708.java fails on Windows virtual hosts

    XMLWordPrintable

Details

    • b83
    • generic
    • linux_oracle_6.0, os_x, windows_7

    Backports

      Description

        Testsuite name: Regression
        Test name: javax/swing/JInternalFrame/8020708/bug8020708.java
        JDK tested: JDK 8b125
        OS tested: Windows 7 32 bit

        Tests fails since it was integrated in 8b115 on Windows virtual machines

        LOG:

        #section:main
        ----------messages:(3/110)----------
        command: main bug8020708
        reason: User specified action: run main bug8020708
        elapsed time (seconds): 1.022
        ----------System.out:(0/0)----------
        ----------System.err:(33/2060)----------
        java.lang.reflect.InvocationTargetException
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:1300)
        at java.awt.EventQueue.invokeAndWait(EventQueue.java:1275)
        at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1348)
        at bug8020708.testInternalFrameMnemonic(bug8020708.java:120)
        at bug8020708.main(bug8020708.java:76)
        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:483)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
        at java.lang.Thread.run(Thread.java:744)
        Caused by: java.lang.RuntimeException: Close mnemonic does not work
        at bug8020708$2.run(bug8020708.java:124)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
        at java.awt.EventQueue.access$400(EventQueue.java:97)
        at java.awt.EventQueue$3.run(EventQueue.java:697)
        at java.awt.EventQueue$3.run(EventQueue.java:691)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

        JavaTest Message: Test threw exception: java.lang.reflect.InvocationTargetException
        JavaTest Message: shutting down test

        STATUS:Failed.`main' threw exception: java.lang.reflect.InvocationTargetException
        ----------rerun:(23/2408)*----------
        JTREG_COF=false \\
        JTREG_HOME=C:/local/aurora/CommonData/jtreg_dir \\
        'PATH=C:\\Cygwin\\bin;C:\\Cygwin\\bin;C:\\Cygwin\\usr\\local\\bin;C:\\Cygwin\\sbin;C:\\Cygwin\\usr\\sbin;C:\\Cygwin\\bin;C:\\Cygwin\\bin;C:\\Cygwin\\usr\\local\\bin;C:\\Cygwin\\sbin;C:\\Cygwin\\usr\\sbin;C:\\Cygwin\\bin;C:\\Cygwin\\bin;C:\\Cygwin\\usr\\local\\bin;C:\\Cygwin\\sbin;C:\\Cygwin\\usr\\sbin;C:\\Cygwin\\usr\\local\\bin;C:\\Cygwin\\bin;C:\\MKS\\bin;C:\\MKS\\bin\\X11;C:\\MKS\\mksnt;C:\\STEMAgent\\agent10g\\jlib;C:\\STEMAgent\\agent10g\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0' \\
        SystemDrive=C: \\
        'SystemRoot=C:\\Windows' \\
        'TEMP=C:\\Cygwin\\tmp' \\
        'TMP=C:\\Users\\gtee\\AppData\\Local\\Temp' \\
        'windir=C:\\Windows' \\
        'CLASSPATH=C:\\local\\aurora\\CommonData\\jtreg_dir\\lib\\javatest.jar;C:\\local\\aurora\\CommonData\\jtreg_dir\\lib\\jtreg.jar;C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\JInternalFrame\\8020708;C:\\local\\aurora\\CommonData\\jdk_test\\test\\javax\\swing\\JInternalFrame\\8020708;C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\regtesthelpers;C:\\local\\aurora\\CommonData\\jdk\\lib\\tools.jar' \\
            'C:\\local\\aurora\\CommonData\\jdk\\bin\\java' \\
                -Dtest.vm.opts= \\
                -Dcompile.jdk='C:\\local\\aurora\\CommonData\\jdk' \\
                -Dtest.src.path='C:\\local\\aurora\\CommonData\\jdk_test\\test\\javax\\swing\\JInternalFrame\\8020708;C:\\local\\aurora\\CommonData\\jdk_test\\test\\javax\\swing\\regtesthelpers' \\
                -Dtest.src='C:\\local\\aurora\\CommonData\\jdk_test\\test\\javax\\swing\\JInternalFrame\\8020708' \\
                -Dtest.tool.vm.opts= \\
                -Dtest.class.path='C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\JInternalFrame\\8020708;C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\regtesthelpers' \\
                -Dtest.timeout.factor=3.0 \\
                -Dtest.classes='C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\JInternalFrame\\8020708' \\
                -Dtest.jdk='C:\\local\\aurora\\CommonData\\jdk' \\
                -Dtest.java.opts='-Xmixed -client' \\
                -Dtest.compiler.opts= \\
                -Xmixed -client \\
                com.sun.javatest.regtest.MainWrapper 'C:\\local\\aurora\\sandbox\\results\\workDir\\classes\\javax\\swing\\JInternalFrame\\8020708\\bug8020708.jta'
        result: Failed. Execution failed: `main' threw exception: java.lang.reflect.InvocationTargetException


        test result: Failed. Execution failed: `main' threw exception: java.lang.reflect.InvocationTargetException

        Attachments

          Issue Links

            Activity

              People

                rchamyal Rajeev Chamyal (Inactive)
                kshefov Konstantin Shefov
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: