mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-05 04:31:36 +00:00
8327689: RISC-V: adjust test filters of zfh extension
Reviewed-by: fyang, gli
This commit is contained in:
parent
570ad67204
commit
680ac2cebe
@ -26,7 +26,7 @@
|
||||
* @bug 8289551 8302976
|
||||
* @summary Verify conversion between float and the binary16 format
|
||||
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch=="aarch64"
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh,.*")
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh.*")
|
||||
* @requires vm.compiler1.enabled & vm.compiler2.enabled
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @comment default run
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* @bug 8289551 8302976
|
||||
* @summary Verify NaN sign and significand bits are preserved across conversions
|
||||
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch=="aarch64"
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh,.*")
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh.*")
|
||||
* @requires vm.compiler1.enabled & vm.compiler2.enabled
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @library /test/lib /
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* @bug 8302976
|
||||
* @summary Verify conversion between float and the binary16 format
|
||||
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch == "aarch64"
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh,.*")
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh.*")
|
||||
* @requires vm.compiler1.enabled & vm.compiler2.enabled
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @comment default run:
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
* @bug 8302976
|
||||
* @summary Verify conversion cons between float and the binary16 format
|
||||
* @requires (vm.cpu.features ~= ".*avx512vl.*" | vm.cpu.features ~= ".*f16c.*") | os.arch=="aarch64"
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh,.*")
|
||||
* | (os.arch == "riscv64" & vm.cpu.features ~= ".*zfh.*")
|
||||
* @requires vm.compiler1.enabled & vm.compiler2.enabled
|
||||
* @requires vm.compMode != "Xcomp"
|
||||
* @comment default run:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user