auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdm

This commit is contained in:
bors-servo 2015-01-08 08:48:54 -07:00
commit df6a7959df
16 changed files with 126 additions and 55 deletions

View file

@ -1,9 +1,9 @@
[compile-error-in-setInterval.html]
type: testharness
expected: TIMEOUT
expected: OK
[window.onerror - compile error in setInterval]
expected: NOTRUN
expected: FAIL
[window.onerror - compile error in setInterval (column)]
expected: NOTRUN
expected: FAIL

View file

@ -1,9 +1,9 @@
[compile-error-in-setTimeout.html]
type: testharness
expected: TIMEOUT
expected: OK
[window.onerror - compile error in setTimeout]
expected: NOTRUN
expected: FAIL
[window.onerror - compile error in setTimeout (column)]
expected: NOTRUN
expected: FAIL

View file

@ -1,9 +1,9 @@
[runtime-error-in-setInterval.html]
type: testharness
expected: TIMEOUT
expected: OK
[window.onerror - runtime error in setInterval]
expected: NOTRUN
expected: FAIL
[window.onerror - runtime error in setInterval (column)]
expected: NOTRUN
expected: FAIL

View file

@ -1,9 +1,9 @@
[runtime-error-in-setTimeout.html]
type: testharness
expected: TIMEOUT
expected: OK
[window.onerror - runtime error in setTimeout]
expected: NOTRUN
expected: FAIL
[window.onerror - runtime error in setTimeout (column)]
expected: NOTRUN
expected: FAIL

View file

@ -1,6 +0,0 @@
[WorkerGlobalScope_setInterval.htm]
type: testharness
expected: TIMEOUT
[ WorkerGlobalScope API: setInterval() ]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[WorkerGlobalScope_setTimeout.htm]
type: testharness
expected: TIMEOUT
[ WorkerGlobalScope API: setTimeout() ]
expected: TIMEOUT