jdk/test/java/awt/Frame/DisposeStressTest/DisposeStressTest.html
author goetz
Tue, 14 Jun 2016 10:44:59 +0200
changeset 39056 d99e63b6d962
parent 27504 cc601183753e
permissions -rw-r--r--
8159690: [TESTBUG] Mark headful tests with @key headful. Reviewed-by: simonis, alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27504
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     1
<html>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     2
<!--  
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     3
  @test
39056
d99e63b6d962 8159690: [TESTBUG] Mark headful tests with @key headful.
goetz
parents: 27504
diff changeset
     4
  @key headful
27504
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     5
  @bug 4051487 4145670
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     6
  @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     7
           while it is being created does not crash the VM.
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     8
  @author dpm area=Threads
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
     9
  @run applet/timeout=7200 DisposeStressTest.html
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    10
  -->
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    11
<head>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    12
<title>DisposeStressTest</title>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    13
</head>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    14
<body>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    15
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    16
<h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    17
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    18
<p> This is an AUTOMATIC test, simply wait for completion </p>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    19
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    20
<APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    21
</body>
cc601183753e 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas
parents:
diff changeset
    22
</html>