mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Remove legacy layout (layout 2013) (#35943)
We were already not compiling it and not running tests on it by default. So it's simpler to just completely remove it. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
@@ -9,9 +9,7 @@ files = [
|
||||
"./components/net/tests/parsable_mime/text",
|
||||
"./resources/hsts_preload.json",
|
||||
"./tests/wpt/meta/MANIFEST.json",
|
||||
"./tests/wpt/meta-legacy-layout/MANIFEST.json",
|
||||
"./tests/wpt/mozilla/meta/MANIFEST.json",
|
||||
"./tests/wpt/mozilla/meta-legacy-layout/MANIFEST.json",
|
||||
# Long encoded string
|
||||
"./tests/wpt/mozilla/tests/mozilla/resources/brotli.py",
|
||||
"./tests/wpt/webgl/meta/MANIFEST.json",
|
||||
@@ -45,11 +43,8 @@ directories = [
|
||||
"./third_party",
|
||||
# Cache files generated by wptrunner which fail the EOF newlines check.
|
||||
"./tests/wpt/meta/.cache",
|
||||
"./tests/wpt/meta-legacy-layout/.cache",
|
||||
"./tests/wpt/mozilla/meta/.cache",
|
||||
"./tests/wpt/mozilla/meta-legacy-layout/.cache",
|
||||
"./tests/wpt/webgl/meta/.cache",
|
||||
"./tests/wpt/webgl/meta-legacy-layout/.cache",
|
||||
]
|
||||
|
||||
# Directories that are checked for correct file extension
|
||||
|
||||
Reference in New Issue
Block a user