1 # For IOS, we fail to permute the run lines properly (rdar://99889376)
4 # We want to make sure that the test can find the input
5 # ABCDEFGHIJ when given two other inputs in the seed corpus:
9 RUN: %cpp_compiler %S/CrossOverTest.cpp -o %t-CrossOverTest
13 RUN: echo -n ABCDE00000 > %t-corpus/A
14 RUN: echo -n ZZZZZFGHIJ > %t-corpus/B
17 RUN: not %run %t-CrossOverTest -max_len=10 -reduce_inputs=0 -seed=1 -runs=10000000 %t-corpus
19 # Test the same thing but using -seed_inputs instead of passing the corpus dir.
20 RUN: not %run %t-CrossOverTest -max_len=10 -reduce_inputs=0 -seed=1 -runs=10000000 -seed_inputs=%t-corpus/A,%t-corpus/B