mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update to wptrunner 1.3, which actually runs.
This commit is contained in:
parent
06489fcc42
commit
ff42493d87
13 changed files with 13 additions and 92 deletions
|
@ -15,3 +15,9 @@
|
||||||
[Upper-case HTML element with a prefix]
|
[Upper-case HTML element with a prefix]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Lower-case non-HTML element with a prefix]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Upper-case non-HTML element with a prefix]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,6 @@
|
||||||
[tagName should be updated when changing ownerDocument]
|
[tagName should be updated when changing ownerDocument]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[tagName should not upper-case for SVG elements in HTML documents.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
[id-name-specialcase.html]
|
|
||||||
type: testharness
|
|
||||||
[id with digits only]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[id start with digits]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[id start with underscore]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[id with punctuation only]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[id with chinese character]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -5526,9 +5526,6 @@
|
||||||
[HTMLInputElement interface: attribute defaultChecked]
|
[HTMLInputElement interface: attribute defaultChecked]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute checked]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute dirName]
|
[HTMLInputElement interface: attribute dirName]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5580,9 +5577,6 @@
|
||||||
[HTMLInputElement interface: attribute multiple]
|
[HTMLInputElement interface: attribute multiple]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute name]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute pattern]
|
[HTMLInputElement interface: attribute pattern]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5595,9 +5589,6 @@
|
||||||
[HTMLInputElement interface: attribute required]
|
[HTMLInputElement interface: attribute required]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute size]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute src]
|
[HTMLInputElement interface: attribute src]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5610,9 +5601,6 @@
|
||||||
[HTMLInputElement interface: attribute defaultValue]
|
[HTMLInputElement interface: attribute defaultValue]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: attribute valueAsDate]
|
[HTMLInputElement interface: attribute valueAsDate]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5697,9 +5685,6 @@
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "checked" with the proper type (5)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5751,9 +5736,6 @@
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "multiple" with the proper type (23)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "multiple" with the proper type (23)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "name" with the proper type (24)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "pattern" with the proper type (25)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "pattern" with the proper type (25)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5766,9 +5748,6 @@
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (28)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (28)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "size" with the proper type (29)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "src" with the proper type (30)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "src" with the proper type (30)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -5781,9 +5760,6 @@
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "value" with the proper type (34)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type (35)]
|
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type (35)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[checked.xhtml]
|
|
||||||
type: testharness
|
|
||||||
[input@checked is immediately reflected to \'checked\' IDL attribute]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
[date type support on input element]
|
[date type support on input element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[date\] The value must be a valid global date and time string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[[date\] The min attribute must have a value that is a valid global date and time string]
|
[[date\] The min attribute must have a value that is a valid global date and time string]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -24,9 +21,6 @@
|
||||||
[[time\] time type support on input element]
|
[[time\] time type support on input element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[time\] The value must be a valid global date and time string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[[time\] The min attribute must have a value that is a valid global date and time string]
|
[[time\] The min attribute must have a value that is a valid global date and time string]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -45,9 +39,6 @@
|
||||||
[datetime type support on input element]
|
[datetime type support on input element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[datetime\] The must be a valid global date and time string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[[datetime\] The min attribute must have a value that is a valid global date and time string]
|
[[datetime\] The min attribute must have a value that is a valid global date and time string]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -66,9 +57,6 @@
|
||||||
[month type support on input element]
|
[month type support on input element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[month\] The value must be a value that is a valid global date and time string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[[month\] The min attribute must have a value that is a valid global date and time string]
|
[[month\] The min attribute must have a value that is a valid global date and time string]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -87,9 +75,6 @@
|
||||||
[week type support on input element]
|
[week type support on input element]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[[week\] The value must be a value that is a valid global date and time string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[[week\] The min attribute must have a value that is a valid global date and time string]
|
[[week\] The min attribute must have a value that is a valid global date and time string]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[hidden.html]
|
[hidden.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[Value returns the current value for hidden]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[files attribute must return null for hidden]
|
[files attribute must return null for hidden]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,6 @@
|
||||||
[default behavior]
|
[default behavior]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[empty value attribute]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[label value]
|
[label value]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
[input-type-checkbox.html]
|
[input-type-checkbox.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[default checkbox has no checkedness state]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[checkbox with initial state set to checked has checkedness state]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[changing the checked attribute to a string sets the checkedness state]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[a checkbox has an indeterminate state set to false onload]
|
[a checkbox has an indeterminate state set to false onload]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
[password.html]
|
[password.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[Value returns the current value for password]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Value sanitization algorithm should strip line breaks for password]
|
[Value sanitization algorithm should strip line breaks for password]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[sanitization algorithm doesn\'t strip leading and trailing whitespaces]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[sanitization algorithm strips line breaks]
|
[sanitization algorithm strips line breaks]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Setting value changes the current value for password, but not the value content attribute]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[text.html]
|
[text.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[Value returns the current value for text]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Value sanitization algorithm should strip line breaks for text]
|
[Value sanitization algorithm should strip line breaks for text]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -24,9 +21,6 @@
|
||||||
[stepUp does not apply for text]
|
[stepUp does not apply for text]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Value returns the current value for search]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Value sanitization algorithm should strip line breaks for search]
|
[Value sanitization algorithm should strip line breaks for search]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
[time.html]
|
[time.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[time element of default time value]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[step attribute on default value check]
|
[step attribute on default value check]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -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.2'
|
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.3'
|
||||||
|
|
||||||
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