[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / compiler-rt / test / fuzzer / compressed.test
blob59a43cc807337ff13dd693a06930a5a7987ea76e
1 REQUIRES: linux
2 REQUIRES: zlib
3 # zlib is "supported" on i386 even when only for x86_64, explicitly make i386
4 # unsupported by this test.
5 UNSUPPORTED: i386, target=arm{{.*}}
6 # Custom mutator should find this bug, w/o custom -- no chance.
7 RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestCustom -DCUSTOM_MUTATOR -I%zlib_include_dir %zlib_library
8 RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestPlain -I%zlib_include_dir %zlib_library
9 RUN: not %run %t-CompressedTestCustom -seed=1 -runs=1000000
10 RUN:     %run %t-CompressedTestPlain  -seed=1 -runs=1000000