mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Temporarily change expectations for some wpt tests till hyper gets support for status codes >599
This commit is contained in:
parent
00a0f1527c
commit
642e766688
3 changed files with 16 additions and 12 deletions
|
@ -1,8 +1,3 @@
|
|||
[status-async.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status/statusText - various responses 7 (GET 402)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 9 (CHICKEN 402)]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
[status-basic.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status/statusText - various responses 7 (GET 402)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 9 (CHICKEN 402)]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
|
|
14
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
14
tests/wpt/metadata/XMLHttpRequest/status-error.htm.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[status-error.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: status error handling GET 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling HEAD 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling POST 699]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status error handling PUT 699]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue