mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
components/script/dom/bindings/codegen/parser/update.sh now downloads all
the latest *.py tests from https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/
This commit is contained in:
parent
003fdd4176
commit
d3528ffce4
30 changed files with 2910 additions and 70 deletions
|
@ -3,4 +3,8 @@ patch < abstract.patch
|
|||
patch < debug.patch
|
||||
patch < legacy-unenumerable-named-properties.patch
|
||||
|
||||
# TODO: update test files from https://dxr.mozilla.org/mozilla-central/source/dom/bindings/parser/tests
|
||||
wget https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/ -O tests.tar.gz
|
||||
rm -r tests
|
||||
mkdir tests
|
||||
tar xvpf tests.tar.gz -C tests --strip-components=5
|
||||
rm tests.tar.gz WebIDL.py.orig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue