11 lines · plain
1REQUIRES: linux2REQUIRES: zlib3# zlib is "supported" on i386 even when only for x86_64, explicitly make i3864# unsupported by this test.5UNSUPPORTED: i386, target=arm{{.*}}6# Custom mutator should find this bug, w/o custom -- no chance.7RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestCustom -DCUSTOM_MUTATOR -I%zlib_include_dir %zlib_library8RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestPlain -I%zlib_include_dir %zlib_library9RUN: not %run %t-CompressedTestCustom -seed=1 -runs=100000010RUN: %run %t-CompressedTestPlain -seed=1 -runs=100000011