Update to wptrunner 1.3, which actually runs.

This commit is contained in:
Ms2ger 2014-10-06 22:37:17 +02:00
parent 06489fcc42
commit ff42493d87
13 changed files with 13 additions and 92 deletions

View file

@ -15,3 +15,9 @@
[Upper-case HTML element with a prefix]
expected: FAIL
[Lower-case non-HTML element with a prefix]
expected: FAIL
[Upper-case non-HTML element with a prefix]
expected: FAIL

View file

@ -6,3 +6,6 @@
[tagName should be updated when changing ownerDocument]
expected: FAIL
[tagName should not upper-case for SVG elements in HTML documents.]
expected: FAIL

View file

@ -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

View file

@ -5526,9 +5526,6 @@
[HTMLInputElement interface: attribute defaultChecked]
expected: FAIL
[HTMLInputElement interface: attribute checked]
expected: FAIL
[HTMLInputElement interface: attribute dirName]
expected: FAIL
@ -5580,9 +5577,6 @@
[HTMLInputElement interface: attribute multiple]
expected: FAIL
[HTMLInputElement interface: attribute name]
expected: FAIL
[HTMLInputElement interface: attribute pattern]
expected: FAIL
@ -5595,9 +5589,6 @@
[HTMLInputElement interface: attribute required]
expected: FAIL
[HTMLInputElement interface: attribute size]
expected: FAIL
[HTMLInputElement interface: attribute src]
expected: FAIL
@ -5610,9 +5601,6 @@
[HTMLInputElement interface: attribute defaultValue]
expected: FAIL
[HTMLInputElement interface: attribute value]
expected: FAIL
[HTMLInputElement interface: attribute valueAsDate]
expected: FAIL
@ -5697,9 +5685,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4)]
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)]
expected: FAIL
@ -5751,9 +5736,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "multiple" with the proper type (23)]
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)]
expected: FAIL
@ -5766,9 +5748,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (28)]
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)]
expected: FAIL
@ -5781,9 +5760,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
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)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[checked.xhtml]
type: testharness
[input@checked is immediately reflected to \'checked\' IDL attribute]
expected: FAIL

View file

@ -3,9 +3,6 @@
[date type support on input element]
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]
expected: FAIL
@ -24,9 +21,6 @@
[[time\] time type support on input element]
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]
expected: FAIL
@ -45,9 +39,6 @@
[datetime type support on input element]
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]
expected: FAIL
@ -66,9 +57,6 @@
[month type support on input element]
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]
expected: FAIL
@ -87,9 +75,6 @@
[week type support on input element]
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]
expected: FAIL

View file

@ -1,8 +1,5 @@
[hidden.html]
type: testharness
[Value returns the current value for hidden]
expected: FAIL
[files attribute must return null for hidden]
expected: FAIL

View file

@ -3,9 +3,6 @@
[default behavior]
expected: FAIL
[empty value attribute]
expected: FAIL
[label value]
expected: FAIL

View file

@ -1,14 +1,5 @@
[input-type-checkbox.html]
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]
expected: FAIL

View file

@ -1,14 +1,11 @@
[password.html]
type: testharness
[Value returns the current value for password]
expected: FAIL
[Value sanitization algorithm should strip line breaks for password]
expected: FAIL
[sanitization algorithm doesn\'t strip leading and trailing whitespaces]
expected: FAIL
[sanitization algorithm strips line breaks]
expected: FAIL
[Setting value changes the current value for password, but not the value content attribute]
expected: FAIL

View file

@ -1,8 +1,5 @@
[text.html]
type: testharness
[Value returns the current value for text]
expected: FAIL
[Value sanitization algorithm should strip line breaks for text]
expected: FAIL
@ -24,9 +21,6 @@
[stepUp does not apply for text]
expected: FAIL
[Value returns the current value for search]
expected: FAIL
[Value sanitization algorithm should strip line breaks for search]
expected: FAIL

View file

@ -1,8 +1,5 @@
[time.html]
type: testharness
[time element of default time value]
expected: FAIL
[step attribute on default value check]
expected: FAIL

View file

@ -16,7 +16,7 @@ source _virtualenv/bin/activate
if [[ $* == *--update-manifest* ]]; then
(python -c "import html5lib" &>/dev/null) || pip install html5lib
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 \
--config $servo_root/tests/wpt/config.ini \