Bug 1254617 - browser_dbg_debugger-statement.js has unhandled promise rejections. r=ejpbruel

This commit is contained in:
Jarda Snajdr 2016-04-14 07:58:00 +02:00
Родитель 1740e43175
Коммит 60441017e6
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -3,11 +3,6 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
// Whitelisting this test.
// As part of bug 1077403, the leaking uncaught rejections should be fixed.
thisTestLeaksUncaughtRejectionsAndShouldBeFixed(
"Error: Assertion failure: Should have an event loop.");
/**
* Tests the behavior of the debugger statement.
*/
@ -83,6 +78,8 @@ function testDebuggerStatement([aGrip, aResponse]) {
// Reach around the debugging protocol and execute the debugger statement.
callInTab(gTab, "runDebuggerStatement");
return deferred.promise;
}
function closeConnection() {