< prev index next >

test/hotspot/jtreg/compiler/graalunit/JttLangMathMZTest.java

Print this page
rev 53209 : Handle space in JTREG_KEYWORDS. Introduce TEST_OPTS_JAVA_OPTIONS. Set individual test timeouts to 300. Fix InstrumentationTest to handle deep work dir paths better.

*** 32,38 **** * * @build compiler.graalunit.common.GraalUnitTestLauncher * * @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt * ! * @run main/othervm compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.jtt.lang.Math_[m-zM-Z] -exclude ExcludeList.txt */ --- 32,39 ---- * * @build compiler.graalunit.common.GraalUnitTestLauncher * * @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt * ! * @run main/othervm/timeout=300 compiler.graalunit.common.GraalUnitTestLauncher ! * -prefix org.graalvm.compiler.jtt.lang.Math_[m-zM-Z] -exclude ExcludeList.txt */
< prev index next >