2018-03-26 09:43:06 +00:00
|
|
|
# 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",
|
|
|
|
},
|
2018-03-26 13:42:13 +00:00
|
|
|
"benchmarks": {
|
|
|
|
"label": "//test/benchmarks:v8_benchmarks",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:52:36 +00:00
|
|
|
"bot_default": {
|
|
|
|
"label": "//test:v8_bot_default",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 09:43:06 +00:00
|
|
|
"check-static-initializers": {
|
|
|
|
"label": "//tools:v8_check_static_initializers",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:52:36 +00:00
|
|
|
"d8_default": {
|
|
|
|
"label": "//test:v8_d8_default",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2019-07-22 06:45:11 +00:00
|
|
|
"generate-bytecode-expectations": {
|
[test] Move cctest/interpreter to unittests
... /interpreter.
This CL moves cctest/interpreter/{bytecode-expectations-printer,
test-bytecode-generator, test-interpreter-intrinsics,
interpreter-tester, test-interpreter, test-source-positions,
source-position-matcher} to unittests/interpreter/{
bytecode-expectations-printer, bytecode-generator-unittest,
interpreter-intrinsics-unittest, interpreter-tester,
interpreter-unittest, source-positions-unittest, source-position-matcher}.
Bug: v8:12781
Change-Id: I187583bd34f709dd0d7dfc0f92e18f191da0e30f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3609752
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: 王澳 <wangao.james@bytedance.com>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81057}
2022-06-10 04:16:39 +00:00
|
|
|
"label": "//test/unittests:generate-bytecode-expectations",
|
2019-07-22 06:45:11 +00:00
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:42:13 +00:00
|
|
|
"mjsunit": {
|
|
|
|
"label": "//test/mjsunit:v8_mjsunit",
|
|
|
|
"type": "script",
|
|
|
|
},
|
|
|
|
"mozilla": {
|
|
|
|
"label": "//test/mozilla:v8_mozilla",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:52:36 +00:00
|
|
|
"optimize_for_size": {
|
|
|
|
"label": "//test:v8_optimize_for_size",
|
|
|
|
"type": "script",
|
|
|
|
},
|
|
|
|
"perf": {
|
|
|
|
"label": "//test:v8_perf",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2019-04-25 06:43:36 +00:00
|
|
|
"perf_integration": {
|
|
|
|
"label": "//test:v8_perf",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 09:43:06 +00:00
|
|
|
"jsfunfuzz": {
|
|
|
|
"label": "//tools/jsfunfuzz:v8_jsfunfuzz",
|
|
|
|
"type": "script",
|
|
|
|
},
|
|
|
|
"run-gcmole": {
|
2022-03-03 14:05:26 +00:00
|
|
|
"label": "//tools/gcmole:v8_gcmole_files",
|
2018-03-26 09:43:06 +00:00
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:52:36 +00:00
|
|
|
"run-num-fuzzer": {
|
|
|
|
"label": "//test:v8_run_num_fuzzer",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:42:13 +00:00
|
|
|
"test262": {
|
|
|
|
"label": "//test/test262:v8_test262",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-26 13:12:27 +00:00
|
|
|
"unittests": {
|
|
|
|
"label": "//test/unittests:unittests",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2019-12-05 13:30:12 +00:00
|
|
|
"fuchsia-unittests": {
|
2019-12-09 15:59:15 +00:00
|
|
|
"label": "//test/unittests:v8_unittests_fuchsia",
|
2019-12-05 13:30:12 +00:00
|
|
|
"type": "script",
|
|
|
|
},
|
2018-03-28 12:27:34 +00:00
|
|
|
"webkit": {
|
|
|
|
"label": "//test/webkit:v8_webkit",
|
|
|
|
"type": "script",
|
|
|
|
},
|
2019-12-05 13:30:12 +00:00
|
|
|
}
|