[X86][AVX10.2-MINMAX][NFC] Remove NE[P] from intrinsic and instruction (#123272)
[llvm-project.git] / compiler-rt / test / fuzzer / equivalence-signals.test
blob1a0837bfb1149d7f681217c49d674ff7b437cfa3
1 REQUIRES: this-test-is-deprecated
2 # Run EquivalenceATest against itself with a small timeout
3 # to stress the signal handling and ensure that shmem doesn't mind
4 # the signals.
5 UNSUPPORTED: target={{.*freebsd.*}}
7 # The test is not supported on Darwin
8 UNSUPPORTED: darwin
10 RUN: %cpp_compiler %S/EquivalenceATest.cpp -o %t-EquivalenceATest
11 RUN: %run %t-EquivalenceATest -timeout=1 -run_equivalence_server=EQ_SIG_TEST & export APID=$!
12 RUN: sleep 3
13 RUN: %run %t-EquivalenceATest -timeout=1 -use_equivalence_server=EQ_SIG_TEST -runs=500000 2>&1
14 RUN: kill -9 $APID