2 UNSUPPORTED: target=arm{{.*}}
4 # Check that libFuzzer exits gracefully under SIGINT with MSan.
7 RUN: %msan_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGINT
9 RUN: %run %t/LFSIGINT 2> %t/log & export PID=$!
11 RUN: kill -SIGINT $PID
13 RUN: cat %t/log | FileCheck %s
15 CHECK: libFuzzer: run interrupted; exiting
16 CHECK-NOT: WARNING: MemorySanitizer