зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1193394 - Part 2: Update expected failure checks. r=smaug
This commit is contained in:
Родитель
2439836b37
Коммит
a1148f3653
|
@ -186,7 +186,7 @@ function promiseAsync_SyncXHR()
|
|||
xhr.open("GET", "testXHR.txt", false);
|
||||
xhr.send(null);
|
||||
|
||||
todo(!handlerExecuted, "Sync XHR should not trigger microtask execution.");
|
||||
ok(!handlerExecuted, "Sync XHR should not trigger microtask execution.");
|
||||
}
|
||||
|
||||
function promiseDoubleThen() {
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
[event-dispatch-active-flag.html]
|
||||
[Transactions are active during success handlers]
|
||||
expected: FAIL
|
||||
|
||||
[Transactions are active during success listeners]
|
||||
expected: FAIL
|
||||
|
||||
[Transactions are active during error handlers]
|
||||
expected: FAIL
|
||||
|
||||
[Transactions are active during error listeners]
|
||||
expected: FAIL
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
[transaction-deactivation-timing.html]
|
||||
[New transactions are not deactivated until after the microtask checkpoint]
|
||||
expected: FAIL
|
||||
|
||||
[New transactions from microtask are still active through the microtask checkpoint]
|
||||
expected: FAIL
|
||||
|
||||
[Deactivation of new transactions happens at end of invocation]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[upgrade-transaction-deactivation-timing.html]
|
||||
[Upgrade transactions are active in upgradeneeded callback and microtasks]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[upgrade-transaction-lifecycle-user-aborted.html]
|
||||
[in a promise microtask after abort() is called, before the transaction abort event is fired]
|
||||
expected: FAIL
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
[microtasks-and-constructors.html]
|
||||
[Microtasks evaluate immediately when the stack is empty inside the parser]
|
||||
expected: FAIL
|
||||
|
||||
[Microtasks evaluate afterward when the stack is not empty using createElement()]
|
||||
expected: FAIL
|
||||
|
||||
[Microtasks evaluate afterward when the stack is not empty using the constructor]
|
||||
expected: FAIL
|
||||
|
||||
[Microtasks evaluate afterward when the stack is not empty due to upgrades]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[task_microtask_ordering.html]
|
||||
[Level 1 bossfight (synthetic click)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[extendable-event-async-waituntil.https.html]
|
||||
type: testharness
|
||||
[Test calling waitUntil in a different microtask without an existing extension throws]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[basic.html]
|
||||
expected:
|
||||
if e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[bidi_ruby.html]
|
||||
expected:
|
||||
if e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[u0041_first.html]
|
||||
expected:
|
||||
if e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[u06E9_no_strong_dir.html]
|
||||
expected:
|
||||
if os == "mac": FAIL
|
Загрузка…
Ссылка в новой задаче