mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.
This commit is contained in:
parent
65d4b12bf2
commit
5f15eb5fbf
140 changed files with 1420 additions and 1222 deletions
|
@ -22,12 +22,6 @@
|
|||
[XMLHttpRequest: status/statusText - various responses 23 (HEAD 503)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 25 (GET 699)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 26 (HEAD 699)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: status/statusText - various responses 27 (CHICKEN 699)]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
[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
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
disabled: flaky crash detection
|
||||
[importScripts broken script]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
disabled: flaky crash detection
|
||||
[importScripts separate scripts]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
disabled: flaky crash detection
|
||||
[importScripts uncaught exception]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ binary_dir=$wpt_root/../../components/servo/target
|
|||
if [[ $1 == "--release" ]]; then
|
||||
binary_dir=$binary_dir/release
|
||||
shift
|
||||
else
|
||||
binary_dir=$binary_dir/debug
|
||||
fi
|
||||
|
||||
PYTHON=$(which python2 2> /dev/null || echo python)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue