File tree 2 files changed +6
-2
lines changed
test/Industry/CoverageErrorCall
2 files changed +6
-2
lines changed 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
- // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --write-ktests %s 2>&1 | FileCheck %s
2
+ // REQUIRES: bitwuzla
3
+ // REQUIRES: target-x86_64
4
+ // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
3
5
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
4
6
5
7
typedef struct label_t {
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
- // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --write-ktests %s 2>&1 | FileCheck %s
2
+ // REQUIRES: bitwuzla
3
+ // REQUIRES: target-x86_64
4
+ // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --debug %s 2>&1 | FileCheck %s
3
5
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
4
6
5
7
extern long __VERIFIER_nondet_long (void );
You can’t perform that action at this time.
0 commit comments