You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
543 B
15 lines
543 B
REQUIRES: this-test-is-deprecated
|
|
# Run EquivalenceATest against itself with a small timeout
|
|
# to stress the signal handling and ensure that shmem doesn't mind
|
|
# the signals.
|
|
UNSUPPORTED: freebsd
|
|
|
|
# The test is not supported on Darwin
|
|
UNSUPPORTED: darwin
|
|
|
|
RUN: %cpp_compiler %S/EquivalenceATest.cpp -o %t-EquivalenceATest
|
|
RUN: %run %t-EquivalenceATest -timeout=1 -run_equivalence_server=EQ_SIG_TEST & export APID=$!
|
|
RUN: sleep 3
|
|
RUN: %run %t-EquivalenceATest -timeout=1 -use_equivalence_server=EQ_SIG_TEST -runs=500000 2>&1
|
|
RUN: kill -9 $APID
|