mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 01:08:21 +00:00
Backed out changeset 70153e30c826 (bug 823822) for bringing back the crashtest failures it was supposed to be fixing.
CLOSED TREE
This commit is contained in:
parent
b17f61ee7b
commit
1aca62641c
@ -1,4 +1,4 @@
|
||||
asserts-if(cocoaWidget,0-1) load 769464.html
|
||||
skip-if(1) load 769464.html # bug 823822 - assert often leaks into other tests
|
||||
load 822340-1.html
|
||||
load 822340-2.html
|
||||
load 832899.html
|
||||
|
@ -2002,7 +2002,7 @@ WorkerPrivateParent<Derived>::NotifyPrivate(JSContext* aCx, Status aStatus)
|
||||
return true;
|
||||
}
|
||||
|
||||
NS_ASSERTION(aStatus <= Terminating || mQueuedRunnables.IsEmpty(),
|
||||
NS_ASSERTION(aStatus != Terminating || mQueuedRunnables.IsEmpty(),
|
||||
"Shouldn't have anything queued!");
|
||||
|
||||
// Anything queued will be discarded.
|
||||
|
Loading…
x
Reference in New Issue
Block a user