Skip to content

Commit b4fbe6d

Browse files
committed
[fix] Update test
1 parent d74463a commit b4fbe6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Feature/SymbolicSizes/IntArray.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: not-darwin
2-
// Disabling darwin because it overflows stack on CI
1+
// REQUIRES: not-darwin, not-metasmt
2+
// Disabling darwin and metasmt because test has flaky behaviour on CI
33
// RUN: %clang %s -g -emit-llvm %O0opt -c -o %t1.bc
44
// RUN: rm -rf %t.klee-out
55
// 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

0 commit comments

Comments
 (0)