зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1286900 - Stop producing web-platform tests zip file; r=ted
Now that we access WPT related files from a source checkout, we no longer need the web-platform tests zip file produced or consumed by automation. So stop producing it. MozReview-Commit-ID: Ea8KjKZJ5Yx --HG-- extra : rebase_source : f22506a02fdd5e78434cdc5d1c1f274db1cd04e2
This commit is contained in:
Родитель
eb72a98cc5
Коммит
f4832137ac
|
@ -16,7 +16,6 @@ ALL_HARNESSES = [
|
|||
'cppunittest',
|
||||
'jittest',
|
||||
'mozbase',
|
||||
'web-platform',
|
||||
'talos',
|
||||
'gtest',
|
||||
]
|
||||
|
@ -26,7 +25,6 @@ PACKAGE_SPECIFIED_HARNESSES = [
|
|||
'mochitest',
|
||||
'reftest',
|
||||
'xpcshell',
|
||||
'web-platform',
|
||||
'talos',
|
||||
]
|
||||
|
||||
|
|
|
@ -364,34 +364,6 @@ ARCHIVE_FILES = {
|
|||
'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,
|
||||
|
|
|
@ -198,7 +198,6 @@ TEST_PKGS := \
|
|||
mochitest \
|
||||
reftest \
|
||||
talos \
|
||||
web-platform \
|
||||
xpcshell \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче