diff test/runtime/memory/ReadFromNoaccessArea.java @ 13402:e567d5afd4dd

8028160: [TESTBUG] Exclude failing (runtime) jtreg tests using @ignore Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
author hseigel
date Tue, 26 Nov 2013 16:03:57 -0500
parents 9d8b29a0548c
children 8bca494530d3
line wrap: on
line diff
--- a/test/runtime/memory/ReadFromNoaccessArea.java	Tue Nov 26 09:52:22 2013 -0500
+++ b/test/runtime/memory/ReadFromNoaccessArea.java	Tue Nov 26 16:03:57 2013 -0500
@@ -22,6 +22,7 @@
  */
 
 /*
+ * @ignore 8028398
  * @test
  * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
  * @library /testlibrary /testlibrary/whitebox