comparison 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
comparison
equal deleted inserted replaced
13401:22eaa15b7960 13402:e567d5afd4dd
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @ignore 8028398
25 * @test 26 * @test
26 * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION 27 * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
27 * @library /testlibrary /testlibrary/whitebox 28 * @library /testlibrary /testlibrary/whitebox
28 * @build ReadFromNoaccessArea 29 * @build ReadFromNoaccessArea
29 * @run main ClassFileInstaller sun.hotspot.WhiteBox 30 * @run main ClassFileInstaller sun.hotspot.WhiteBox