Issue #3236 - Implement timers (setTimeout/setInterval) for workers

This commit is contained in:
Mukilan Thiyagarajan 2014-10-13 08:58:48 +05:30
parent fd70b366ae
commit 0d7e13f646
11 changed files with 261 additions and 185 deletions

View file

@ -1,3 +1,4 @@
[xmlhttprequest-timeout-worker-twice.html]
type: testharness
disabled: xhr issue #3630
expected: TIMEOUT

View file

@ -9333,21 +9333,9 @@
[WorkerGlobalScope interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long)]
expected: FAIL
[WorkerGlobalScope interface: operation setTimeout(Function,long,any)]
expected: FAIL
[WorkerGlobalScope interface: operation setTimeout(DOMString,long,any)]
expected: FAIL
[WorkerGlobalScope interface: operation clearTimeout(long)]
expected: FAIL
[WorkerGlobalScope interface: operation setInterval(Function,long,any)]
expected: FAIL
[WorkerGlobalScope interface: operation setInterval(DOMString,long,any)]
expected: FAIL
[WorkerGlobalScope interface: operation clearInterval(long)]
expected: FAIL

View file

@ -1,6 +0,0 @@
[001.html]
type: testharness
expected: TIMEOUT
[setTimeout]
expected: TIMEOUT

View file

@ -1,6 +0,0 @@
[003.html]
type: testharness
expected: TIMEOUT
[setInterval]
expected: TIMEOUT