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

/openjdk7/jdk/test/javax/sound/sampled/AudioFormat/
H A DMatches_NOT_SPECIFIED.java77 static void test(boolean shouldMatch) { argument
82 if (shouldMatch) {
89 if (shouldMatch) {
/openjdk7/hotspot/test/testlibrary/
H A DOutputAnalyzerTest.java115 output.shouldMatch(stdoutPattern);
117 output.shouldMatch(stderrPattern);
120 throw new Exception("shouldMatch() failed", e);
124 output.shouldMatch(nonExistingPattern);
125 throw new Exception("shouldMatch() failed to throw exception");
/openjdk7/hotspot/test/runtime/NMT/
H A DVirtualAllocTestType.java55 output.shouldMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + reserveSize) + "\\] reserved 256KB for Test");
63 output.shouldMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + commitSize) + "\\] committed 128KB");
H A DThreadedVirtualAllocTestType.java61 output.shouldMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + reserveSize) + "\\] reserved 512KB for Test");
75 output.shouldMatch("\\[0x[0]*" + Long.toHexString(addr) + " - 0x[0]*" + Long.toHexString(addr + commitSize) + "\\] committed 128KB");
/openjdk7/jdk/test/lib/testlibrary/
H A DOutputAnalyzerTest.java119 output.shouldMatch(stdoutPattern);
121 output.shouldMatch(stderrPattern);
124 throw new Exception("shouldMatch() failed", e);
128 output.shouldMatch(nonExistingPattern);
129 throw new Exception("shouldMatch() failed to throw exception");
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRETest.java625 boolean shouldMatch = false;
630 shouldMatch = getExpectedResult(br.readLine().trim());
631 if (shouldMatch) {
641 shouldMatch, expectedParens);
653 final private boolean shouldMatch; field in class:RETestCase
660 boolean shouldMatch, String[] parens)
668 this.shouldMatch = shouldMatch;
740 if (checkResult(result) && (!shouldMatch || checkParens()))
778 if (result == shouldMatch) {
658 RETestCase(RETest test, String tag, String pattern, String toMatch, boolean badPattern, boolean shouldMatch, String[] parens) argument
[all...]
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DOutputAnalyzer.java153 public void shouldMatch(String pattern) { method in class:OutputAnalyzer
/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java183 public void shouldMatch(String pattern) { method in class:OutputAnalyzer

Completed in 92 milliseconds