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