Skip to content

Commit 74207d2

Browse files
committed
test: Update
1 parent b5d2b72 commit 74207d2

File tree

7 files changed

+15
-139
lines changed

7 files changed

+15
-139
lines changed

Diff for: test/Industry/CoverageBranches/btor2c-lazyMod.h_b04.c

-133
This file was deleted.

Diff for: test/Industry/CoverageErrorCall/01_fuzzle_30x30.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
3-
// REQUIRES: target-x86_64
43
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
54
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
65

Diff for: test/Industry/CoverageErrorCall/12_fuzzle_50x50_CVE-2016-4492.c

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

Diff for: test/Industry/CoverageErrorCall/btor2c-lazyMod.mul6.c

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

Diff for: test/Industry/CoverageErrorCall/egcd3-ll_unwindbound10.c

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ int main() {
7676

7777
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
7878
// REQUIRES: bitwuzla
79-
// REQUIRES: target-x86_64
79+
// REQUIRES: not-asan
80+
// REQUIRES: not-msan
81+
// REQUIRES: not-darwin
8082
// 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
8183
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable

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

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

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

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

0 commit comments

Comments
 (0)