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

/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java57 jtreg = (System.getProperty("test.src") != null);
59 if (jtreg) {
60 // use standard jtreg scratch directory: the current directory
76 /* VERY IMPORTANT NOTE. In jtreg mode, tmpDir is set to the
77 * jtreg scratch directory, which is the current directory.
78 * In case someone is faking jtreg mode, make sure to only
88 if (jtreg)
120 boolean check = jtreg; // default true in jtreg mode
179 if (jtreg) {
394 static boolean jtreg; field in class:MessageInfo
[all...]
H A DRunExamples.java44 * run standalone, or as a jtreg test.
58 jtreg = (System.getProperty("test.src") != null);
60 if (jtreg) {
61 // use standard jtreg scratch directory: the current directory
76 /* VERY IMPORTANT NOTE. In jtreg mode, tmpDir is set to the
77 * jtreg scratch directory, which is the current directory.
78 * In case someone is faking jtreg mode, make sure to only
88 if (jtreg)
187 return (f.isDirectory() && (!jtreg || f.list().length > 0)) ||
199 static boolean jtreg; field in class:RunExamples
[all...]

Completed in 44 milliseconds