This revision was automatically updated to reflect the committed changes. Closed by commit rG123223ab87ca: [clang-repl] XFAIL riscv targets in simple-exception test case (authored by asb).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141380/new/ https://reviews.llvm.org/D141380 Files: clang/test/Interpreter/simple-exception.cpp Index: clang/test/Interpreter/simple-exception.cpp =================================================================== --- clang/test/Interpreter/simple-exception.cpp +++ clang/test/Interpreter/simple-exception.cpp @@ -1,7 +1,7 @@ // clang-format off // UNSUPPORTED: system-aix -// XFAIL for arm and arm64, or running on Windows. -// XFAIL: target=arm{{.*}}, system-windows +// XFAIL for arm, arm64, riscv, or running on Windows. +// XFAIL: target={{(arm|riscv).*}}, system-windows // RUN: cat %s | clang-repl | FileCheck %s extern "C" int printf(const char *, ...); @@ -11,4 +11,4 @@ // CHECK: Running f() // CHECK-NEXT: Simple exception -%quit \ No newline at end of file +%quit
Index: clang/test/Interpreter/simple-exception.cpp =================================================================== --- clang/test/Interpreter/simple-exception.cpp +++ clang/test/Interpreter/simple-exception.cpp @@ -1,7 +1,7 @@ // clang-format off // UNSUPPORTED: system-aix -// XFAIL for arm and arm64, or running on Windows. -// XFAIL: target=arm{{.*}}, system-windows +// XFAIL for arm, arm64, riscv, or running on Windows. +// XFAIL: target={{(arm|riscv).*}}, system-windows // RUN: cat %s | clang-repl | FileCheck %s extern "C" int printf(const char *, ...); @@ -11,4 +11,4 @@ // CHECK: Running f() // CHECK-NEXT: Simple exception -%quit \ No newline at end of file +%quit
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits