Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.

This commit is contained in:
Ms2ger 2015-03-11 11:08:57 +01:00 committed by Josh Matthews
parent 65d4b12bf2
commit 5f15eb5fbf
140 changed files with 1420 additions and 1222 deletions

View file

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

View file

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

View file

@ -1,6 +1,7 @@
[004.html]
type: testharness
expected: TIMEOUT
disabled: flaky crash detection
[importScripts broken script]
expected: TIMEOUT

View file

@ -1,6 +1,7 @@
[005.html]
type: testharness
expected: TIMEOUT
disabled: flaky crash detection
[importScripts separate scripts]
expected: TIMEOUT

View file

@ -1,6 +1,7 @@
[006.html]
type: testharness
expected: TIMEOUT
disabled: flaky crash detection
[importScripts uncaught exception]
expected: TIMEOUT

View file

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