Add some bug annotations to a few of the web platform tests ini files. No bug, rs=jgraham

This commit is contained in:
Boris Zbarsky 2015-04-15 16:36:47 -04:00
parent 386b66e144
commit 40706fa6cb
4 changed files with 5 additions and 0 deletions

View File

@ -2,4 +2,5 @@
type: testharness
[ MessageChannel: port message queue is initially disabled ]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139

View File

@ -2,4 +2,5 @@
type: testharness
[ MessageChannel: port.onmessage enables message queue ]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139

View File

@ -2,6 +2,7 @@
type: testharness
[WorkerGlobalScope interface: attribute onlanguagechange]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779
[WorkerGlobalScope interface: operation importScripts(DOMString)]
expected: FAIL
@ -29,6 +30,7 @@
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1154779
[WorkerGlobalScope interface: calling importScripts(DOMString) on self with too few arguments must throw TypeError]
expected: FAIL

View File

@ -2,4 +2,5 @@
type: testharness
[ postMessage(): MessageEvent properties ]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=952139