Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / sigint.test
blob0e239c3ce53859ecd6ae434ee8c8cdb4014cc4f9
1 REQUIRES: msan
2 UNSUPPORTED: target=arm{{.*}}
4 # Check that libFuzzer exits gracefully under SIGINT with MSan.
5 RUN: rm -rf %t
6 RUN: mkdir -p %t
7 RUN: %msan_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGINT
9 RUN: %run %t/LFSIGINT 2> %t/log & export PID=$!
10 RUN: sleep 2
11 RUN: kill -SIGINT $PID
12 RUN: sleep 3
13 RUN: cat %t/log | FileCheck %s
15 CHECK: libFuzzer: run interrupted; exiting
16 CHECK-NOT: WARNING: MemorySanitizer