comparison test/runtime/LoadClass/LoadClassNegative.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 7e7dd25666da
children 2e96b2d61686
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 8028095
25 * @test 26 * @test
26 * @key regression 27 * @key regression
27 * @bug 8020675 28 * @bug 8020675
28 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath 29 * @summary make sure there is no fatal error if a class is loaded from an invalid jar file which is in the bootclasspath
29 * @library /testlibrary 30 * @library /testlibrary