Mercurial > hg > CbC > CbC_llvm
comparison compiler-rt/test/fuzzer/merge-sigusr.test @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
1 # Check that libFuzzer honors SIGUSR1/SIGUSR2 | 1 # Check that libFuzzer honors SIGUSR1/SIGUSR2 |
2 # FIXME: Disabled on Windows for now because of reliance on posix only features | 2 # FIXME: Disabled on Windows for now because of reliance on posix only features |
3 # (eg: export, "&", pkill). | 3 # (eg: export, "&", pkill). |
4 UNSUPPORTED: darwin, windows | 4 UNSUPPORTED: darwin, target={{.*windows.*}} |
5 RUN: rm -rf %t | 5 RUN: rm -rf %t |
6 RUN: mkdir -p %t | 6 RUN: mkdir -p %t |
7 RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR | 7 RUN: %cpp_compiler %S/SleepOneSecondTest.cpp -o %t/LFSIGUSR |
8 | 8 |
9 RUN: mkdir -p %t/C1 %t/C2 | 9 RUN: mkdir -p %t/C1 %t/C2 |