Searched defs:shouldFail (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/serviceability/
H A DParserTest.java87 shouldFail(name + "=7xs", args);
88 shouldFail(name + "=7mms", args);
89 shouldFail(name + "=7f", args);
91 shouldFail(name + "=7", args);
105 //shouldFail(name + "=12m", args); <-- should fail, doesn't
172 //shouldFail(name + "=7gg", args); <---- should fail, doesn't
173 //shouldFail(name + "=7t", args); <----- should fail, doesn't
197 private void shouldFail(String argument, DiagnosticCommand[] argumentTypes) throws Exception { method in class:ParserTest

Completed in 30 milliseconds