Skip to content

Commit

Permalink
Automerge: [clang-repl] The simple-exception test now passes on arm64…
Browse files Browse the repository at this point in the history
…-darwin.
  • Loading branch information
lhames authored and github-actions[bot] committed Jan 24, 2025
2 parents 0af3025 + c9bc242 commit 4ba29f7
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 4ba29f7

Please sign in to comment.