Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1286900 - Stop producing web-platform tests zip file; r=ted
Browse files Browse the repository at this point in the history
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
  • Loading branch information
indygreg committed Sep 21, 2016
1 parent 94052d1 commit e07ab03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions build/gen_test_packages_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'cppunittest',
'jittest',
'mozbase',
'web-platform',
'talos',
'gtest',
]
Expand All @@ -26,7 +25,6 @@
'mochitest',
'reftest',
'xpcshell',
'web-platform',
'talos',
]

Expand Down
28 changes: 0 additions & 28 deletions python/mozbuild/mozbuild/action/test_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,34 +364,6 @@
'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,
Expand Down
1 change: 0 additions & 1 deletion testing/testsuite-targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ TEST_PKGS := \
mochitest \
reftest \
talos \
web-platform \
xpcshell \
$(NULL)

Expand Down

0 comments on commit e07ab03

Please sign in to comment.