Bug 1240804 - Disabling / whitelisting more tests with promise rejections. r=me

MozReview-Commit-ID: ISHRSPrywv5
This commit is contained in:
J. Ryan Stinnett 2016-04-01 06:52:43 -05:00
Родитель 37b5fbfa7b
Коммит 33f188faf9
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -1,6 +1,12 @@
/* 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("[object Object]");
thisTestLeaksUncaughtRejectionsAndShouldBeFixed(
"TypeError: this.transport is null");
/**
* Tests the SourceMapController updates generated sources when source maps
* are subsequently found. Also checks when no column is provided, and

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

@ -22,6 +22,7 @@ support-files =
[browser_storage_localstorage_edit.js]
[browser_storage_overflow.js]
[browser_storage_search.js]
skip-if = os == "linux" && e10s # Bug 1240804 - unhandled promise rejections
[browser_storage_sessionstorage_edit.js]
[browser_storage_sidebar.js]
[browser_storage_values.js]