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 d74463a commit b4fbe6dCopy full SHA for b4fbe6d
test/Feature/SymbolicSizes/IntArray.c
@@ -1,5 +1,5 @@
1
-// REQUIRES: not-darwin
2
-// Disabling darwin because it overflows stack on CI
+// REQUIRES: not-darwin, not-metasmt
+// Disabling darwin and metasmt because test has flaky behaviour 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