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

/openjdk7/jdk/test/java/rmi/reliability/benchmark/
H A DrunSerialBench.sh57 -c $TESTSRC/bench/serial/jtreg-config &
/openjdk7/langtools/test/
H A DMakefile2 # Makefile to run jtreg and other tests
83 JTREG_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg
85 JTREG = $(JTREG_HOME)/$(JT_PLATFORM)/bin/jtreg
97 # JT_JAVA is the version of java used to run jtreg/JCK. Since it is now
138 # Supported for JCK, not supported for jtreg.
184 # jtreg, jck: 0: OK, 1: tests failed, 2: tests error; 3+: SERIOUS
208 JTREG_OUTPUT_DIR = $(ABS_TEST_OUTPUT_DIR)/jtreg
213 all: $(JPRT_CLEAN) jtreg-tests jck-compiler-tests jck-runtime-tests $(JPRT_ARCHIVE_BUNDLE) all-summary
216 jtreg ap
[all...]
/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...]
/openjdk7/hotspot/test/
H A DMakefile162 # jtreg tests
164 # Expect JT_HOME to be set for jtreg tests. (home for jtreg)
165 JT_HOME = $(SLASH_JAVA)/re/jtreg/4.0/promoted/latest/binaries/jtreg
170 # Expect JPRT to set TESTDIRS to the jtreg test dirs
177 JTREG = $(JT_HOME)/win32/bin/jtreg
179 # Option to tell jtreg to not run tests marked with "ignore"
/openjdk7/jdk/test/sun/management/jdp/
H A DJdpTest.sh27 # @run shell JdpTest.sh --jtreg --no-compile
291 --jtreg) _jtreg=yes ;;
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.sh27 # @run shell JMXStartStopTest.sh --jtreg --no-compile
93 # Stop on first failed test under jtreg
561 --jtreg) _jtreg=yes ;;
/openjdk7/jdk/test/
H A DMakefile351 # jtreg tests
353 # Expect JT_HOME to be set for jtreg tests. (home for jtreg)
355 JT_HOME = $(SLASH_JAVA)/re/jtreg/4.1/promoted/latest/binaries/jtreg
361 # Expect JPRT to set TESTDIRS to the jtreg test dirs
620 JTREG = $(JT_HOME)/win32/bin/jtreg
638 # Boost the max memory for jtreg to avoid gc thrashing
642 # Make sure jtreg exists
645 # Run jtreg
[all...]

Completed in 59 milliseconds