Skip to content

Commit

Permalink
[fix] Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 25, 2023
1 parent d74463a commit b4fbe6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Feature/SymbolicSizes/IntArray.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: not-darwin
// Disabling darwin because it overflows stack on CI
// REQUIRES: not-darwin, not-metasmt
// Disabling darwin and metasmt because test has flaky behaviour on CI
// RUN: %clang %s -g -emit-llvm %O0opt -c -o %t1.bc
// RUN: rm -rf %t.klee-out
// RUN: %klee --output-dir=%t.klee-out --use-sym-size-alloc --use-sym-size-li --min-number-elements-li=1 --skip-not-lazy-initialized %t1.bc 2>&1 | FileCheck %s
Expand Down

0 comments on commit b4fbe6d

Please sign in to comment.