Skip to content

Commit

Permalink
[ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Nov 5, 2023
1 parent 16d571b commit edf52bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/replay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
# ===----------------------------------------------------------------------===##

for f in `find $1 -name "*.ktest" -type f`; do
KLEE_RUN_TEST_ERRORS_NON_FATAL=1 KTEST_FILE=$f $2
KLEE_RUN_TEST_ERRORS_NON_FATAL=2 KTEST_FILE=$f $2
done
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// RUN: %replay %t.klee-out %t_runner
// RUN: gcov -b %t_runner-%basename_t > %t.cov.log

// RUN: FileCheck --input-file=%t.cov.log --check-prefix=CHECK --dump-input-filter=all %s
// RUN: FileCheck --input-file=%t.cov.log --check-prefix=CHECK %s

// Branch coverage 89.29%
// CHECK: Lines executed:96.72% of 4114
Expand Down
2 changes: 1 addition & 1 deletion test/regression/2023-10-16-CostasArray-17.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// RUN: %replay %t.klee-out %t_runner
// RUN: gcov -b %t_runner-%basename_t > %t.cov.log

// RUN: FileCheck --input-file=%t.cov.log --check-prefix=CHECK -dump-input-filter=all %s
// RUN: FileCheck --input-file=%t.cov.log --check-prefix=CHECK %s

// Branch coverage 100%, the number of branches is 1:
// CHECK: Lines executed:0.71% of 1545
Expand Down

0 comments on commit edf52bb

Please sign in to comment.