Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / compressed.test
blob284f7ed96ca8513b3ec4adf9c619b4aaf7f5b24e
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 -lz
8 RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestPlain -lz
9 RUN: not %run %t-CompressedTestCustom -seed=1 -runs=1000000
10 RUN:     %run %t-CompressedTestPlain  -seed=1 -runs=1000000