2019-01-26 10:38:56 +08:00
|
|
|
REQUIRES: linux
|
2019-01-29 21:06:17 +08:00
|
|
|
REQUIRES: zlib
|
2019-05-01 01:58:56 +08:00
|
|
|
# zlib is "supported" on i386 even when only for x86_64, explicitly make i386
|
|
|
|
# unsupported by this test.
|
2019-05-01 01:58:55 +08:00
|
|
|
UNSUPPORTED: i386
|
2019-01-26 10:38:56 +08:00
|
|
|
# Custom mutator should find this bug, w/o custom -- no chance.
|
|
|
|
RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestCustom -DCUSTOM_MUTATOR -lz
|
|
|
|
RUN: %cpp_compiler %S/CompressedTest.cpp -o %t-CompressedTestPlain -lz
|
|
|
|
RUN: not %run %t-CompressedTestCustom -seed=1 -runs=1000000
|
|
|
|
RUN: %run %t-CompressedTestPlain -seed=1 -runs=1000000
|