Skip to content

Commit b5d2b72

Browse files
committed
test(options): Use --debug option in kleef
1 parent b6c740c commit b5d2b72

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: test/Floats/cast_union_loose.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
3-
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
3+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s
44

55
extern void abort(void);
66
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));

Diff for: test/Floats/cast_union_tight.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
3-
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
3+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s
44

55
extern void abort(void);
66
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));

Diff for: test/Floats/double_req_bl_0670.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
3-
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
3+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s
44

55
extern void abort(void);
66
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
33
// REQUIRES: target-x86_64
4-
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --write-ktests %s 2>&1 | FileCheck %s
4+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
55
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
66

77
// This file is part of the SV-Benchmarks collection of verification tasks:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
33
// 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
4+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --64 --debug %s 2>&1 | FileCheck %s
55
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
66

77
typedef struct label_t {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
22
// REQUIRES: bitwuzla
33
// 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
4+
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --debug %s 2>&1 | FileCheck %s
55
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
66

77
extern long __VERIFIER_nondet_long(void);

0 commit comments

Comments
 (0)