File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152
152
runs-on : macos-latest
153
153
env :
154
154
BASE : /tmp
155
+ LLVM_VERSION : 13
155
156
SOLVERS : STP
156
157
UCLIBC_VERSION : 0
157
158
USE_TCMALLOC : 0
Original file line number Diff line number Diff line change 1
1
; REQUIRES: geq-llvm-12.0
2
+ ; REQUIRES: not-darwin
3
+ ; Disabling darwin because test has different behaviour on CI
2
4
; RUN: %llvmas %s -o %t1.bc
3
5
; RUN: rm -rf %t.klee-out
4
- ; RUN: %klee --output-dir=%t.klee-out --libc=klee --write-kpaths %t1.bc
5
- ; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %8 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/test000001.kpath
6
- ; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %6 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/test000002.kpath
6
+ ; RUN: %klee --output-dir=%t.klee-out --libc=klee --optimize=false --write-kpaths %t1.bc
7
+ ; RUN: cat %t.klee-out/test*.kpath > %t.klee-out/tests.kpath
8
+ ; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %8 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/tests.kpath
9
+ ; RUN: grep "(path: 0 (main: %0 %5 %6 %8 (abs: %1 %6 %11 %13) %8 %10 %16 %17 %19" %t.klee-out/tests.kpath
7
10
8
11
@.str = private unnamed_addr constant [2 x i8 ] c "x\00 " , align 1
9
12
You can’t perform that action at this time.
0 commit comments