[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] Remove xfail marker on RISC-V test
Jeff Law
law@gcc.gnu.org
Fri Jan 30 06:59:00 GMT 2026
https://gcc.gnu.org/g:57079d8b4db7626efbbe14c5a82f428143376f98
commit 57079d8b4db7626efbbe14c5a82f428143376f98
Author: Jeff Law <jlaw@ventanamicro.com>
Date: Wed Aug 27 16:37:19 2025 -0600
Remove xfail marker on RISC-V test
So yet another testsuite hygiene patch. This time turning XPASS -> PASS. My
tester treats those cases the same so I didn't get notified that nozicond-2.c
was passing after some recent changes.
This removes the xfail marker on that test and thus the test is expected to
pass now.
Pushing to the trunk momentarily.
gcc/testsuite/
* gcc.target/riscv/nozicond-2.c: Remove xfails.
(cherry picked from commit 58a8ecc1e9a9e54c2605e80adca7659f475ab10f)
Diff:
---
gcc/testsuite/gcc.target/riscv/nozicond-2.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc/testsuite/gcc.target/riscv/nozicond-2.c b/gcc/testsuite/gcc.target/riscv/nozicond-2.c
index f70525342a85..588d41a42bec 100644
--- a/gcc/testsuite/gcc.target/riscv/nozicond-2.c
+++ b/gcc/testsuite/gcc.target/riscv/nozicond-2.c
@@ -9,7 +9,7 @@ long foo2 (long c) { return c >= 0 ? -1 : 1; }
/* We don't support 4->3 splitters, so this fails. We could perhaps
try to catch it in the expander as a special case rather than waiting
for combine. */
-/* { dg-final { scan-assembler-times {srai\t} 2 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {ori\t} 2 { xfail *-*-* } } } */
-/* { dg-final { scan-assembler-times {not\t} 2 { xfail *-*-* } } } */
+/* { dg-final { scan-assembler-times {srai\t} 2 } } */
+/* { dg-final { scan-assembler-times {ori\t} 2 } } */
+/* { dg-final { scan-assembler-times {not\t} 2 } } */
More information about the Gcc-cvs
mailing list