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

/openjdk7/jdk/test/tools/launcher/
H A DMiscTests.java58 for (String s : tr.testOutput) {
H A DToolsOpts.java190 String[] output = tr.testOutput.toArray(new String[tr.testOutput.size()]);
H A DTestHelper.java488 List<String> testOutput; field in class:TestHelper.TestResult
499 testOutput = oList;
532 if (!testOutput.isEmpty()) {
540 if (testOutput.isEmpty()) {
556 for (String x : testOutput) {
572 for (String x : testOutput) {
582 for (String x : testOutput) {
H A DArrrghs.java218 for (String x : tr.testOutput) {
398 for (String x : tr.testOutput) {
509 int sindex = tr.testOutput.indexOf("Command line args:");
516 for (String x : tr.testOutput.subList(sindex, sindex + expArgs.length)) {
H A DExecutionEnvironment.java160 if (tr.testOutput.contains(EXPECTED_MARKER)) {
H A DTest7029048.java142 String envValue = getValue(LD_LIBRARY_PATH, tr.testOutput);

Completed in 814 milliseconds