We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3553c0 commit 6408e41Copy full SHA for 6408e41
test/Feature/SymbolicSizes/IntArray.c
@@ -1,4 +1,5 @@
1
-// REQUIRES: not-metasmt
+// REQUIRES: not-darwin
2
+// Disabling darwin because it overflows stack on CI
3
// RUN: %clang %s -g -emit-llvm %O0opt -c -o %t1.bc
4
// RUN: rm -rf %t.klee-out
5
// 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