5b7c873188
Bug: chromium:669910 Change-Id: I0d9a8c7277cfcedd464db44733803ccc4693ae70 Reviewed-on: https://chromium-review.googlesource.com/979952 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Cr-Commit-Position: refs/heads/master@{#52222}
34 lines
995 B
Plaintext
34 lines
995 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.
|
|
|
|
# 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",
|
|
},
|
|
"check-static-initializers": {
|
|
"label": "//tools:v8_check_static_initializers",
|
|
"type": "script",
|
|
},
|
|
"jsfunfuzz": {
|
|
"label": "//tools/jsfunfuzz:v8_jsfunfuzz",
|
|
"type": "script",
|
|
},
|
|
"run-gcmole": {
|
|
"label": "//tools/gcmole:v8_run_gcmole",
|
|
"type": "script",
|
|
},
|
|
"unittests": {
|
|
"label": "//test/unittests:unittests",
|
|
"type": "script",
|
|
},
|
|
} |