Skip to content

Commit 123223a

Browse files
committed
[clang-repl] XFAIL riscv targets in simple-exception test case
This test fails for RISC-V and Arm targets are already XFAILed, so add RISC-V to the XFAIL list. Differential Revision: https://reviews.llvm.org/D141380
1 parent 0ad5909 commit 123223a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// clang-format off
22
// UNSUPPORTED: system-aix
3-
// XFAIL for arm and arm64, or running on Windows.
4-
// XFAIL: target=arm{{.*}}, system-windows
3+
// XFAIL for arm, arm64, riscv, or running on Windows.
4+
// XFAIL: target={{(arm|riscv).*}}, system-windows
55
// RUN: cat %s | clang-repl | FileCheck %s
66
extern "C" int printf(const char *, ...);
77

@@ -11,4 +11,4 @@ auto r1 = checkException();
1111
// CHECK: Running f()
1212
// CHECK-NEXT: Simple exception
1313

14-
%quit
14+
%quit

0 commit comments

Comments
 (0)