8242388: compiler/graalunit/CoreTest.java timed out
Reviewed-by: kvn
This commit is contained in:
parent
8906904591
commit
681d06d39b
test/hotspot/jtreg/compiler/graalunit
@ -34,7 +34,7 @@
|
||||
*
|
||||
* @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt
|
||||
*
|
||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.core.test -exclude ExcludeList.txt -vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.core.test.[a-cA-C] -exclude ExcludeList.txt -vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
*/
|
||||
|
||||
/* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */
|
40
test/hotspot/jtreg/compiler/graalunit/Core02Test.java
Normal file
40
test/hotspot/jtreg/compiler/graalunit/Core02Test.java
Normal file
@ -0,0 +1,40 @@
|
||||
/*
|
||||
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License version 2 only, as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
* version 2 for more details (a copy is included in the LICENSE file that
|
||||
* accompanied this code).
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License version
|
||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*
|
||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
* or visit www.oracle.com if you need additional information or have any
|
||||
* questions.
|
||||
*/
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @summary
|
||||
* @requires vm.jvmci
|
||||
* @requires !vm.graal.enabled
|
||||
* @modules jdk.internal.vm.compiler
|
||||
*
|
||||
* @library /test/lib /compiler/graalunit /
|
||||
*
|
||||
* @build compiler.graalunit.common.GraalUnitTestLauncher
|
||||
*
|
||||
* @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt
|
||||
*
|
||||
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.core.test.[d-zD-Z] -exclude ExcludeList.txt -vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
*/
|
||||
|
||||
/* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */
|
@ -3,7 +3,8 @@ ApiDirectives org.graalvm.compiler.api.directives.test
|
||||
Api org.graalvm.compiler.api.test
|
||||
AsmAarch64 org.graalvm.compiler.asm.aarch64.test
|
||||
AsmAmd64 org.graalvm.compiler.asm.amd64.test
|
||||
Core org.graalvm.compiler.core.test --requires !vm.graal.enabled --vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
Core01 org.graalvm.compiler.core.test.[a-cA-C] --requires !vm.graal.enabled --vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
Core02 org.graalvm.compiler.core.test.[d-zD-Z] --requires !vm.graal.enabled --vmargs --add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
EA org.graalvm.compiler.core.test.ea
|
||||
CoreAmd64 org.graalvm.compiler.core.amd64.test
|
||||
CoreAarch64 org.graalvm.compiler.core.aarch64.test
|
||||
|
Loading…
x
Reference in New Issue
Block a user