b9854da1ec
The fuzzers were already removed on the chrome side and therefore inactive, see https://crrev.com/c/1194228. R=machenbach@chromium.org Bug: v8:8562 Change-Id: I0cf5ec6d07e07452c5168ea952f45028bcea1c85 Reviewed-on: https://chromium-review.googlesource.com/c/1406678 Commit-Queue: Andreas Haas <ahaas@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#58750}
27 lines
520 B
Plaintext
27 lines
520 B
Plaintext
# Copyright 2018 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
group("v8_fuzzer") {
|
|
testonly = true
|
|
|
|
data_deps = [
|
|
"../../tools:v8_testrunner",
|
|
"../..:v8_fuzzers",
|
|
]
|
|
|
|
data = [
|
|
"./fuzzer.status",
|
|
"./testcfg.py",
|
|
"./json/",
|
|
"./parser/",
|
|
"./regexp/",
|
|
"./regexp_builtins/",
|
|
"./multi_return/",
|
|
"./wasm/",
|
|
"./wasm_async/",
|
|
"./wasm_code/",
|
|
"./wasm_compile/",
|
|
]
|
|
}
|