summaryrefslogtreecommitdiff
path: root/test/fuzzer/recommended-dictionary.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/recommended-dictionary.test')
-rw-r--r--test/fuzzer/recommended-dictionary.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fuzzer/recommended-dictionary.test b/test/fuzzer/recommended-dictionary.test
new file mode 100644
index 0000000000000..41b62c924ceb0
--- /dev/null
+++ b/test/fuzzer/recommended-dictionary.test
@@ -0,0 +1,6 @@
+RUN: %cpp_compiler %S/RepeatedMemcmp.cpp -o %t-RepeatedMemcmp
+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. ######