Skip to content

Commit

Permalink
test: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 16, 2024
1 parent a87b4fa commit 7276891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/Industry/CoverageErrorCall/if_etherip-unreach-call.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --write-ktests %s 2>&1 | FileCheck %s
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable

typedef struct label_t {
Expand Down
4 changes: 3 additions & 1 deletion test/Industry/CoverageErrorCall/od-4.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --write-ktests %s 2>&1 | FileCheck %s
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --debug %s 2>&1 | FileCheck %s
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable

extern long __VERIFIER_nondet_long(void);
Expand Down

0 comments on commit 7276891

Please sign in to comment.