5457e24e15
Bug: chromium:669910 Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng Change-Id: Ifb8719a989a4fda48241967271ebe39037643e39 Reviewed-on: https://chromium-review.googlesource.com/980032 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#52223}
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
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.
|
|
|
|
# gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
|
|
# test type classifications for the tests that are run on the bots.
|
|
#
|
|
# This file is based on testing/buildbot/gn_isolate_map.pyl for Chromium, but
|
|
# is covering V8 stand-alone tests instead.
|
|
# See https://cs.chromium.org/chromium/src/testing/buildbot/gn_isolate_map.pyl
|
|
# for more detailed documentation.
|
|
|
|
{
|
|
"All": {
|
|
"label": "//:All",
|
|
"type": "script",
|
|
},
|
|
"benchmarks": {
|
|
"label": "//test/benchmarks:v8_benchmarks",
|
|
"type": "script",
|
|
},
|
|
"check-static-initializers": {
|
|
"label": "//tools:v8_check_static_initializers",
|
|
"type": "script",
|
|
},
|
|
"mjsunit": {
|
|
"label": "//test/mjsunit:v8_mjsunit",
|
|
"type": "script",
|
|
},
|
|
"mozilla": {
|
|
"label": "//test/mozilla:v8_mozilla",
|
|
"type": "script",
|
|
},
|
|
"jsfunfuzz": {
|
|
"label": "//tools/jsfunfuzz:v8_jsfunfuzz",
|
|
"type": "script",
|
|
},
|
|
"run-gcmole": {
|
|
"label": "//tools/gcmole:v8_run_gcmole",
|
|
"type": "script",
|
|
},
|
|
"test262": {
|
|
"label": "//test/test262:v8_test262",
|
|
"type": "script",
|
|
},
|
|
"unittests": {
|
|
"label": "//test/unittests:unittests",
|
|
"type": "script",
|
|
},
|
|
} |