File tree 7 files changed +15
-139
lines changed
7 files changed +15
-139
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
- // REQUIRES: target-x86_64
4
3
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
5
4
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
6
5
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
- // REQUIRES: target-x86_64
3
+ // REQUIRES: not-asan
4
+ // REQUIRES: not-msan
5
+ // REQUIRES: not-darwin
4
6
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
5
7
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
6
8
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
- // REQUIRES: target-x86_64
3
+ // REQUIRES: not-asan
4
+ // REQUIRES: not-msan
5
+ // REQUIRES: not-darwin
4
6
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
5
7
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
6
8
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ int main() {
76
76
77
77
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
78
78
// REQUIRES: bitwuzla
79
- // REQUIRES: target-x86_64
79
+ // REQUIRES: not-asan
80
+ // REQUIRES: not-msan
81
+ // REQUIRES: not-darwin
80
82
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=60 --32 --debug --write-ktests %s 2>&1 | FileCheck %s
81
83
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
- // REQUIRES: target-x86_64
3
+ // REQUIRES: not-asan
4
+ // REQUIRES: not-msan
5
+ // REQUIRES: not-darwin
4
6
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
5
7
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
6
8
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
- // REQUIRES: target-x86_64
3
+ // REQUIRES: not-asan
4
+ // REQUIRES: not-msan
5
+ // REQUIRES: not-darwin
4
6
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --debug %s 2>&1 | FileCheck %s
5
7
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
6
8
You can’t perform that action at this time.
0 commit comments