diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-04 19:41:06 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-04 19:41:06 +0000 |
commit | 914368530ba622ff0117cd34bec058fb0d862155 (patch) | |
tree | 6c29459914d1b01ed27fad039d0b982d1dbc32c3 /build | |
parent | c5ad76a2875ca5c06c5bbff7b2f2e3ff7b3599c3 (diff) | |
download | uxp-914368530ba622ff0117cd34bec058fb0d862155.tar.gz |
Issue #439 - Remove web-platform tests from the tree.
This removes a total of 23,936 files we would never use nor have the capacity
to properly maintain or keep up-to-date.
Diffstat (limited to 'build')
-rw-r--r-- | build/mach_bootstrap.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/mach_bootstrap.py b/build/mach_bootstrap.py index 48a71c6697..9ff3ff89af 100644 --- a/build/mach_bootstrap.py +++ b/build/mach_bootstrap.py @@ -90,9 +90,6 @@ SEARCH_PATHS = [ 'testing/mozbase/manifestparser', 'testing/taskcluster', 'testing/tools/autotry', - 'testing/web-platform', - 'testing/web-platform/harness', - 'testing/web-platform/tests/tools/wptserve', 'testing/xpcshell', 'xpcom/idl-parser', ] @@ -121,7 +118,6 @@ MACH_MODULES = [ 'testing/mochitest/mach_commands.py', 'testing/mozharness/mach_commands.py', 'testing/talos/mach_commands.py', - 'testing/web-platform/mach_commands.py', 'testing/xpcshell/mach_commands.py', 'tools/docs/mach_commands.py', 'tools/lint/mach_commands.py', |