Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1470)

Unified Diff: testing/libfuzzer/fuzzers/dicts/icu_regex.dict

Issue 1995833002: [libfuzzer] remove icu fuzzers (moved to //third_party/icu/fuzzers). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | testing/libfuzzer/fuzzers/icu_uregex_open_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/dicts/icu_regex.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/icu_regex.dict b/testing/libfuzzer/fuzzers/dicts/icu_regex.dict
deleted file mode 100644
index b0456e6d3e3e2da9f2edb393c1212fdddcc010bc..0000000000000000000000000000000000000000
--- a/testing/libfuzzer/fuzzers/dicts/icu_regex.dict
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"\\a"
-"\\A"
-"\\b"
-"\\B"
-"\\cX"
-"\\cC"
-"\\cZ"
-"\\d"
-"\\D"
-"\\e"
-"\\u001B"
-"\\E"
-"\\f"
-"\\u000C"
-"\\G"
-"\\h"
-"\\u0009"
-"\\H"
-"\\k"
-"\\n"
-"\\N"
-"\\p"
-"\\P"
-"{"
-"}"
-"\\Q"
-"\\r"
-"\\u000D"
-"\\R"
-"\\u000a"
-"\\u000b"
-"\\u000c"
-"\\u000d"
-"\\u0085"
-"\\u2028"
-"\\u2029"
-"\\s"
-"[\\t\\n\\f\\r\\p{Z}]"
-"\\S"
-"\\t"
-"\\u0009"
-"\\u"
-"\\uf0ff"
-"\\U"
-"\\U0010ffff."
-"\\v"
-"\\V"
-"\\w"
-"\\W"
-"\\x"
-"\\xhh"
-"\\X"
-"\\Z"
-"\\z"
-"\\n"
-"\\0"
-"\\0ooo"
-"."
-"^"
-"$"
-"\\"
-"|"
-"*"
-"+"
-"?"
-","
-"*?"
-"+?"
-"??"
-"*+"
-"++"
-"?+"
-"("
-"(?:"
-"(?>"
-"(?#"
-"(?="
-"(?!"
-"(?<="
-"(?<!"
-"(?"
-"-"
-")"
-":"
-"(?ismwx-ismwx:"
-"(?ismwx-ismwx)"
-"(?i)"
-"["
-"]"
-"[\\u0000-\\U0010ffff]"
-"[:script=Greek:]"
-"{script=Greek}"
-"gC"
-"sc"
-"scx"
-"WB"
-"Nd"
-"d"
-"MN"
« no previous file with comments | « testing/libfuzzer/fuzzers/BUILD.gn ('k') | testing/libfuzzer/fuzzers/icu_uregex_open_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698