Skip to content

Commit

Permalink
Update test requires
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeihan committed Jan 3, 2025
1 parent 1762437 commit a7b4b4e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
* @test
* @bug 8332827
* @summary [REDO] C2: crash in compiled code because of dependency on removed range check CastIIs
* @requires (os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64" | os.arch=="aarch64" | os.arch == "ppc64" | os.arch == "ppc64le" | os.arch == "s390x") |
* (os.arch == "riscv64" & vm.cpu.features ~= ".*rvv.*")
* @requires os.arch != "riscv64" | vm.cpu.features ~= ".*rvv.*"
* @library /test/lib /
* @run driver TestVectorizationNegativeScale
*
Expand Down

0 comments on commit a7b4b4e

Please sign in to comment.