File tree 2 files changed +8
-2
lines changed
Industry/CoverageErrorCall
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ // Disabling sanitizers because bitwuzla crashes with an assertion failure
2
+ // REQUIRES: not-asan
3
+ // REQUIRES: not-msan
4
+ // REQUIRES: not-ubsan
1
5
// RUN: %clang %s -emit-llvm -O0 -g -c -o %t1.bc
2
6
// RUN: rm -rf %t.klee-out
3
7
// RUN: %klee --libc=klee --fp-runtime --output-dir=%t.klee-out --exit-on-error %t1.bc > %t-output.txt 2>&1
4
- // RUN: FileCheck -input-file=%t-output.txt %s --dump-input=always --dump-input-filter=all
8
+ // RUN: FileCheck -input-file=%t-output.txt %s
5
9
// REQUIRES: fp-runtime
6
10
#include "klee/klee.h"
7
11
#include <math.h>
Original file line number Diff line number Diff line change 1
1
// It requires bitwuzla because the script currently runs with bitwuzla solver backend
2
2
// REQUIRES: bitwuzla
3
+ // Disabling sanitizers because bitwuzla crashes with an assertion failure
3
4
// REQUIRES: not-asan
4
5
// REQUIRES: not-msan
6
+ // REQUIRES: not-ubsan
5
7
// REQUIRES: not-darwin
6
- // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=180 --64 --debug %s 2>&1 | FileCheck %s --dump-input=always --dump-input-filter=all
8
+ // RUN: %kleef --property-file=%S/coverage-error-call.prp --max-memory=7000000000 --max-cputime-soft=900 --64 --debug %s 2>&1 | FileCheck %s
7
9
// CHECK: KLEE: WARNING: 100.00% Reachable Reachable
8
10
9
11
extern long __VERIFIER_nondet_long (void );
You can’t perform that action at this time.
0 commit comments