Bug 1016387 - Whitelisting tests that leak Promise rejections (bc3, part 3);r=yoric

CLOSED TREE
This commit is contained in:
David Rajchenbach-Teller 2014-10-10 13:31:00 -04:00
parent 2c259d62cf
commit fd25c2d6ae
2 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,13 @@
"use strict";
///////////////////
//
// Whitelisting this test.
// As part of bug 1077403, the leaking uncaught rejection should be fixed.
//
thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.docShell is null");
const TEST_URL = "http://example.com/browser/toolkit/components/startup/tests/browser/beforeunload.html";
function test() {

View File

@ -2,6 +2,15 @@
// Test whether an install fails when authentication is required and it is
// canceled
// This verifies bug 312473
///////////////////
//
// Whitelisting this test.
// As part of bug 1077403, the leaking uncaught rejection should be fixed.
//
thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.docShell is null");
function test() {
Harness.authenticationCallback = get_auth_info;
Harness.downloadFailedCallback = download_failed;