Skip to content

Commit

Permalink
test(options): Use --debug option in kleef
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 19, 2024
1 parent b6c740c commit b5d2b72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Floats/cast_union_loose.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s

extern void abort(void);
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));
Expand Down
2 changes: 1 addition & 1 deletion test/Floats/cast_union_tight.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s

extern void abort(void);
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));
Expand Down
2 changes: 1 addition & 1 deletion test/Floats/double_req_bl_0670.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
// REQUIRES: bitwuzla
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 %s
// RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=30 --32 --debug %s

extern void abort(void);
extern void __assert_fail(const char *, const char *, unsigned int, const char *) __attribute__((__nothrow__, __leaf__)) __attribute__((__noreturn__));
Expand Down
2 changes: 1 addition & 1 deletion test/Industry/CoverageErrorCall/btor2c-lazyMod.mul6.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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=30 --64 --write-ktests %s 2>&1 | FileCheck %s
// 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

// This file is part of the SV-Benchmarks collection of verification tasks:
Expand Down
2 changes: 1 addition & 1 deletion test/Industry/CoverageErrorCall/if_etherip-unreach-call.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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=30 --64 --debug %s 2>&1 | FileCheck %s
// 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
2 changes: 1 addition & 1 deletion test/Industry/CoverageErrorCall/od-4.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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=180 --64 --debug %s 2>&1 | FileCheck %s
// 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 b5d2b72

Please sign in to comment.