Skip to content

Commit 6408e41

Browse files
committed
[chore] Disable test
1 parent c3553c0 commit 6408e41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Feature/SymbolicSizes/IntArray.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: not-metasmt
1+
// REQUIRES: not-darwin
2+
// Disabling darwin because it overflows stack on CI
23
// RUN: %clang %s -g -emit-llvm %O0opt -c -o %t1.bc
34
// RUN: rm -rf %t.klee-out
45
// 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)