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

/openjdk7/langtools/test/tools/javah/
H A DT6994608.java52 void test(List<String> args, int expectRC, String expectOut) { argument
54 + " rc:" + expectRC
65 if (rc != expectRC)
66 error("Unexpected exit code: " + rc + "; expected: " + expectRC);
/openjdk7/langtools/test/tools/javah/T7126832/
H A DT7126832.java60 void test(List<String> args, int expectRC, String expectOut) { argument
62 + " rc:" + expectRC
80 if (rc != expectRC) {
81 error("Unexpected exit code: " + rc + "; expected: " + expectRC);

Completed in 29 milliseconds