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

Side by Side Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1703033002: [libfuzzer] disable v8_script_parser_fuzzer, because it is useless at the moment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Individual libfuzzer tests that didn't find their home yet. 5 # Individual libfuzzer tests that didn't find their home yet.
6 6
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/pdfium/pdfium.gni") 10 import("//third_party/pdfium/pdfium.gni")
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "//third_party/icu", 332 "//third_party/icu",
333 ] 333 ]
334 } 334 }
335 335
336 fuzzer_test("v8_script_parser_fuzzer") { 336 fuzzer_test("v8_script_parser_fuzzer") {
337 sources = [] 337 sources = []
338 deps = [ 338 deps = [
339 "//v8:parser_fuzzer", 339 "//v8:parser_fuzzer",
340 ] 340 ]
341 dict = "dicts/js.dict" 341 dict = "dicts/js.dict"
342 additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
342 } 343 }
343 344
344 fuzzer_test("v8_json_parser_fuzzer") { 345 fuzzer_test("v8_json_parser_fuzzer") {
345 sources = [] 346 sources = []
346 deps = [ 347 deps = [
347 "//v8:json_fuzzer", 348 "//v8:json_fuzzer",
348 ] 349 ]
349 } 350 }
350 351
351 fuzzer_test("v8_regexp_parser_fuzzer") { 352 fuzzer_test("v8_regexp_parser_fuzzer") {
352 sources = [] 353 sources = []
353 deps = [ 354 deps = [
354 "//v8:regexp_fuzzer", 355 "//v8:regexp_fuzzer",
355 ] 356 ]
356 dict = "dicts/regexp.dict" 357 dict = "dicts/regexp.dict"
357 } 358 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698