From 9387d36f75209dee50389e179276f7dd8d1aa7c4 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 18 Oct 2023 17:08:30 +0200 Subject: [PATCH] DRAFT test: Move 17-compare-rotated to XFAIL in riscv64. * build-aux/check-mescc.sh: Add XFAIL block for riscv64 and add 17-compare-rotated in it. --- build-aux/check-mescc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-aux/check-mescc.sh b/build-aux/check-mescc.sh index b10b1589..7f75fe91 100755 --- a/build-aux/check-mescc.sh +++ b/build-aux/check-mescc.sh @@ -270,6 +270,11 @@ lib/tests/scaffold/91-goto-array.c lib/tests/scaffold/a0-call-trunc-int.c " fi + if test $mes_cpu = riscv64; then + xfail_tests="$xfail_tests +lib/tests/scaffold/17-compare-rotated.c + " + fi fi if test $mes_cpu = x86_64; then