Searched refs:expect_rc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javah/
H A DT6893943.java49 void testSimpleAPI(String[] args, int expect_rc) throws Exception { argument
55 expect("testSimpleAPI", sw.toString(), rc, expect_rc);
58 void testCommand(String[] args, int expect_rc) throws Exception { argument
80 expect("testCommand", sw.toString(), rc, expect_rc);
83 void expect(String name, String out, int actual_rc, int expect_rc) throws Exception { argument
92 if (actual_rc != expect_rc)
93 throw new Exception(name + ": unexpected exit: " + actual_rc + ", expected: " + expect_rc);

Completed in 38 milliseconds