Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / minimize_two_crashes.test
blobd0fd7691668662dfbcd28af03531d418fe5bdeea
1 # Test fail on device (rdar://99981102)
2 XFAIL: tvos && !tvossim
4 # Test that the minimizer stops when it sees a different bug.
5 UNSUPPORTED: target={{.*freebsd.*}}
7 # TODO: Find out why test fails on Darwin with -O2.
8 RUN: %cpp_compiler -O0 %S/TwoDifferentBugsTest.cpp -o %t-TwoDifferentBugsTest
10 RUN: rm -rf %t && mkdir %t
11 RUN: echo H12345678901234667888090 > %t/long_crash
12 RUN: %env_asan_opts=dedup_token_length=3 %run %t-TwoDifferentBugsTest -seed=1 -minimize_crash=1 %t/long_crash -exact_artifact_path=%t/result 2>&1 | FileCheck %s
14 CHECK: DedupToken1: DEDUP_TOKEN: Bar
15 CHECK: DedupToken2: DEDUP_TOKEN: Bar
16 CHECK: DedupToken1: DEDUP_TOKEN: Bar
17 CHECK: DedupToken2: DEDUP_TOKEN: Foo
18 CHECK: CRASH_MIN: mismatch in dedup tokens
20 RUN: not  %run %t-TwoDifferentBugsTest %t/result 2>&1 | FileCheck %s --check-prefix=VERIFY
22 VERIFY: ERROR: AddressSanitizer:
23 VERIFY: in Bar