Skip to content

Commit

Permalink
ci: Disable a couple of tests for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Jun 4, 2024
1 parent 81a90de commit 478ff9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Replay/libkleeruntest/replay_invalid_klee_choose.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// FIXME: The test currently fails on Apple Silicon
// REQUIRES: not-darwin

// RUN: %clang -DBOUND_VALUE=32 -DFORCE_VALUE=20 %s -emit-llvm -g %O0opt -c -o %t.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee --output-dir=%t.klee-out --search=dfs %t.bc
Expand Down
3 changes: 3 additions & 0 deletions test/UBSan/ubsan_pointer_overflow-pointer_arithmetic.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// FIXME: The test currently fails on Apple Silicon
// REQUIRES: not-darwin

// RUN: %clang %s -fsanitize=pointer-overflow -emit-llvm -g %O0opt -c -o %t.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee --output-dir=%t.klee-out --emit-all-errors --ubsan-runtime %t.bc 2>&1 | FileCheck %s
Expand Down

0 comments on commit 478ff9e

Please sign in to comment.