8157831: JVMCI tests should not be executed on linux-arm32

Reviewed-by: dpochepk, dholmes
This commit is contained in:
Leonid Mesnik 2016-06-17 13:07:27 +03:00
parent f3741800fe
commit f04cf89a79
78 changed files with 82 additions and 82 deletions

View file

@ -35,7 +35,7 @@ import jdk.test.lib.Asserts;
* @key cte_test
* @bug 4345157
* @summary JDK 1.3.0 alters thread signal mask
* @requires (os.simpleArch == "sparcv9")
* @requires (vm.simpleArch == "sparcv9")
* @modules java.base/jdk.internal.misc
* @library /testlibrary
* @compile Prog.java