Skip to content

Commit

Permalink
[clang-repl] The simple-exception test now passes on arm64-darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Jan 24, 2025
1 parent a001cc0 commit c9bc242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/Interpreter/simple-exception.cpp
Original file line number Diff line number Diff line change
@@ -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, or running on Windows.
// XFAIL: target=arm-{{.*}}, system-windows
// RUN: cat %s | clang-repl | FileCheck %s

// Incompatible with msan. It passes with -O3 but fail -Oz. Interpreter
Expand Down

0 comments on commit c9bc242

Please sign in to comment.