Skip to content

Commit

Permalink
test: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 19, 2024
1 parent b5d2b72 commit 74207d2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 139 deletions.
133 changes: 0 additions & 133 deletions test/Industry/CoverageBranches/btor2c-lazyMod.h_b04.c

This file was deleted.

1 change: 0 additions & 1 deletion test/Industry/CoverageErrorCall/01_fuzzle_30x30.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// REQUIRES: not-asan
// REQUIRES: not-msan
// REQUIRES: not-darwin
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable

Expand Down
4 changes: 3 additions & 1 deletion test/Industry/CoverageErrorCall/btor2c-lazyMod.mul6.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// REQUIRES: not-asan
// REQUIRES: not-msan
// REQUIRES: not-darwin
// 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

Expand Down
4 changes: 3 additions & 1 deletion test/Industry/CoverageErrorCall/egcd3-ll_unwindbound10.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ int main() {

// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// REQUIRES: not-asan
// REQUIRES: not-msan
// REQUIRES: not-darwin
// 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
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
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,6 +1,8 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// REQUIRES: not-asan
// REQUIRES: not-msan
// REQUIRES: not-darwin
// 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

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,6 +1,8 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// REQUIRES: target-x86_64
// REQUIRES: not-asan
// REQUIRES: not-msan
// REQUIRES: not-darwin
// 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

Expand Down

0 comments on commit 74207d2

Please sign in to comment.