< prev index next >

test/java/awt/Frame/DisposeStressTest/DisposeStressTest.html

Print this page
rev 14836 : 8159690: [TESTBUG] Mark headful tests with @key headful.
   1 <html>
   2 <!--  
   3   @test

   4   @bug 4051487 4145670
   5   @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
   6            while it is being created does not crash the VM.
   7   @author dpm area=Threads
   8   @run applet/timeout=7200 DisposeStressTest.html
   9   -->
  10 <head>
  11 <title>DisposeStressTest</title>
  12 </head>
  13 <body>
  14 
  15 <h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>
  16 
  17 <p> This is an AUTOMATIC test, simply wait for completion </p>
  18 
  19 <APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
  20 </body>
  21 </html>
   1 <html>
   2 <!--  
   3   @test
   4   @key headful
   5   @bug 4051487 4145670
   6   @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
   7            while it is being created does not crash the VM.
   8   @author dpm area=Threads
   9   @run applet/timeout=7200 DisposeStressTest.html
  10   -->
  11 <head>
  12 <title>DisposeStressTest</title>
  13 </head>
  14 <body>
  15 
  16 <h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>
  17 
  18 <p> This is an AUTOMATIC test, simply wait for completion </p>
  19 
  20 <APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
  21 </body>
  22 </html>
< prev index next >