mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
auto merge of #3700 : Ms2ger/servo/update-wptrunner, r=jdm
This commit is contained in:
commit
a1efb79cf4
18 changed files with 18 additions and 33 deletions
|
@ -1,3 +1,3 @@
|
||||||
[open-url-encoding.htm]
|
[open-url-encoding.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
[open-url-javascript-window-2.htm]
|
[open-url-javascript-window-2.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
[XMLHttpRequest: open() - resolving URLs (javascript: ]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
[open-url-javascript-window.htm]
|
[open-url-javascript-window.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
[XMLHttpRequest: open() - resolving URLs (javascript: ]
|
|
||||||
expected: TIMEOUT
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[send-content-type-string.htm]
|
[send-content-type-string.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[send-entity-body-document.htm]
|
[send-entity-body-document.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[xmlhttprequest-timeout-abortedonmain.html]
|
[xmlhttprequest-timeout-abortedonmain.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[xmlhttprequest-timeout-overrides.html]
|
[xmlhttprequest-timeout-overrides.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[xmlhttprequest-timeout-overridesexpires.html]
|
[xmlhttprequest-timeout-overridesexpires.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[Document-createElement-namespace.html]
|
[Document-createElement-namespace.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[Element-children.html]
|
[Element-children.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[TreeWalker-acceptNode-filter.html]
|
[TreeWalker-acceptNode-filter.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
[load-text-plain.html]
|
[load-text-plain.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
[Checking document metadata for text file]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[Checking DOM for text file]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
[Checking contents for text file]
|
|
||||||
expected: NOTRUN
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[security_location_0.sub.htm]
|
[security_location_0.sub.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[indexed-browsing-contexts-01.html]
|
[indexed-browsing-contexts-01.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[window-security.sub.html]
|
[window-security.sub.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[document.forms.html]
|
[document.forms.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[document-base-url.html]
|
[document-base-url.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
expected: CRASH
|
||||||
|
|
|
@ -16,7 +16,7 @@ source _virtualenv/bin/activate
|
||||||
if [[ $* == *--update-manifest* ]]; then
|
if [[ $* == *--update-manifest* ]]; then
|
||||||
(python -c "import html5lib" &>/dev/null) || pip install html5lib
|
(python -c "import html5lib" &>/dev/null) || pip install html5lib
|
||||||
fi
|
fi
|
||||||
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.3'
|
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.5'
|
||||||
|
|
||||||
python $servo_root/tests/wpt/run.py \
|
python $servo_root/tests/wpt/run.py \
|
||||||
--config $servo_root/tests/wpt/config.ini \
|
--config $servo_root/tests/wpt/config.ini \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue