This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
8 lines
370 B
Plaintext
8 lines
370 B
Plaintext
UNSUPPORTED: freebsd
|
|
RUN: %cpp_compiler %S/RepeatedMemcmp.cpp -o %t-RepeatedMemcmp
|
|
RUN: %run %t-RepeatedMemcmp -seed=11 -runs=100000 -max_len=20 2>&1 | FileCheck %s --check-prefix=RECOMMENDED_DICT
|
|
RECOMMENDED_DICT:###### Recommended dictionary. ######
|
|
RECOMMENDED_DICT-DAG: "foo"
|
|
RECOMMENDED_DICT-DAG: "bar"
|
|
RECOMMENDED_DICT:###### End of recommended dictionary. ######
|