Skip to content

Commit 7276891

Browse files
committed
test: Update tests
1 parent a87b4fa commit 7276891

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: test/Industry/CoverageErrorCall/if_etherip-unreach-call.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// 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
35
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
46

57
typedef struct label_t {

Diff for: test/Industry/CoverageErrorCall/od-4.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// 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
35
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
46

57
extern long __VERIFIER_nondet_long(void);

0 commit comments

Comments
 (0)