☠☠ backed out by cda7c3e91ad7 ☠ ☠ | |
author | Gregory Szorc <gps@mozilla.com> |
Tue, 20 Sep 2016 18:41:06 -0700 | |
changeset 316402 | b4844ee1e542d33e2b857ad143c717526592a0b6 |
parent 316401 | bde587e47d00d689f58126a705f5014eb00f1a66 |
child 316403 | 067c15e2620f0f518d7ee70a06cdfd226f13b3f2 |
push id | 30770 |
push user | kwierso@gmail.com |
push date | Wed, 05 Oct 2016 00:00:48 +0000 |
treeherder | mozilla-central@3470e326025c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 1286900 |
milestone | 52.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/gen_test_packages_manifest.py +++ b/build/gen_test_packages_manifest.py @@ -11,27 +11,25 @@ from argparse import ArgumentParser ALL_HARNESSES = [ 'common', # Harnesses without a specific package will look here. 'mochitest', 'reftest', 'xpcshell', 'cppunittest', 'jittest', 'mozbase', - 'web-platform', 'talos', 'gtest', ] PACKAGE_SPECIFIED_HARNESSES = [ 'cppunittest', 'mochitest', 'reftest', 'xpcshell', - 'web-platform', 'talos', ] # These packages are not present for every build configuration. OPTIONAL_PACKAGES = [ 'gtest', ]
--- a/python/mozbuild/mozbuild/action/test_archive.py +++ b/python/mozbuild/mozbuild/action/test_archive.py @@ -359,44 +359,16 @@ ARCHIVE_FILES = { ], 'talos': [ { 'source': buildconfig.topsrcdir, 'base': 'testing', 'pattern': 'talos/**', }, ], - 'web-platform': [ - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/meta/**', - }, - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/mozilla/**', - }, - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/tests/**', - }, - { - 'source': buildconfig.topobjdir, - 'base': '_tests', - 'pattern': 'web-platform/**', - }, - { - 'source': buildconfig.topobjdir, - 'base': '', - 'pattern': 'mozinfo.json', - 'dest': 'web-platform', - }, - ], 'xpcshell': [ { 'source': buildconfig.topobjdir, 'base': '_tests/xpcshell', 'pattern': '**', 'dest': 'xpcshell/tests', }, {