brintos

brintos / llvm-project-archived public Read only

0
0
Text · 558 B · 1a0837b Raw
15 lines · plain
1REQUIRES: this-test-is-deprecated2# Run EquivalenceATest against itself with a small timeout3# to stress the signal handling and ensure that shmem doesn't mind4# the signals.5UNSUPPORTED: target={{.*freebsd.*}}6 7# The test is not supported on Darwin8UNSUPPORTED: darwin9 10RUN: %cpp_compiler %S/EquivalenceATest.cpp -o %t-EquivalenceATest11RUN: %run %t-EquivalenceATest -timeout=1 -run_equivalence_server=EQ_SIG_TEST & export APID=$!12RUN: sleep 313RUN: %run %t-EquivalenceATest -timeout=1 -use_equivalence_server=EQ_SIG_TEST -runs=500000 2>&114RUN: kill -9 $APID15