34 строки
953 B
YAML
34 строки
953 B
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
---
|
|
# Each key in this file specifies a set of tests to run. Different test sets
|
|
# may, for example, be bound to different test platforms.
|
|
#
|
|
# Note that set does not depend on the tree; tree-dependent job selection
|
|
# should be performed in the target task selection phase of task-graph
|
|
# generation.
|
|
#
|
|
# A test set has a name, and a list of tests that it contains.
|
|
#
|
|
# Test names given here reference tests.yml.
|
|
|
|
##
|
|
# Universal tests
|
|
#
|
|
# Tests that run just about everywhere; common-tests is the shared core, with
|
|
# a few add-on test sets that are included or omitted on some platforms.
|
|
|
|
gtest-tests:
|
|
- gtest
|
|
|
|
marionette-tests:
|
|
- marionette
|
|
- marionette-headless
|
|
|
|
mochitest-tests:
|
|
- mochitest-thunderbird
|
|
|
|
xpcshell-tests:
|
|
- xpcshell
|