comparison test/runtime/NMT/CommandLineEmptyArgument.java @ 20397:acb20c734237

8055051: runtime/NMT/CommandLineEmptyArgument.java fails Summary: disable failing test Reviewed-by: ctornqvi, zgu
author gtriantafill
date Tue, 19 Aug 2014 06:47:28 -0700
parents 6640f982c1be
children b28ee41fbecb
comparison
equal deleted inserted replaced
20396:6640f982c1be 20397:acb20c734237
24 /* 24 /*
25 * @test 25 * @test
26 * @key nmt 26 * @key nmt
27 * @summary Empty argument to NMT should result in an informative error message 27 * @summary Empty argument to NMT should result in an informative error message
28 * @library /testlibrary 28 * @library /testlibrary
29 * @ignore 8055051
29 */ 30 */
30 31
31 import com.oracle.java.testlibrary.*; 32 import com.oracle.java.testlibrary.*;
32 33
33 public class CommandLineEmptyArgument { 34 public class CommandLineEmptyArgument {