From 7917fa69efb33fd8c42757af432c42a350af0a32 Mon Sep 17 00:00:00 2001 From: "Carsten \"Tomcat\" Book" Date: Fri, 10 Oct 2014 10:41:25 +0200 Subject: [PATCH] Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures --- browser/devtools/framework/test/browser_devtools_api.js | 7 ------- .../framework/test/browser_toolbox_tool_ready.js | 7 ------- .../framework/test/browser_toolbox_tool_remote_reopen.js | 7 ------- .../devtools/inspector/test/browser_inspector_menu.js | 7 ------- .../devtools/netmonitor/test/browser_net_charts-01.js | 7 ------- .../test/browser_se_aaa_run_first_leaktest.js | 7 ------- .../shadereditor/test/browser_se_editors-contents.js | 7 ------- .../shadereditor/test/browser_se_editors-error-gutter.js | 7 ------- .../test/browser_se_editors-error-tooltip.js | 7 ------- .../shadereditor/test/browser_se_editors-lazy-init.js | 7 ------- .../devtools/shadereditor/test/browser_se_first-run.js | 7 ------- .../devtools/shadereditor/test/browser_se_navigation.js | 7 ------- .../shadereditor/test/browser_se_programs-blackbox-01.js | 7 ------- .../shadereditor/test/browser_se_programs-blackbox-02.js | 7 ------- .../shadereditor/test/browser_se_programs-list.js | 7 ------- .../shadereditor/test/browser_se_shaders-edit-01.js | 7 ------- .../shadereditor/test/browser_se_shaders-edit-02.js | 7 ------- .../shadereditor/test/browser_se_shaders-edit-03.js | 7 ------- .../test/browser_telemetry_toolboxtabs_shadereditor.js | 7 ------- .../styleeditor/test/browser_styleeditor_autocomplete.js | 7 ------- .../test/browser_styleeditor_bug_851132_middle_click.js | 7 ------- .../test/browser_styleeditor_highlight-selector.js | 7 ------- .../test/browser_styleeditor_inline_friendly_names.js | 7 ------- .../devtools/styleeditor/test/browser_styleeditor_new.js | 7 ------- .../styleeditor/test/browser_styleeditor_pretty.js | 7 ------- .../styleeditor/test/browser_styleeditor_reload.js | 7 ------- .../test/browser_styleeditor_selectstylesheet.js | 9 +-------- .../styleeditor/test/browser_styleeditor_sv_keynav.js | 7 ------- .../test/browser_computedview_style-editor-link.js | 7 ------- .../test/browser_ruleview_style-editor-link.js | 7 ------- .../devtools/webaudioeditor/test/browser_wa_first-run.js | 7 ------- .../devtools/webaudioeditor/test/browser_wa_reset-01.js | 7 ------- .../devtools/webaudioeditor/test/browser_wa_reset-04.js | 7 ------- .../webconsole/test/browser_result_format_as_string.js | 7 ------- ...owser_webconsole_bug_632275_getters_document_width.js | 7 ------- ...r_webconsole_bug_653531_highlighter_console_helper.js | 7 ------- .../webconsole/test/browser_webconsole_output_01.js | 7 ------- .../webconsole/test/browser_webconsole_output_03.js | 7 ------- .../webconsole/test/browser_webconsole_output_04.js | 7 ------- .../test/browser_webconsole_output_dom_elements_01.js | 8 -------- .../webconsole/test/browser_webconsole_output_events.js | 7 ------- 41 files changed, 1 insertion(+), 289 deletions(-) diff --git a/browser/devtools/framework/test/browser_devtools_api.js b/browser/devtools/framework/test/browser_devtools_api.js index bb9efb71819..2be4fae883f 100644 --- a/browser/devtools/framework/test/browser_devtools_api.js +++ b/browser/devtools/framework/test/browser_devtools_api.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.docShell is null"); - // Tests devtools API const Cu = Components.utils; diff --git a/browser/devtools/framework/test/browser_toolbox_tool_ready.js b/browser/devtools/framework/test/browser_toolbox_tool_ready.js index 3c9e4034ecd..a7e416856b0 100644 --- a/browser/devtools/framework/test/browser_toolbox_tool_ready.js +++ b/browser/devtools/framework/test/browser_toolbox_tool_ready.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - function performChecks(target) { return Task.spawn(function() { let toolIds = gDevTools.getToolDefinitionArray() diff --git a/browser/devtools/framework/test/browser_toolbox_tool_remote_reopen.js b/browser/devtools/framework/test/browser_toolbox_tool_remote_reopen.js index 270de33c259..76849ffc268 100644 --- a/browser/devtools/framework/test/browser_toolbox_tool_remote_reopen.js +++ b/browser/devtools/framework/test/browser_toolbox_tool_remote_reopen.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - const { DebuggerServer } = Cu.import("resource://gre/modules/devtools/dbg-server.jsm", {}); const { DebuggerClient } = diff --git a/browser/devtools/inspector/test/browser_inspector_menu.js b/browser/devtools/inspector/test/browser_inspector_menu.js index 654397016bc..8ef3438cc70 100644 --- a/browser/devtools/inspector/test/browser_inspector_menu.js +++ b/browser/devtools/inspector/test/browser_inspector_menu.js @@ -3,13 +3,6 @@ http://creativecommons.org/publicdomain/zero/1.0/ */ "use strict"; -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: jsterm.focusInput is not a function"); - // Test context menu functionality: // 1) menu items are disabled/enabled depending on the clicked node // 2) actions triggered by the items work correctly diff --git a/browser/devtools/netmonitor/test/browser_net_charts-01.js b/browser/devtools/netmonitor/test/browser_net_charts-01.js index 985f4913aac..8f21a61c8ca 100644 --- a/browser/devtools/netmonitor/test/browser_net_charts-01.js +++ b/browser/devtools/netmonitor/test/browser_net_charts-01.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: aValue.content is undefined"); - /** * Makes sure Pie Charts have the right internal structure. */ diff --git a/browser/devtools/shadereditor/test/browser_se_aaa_run_first_leaktest.js b/browser/devtools/shadereditor/test/browser_se_aaa_run_first_leaktest.js index bfec65b208f..5e2f3bd191f 100644 --- a/browser/devtools/shadereditor/test/browser_se_aaa_run_first_leaktest.js +++ b/browser/devtools/shadereditor/test/browser_se_aaa_run_first_leaktest.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if the shader editor leaks on initialization and sudden destruction. * You can also use this initialization format as a template for other tests. diff --git a/browser/devtools/shadereditor/test/browser_se_editors-contents.js b/browser/devtools/shadereditor/test/browser_se_editors-contents.js index f6705dcb62f..b3f85f8c079 100644 --- a/browser/devtools/shadereditor/test/browser_se_editors-contents.js +++ b/browser/devtools/shadereditor/test/browser_se_editors-contents.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if the editors contain the correct text when a program * becomes available. diff --git a/browser/devtools/shadereditor/test/browser_se_editors-error-gutter.js b/browser/devtools/shadereditor/test/browser_se_editors-error-gutter.js index 6129bdb66b6..8f8c2b4d634 100644 --- a/browser/devtools/shadereditor/test/browser_se_editors-error-gutter.js +++ b/browser/devtools/shadereditor/test/browser_se_editors-error-gutter.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if error indicators are shown in the editor's gutter and text area * when there's a shader compilation error. diff --git a/browser/devtools/shadereditor/test/browser_se_editors-error-tooltip.js b/browser/devtools/shadereditor/test/browser_se_editors-error-tooltip.js index 6605ef06ba3..5bdc0d800e9 100644 --- a/browser/devtools/shadereditor/test/browser_se_editors-error-tooltip.js +++ b/browser/devtools/shadereditor/test/browser_se_editors-error-tooltip.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if error tooltips can be opened from the editor's gutter when there's * a shader compilation error. diff --git a/browser/devtools/shadereditor/test/browser_se_editors-lazy-init.js b/browser/devtools/shadereditor/test/browser_se_editors-lazy-init.js index 6b7b0eb4b25..82139f182c9 100644 --- a/browser/devtools/shadereditor/test/browser_se_editors-lazy-init.js +++ b/browser/devtools/shadereditor/test/browser_se_editors-lazy-init.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if source editors are lazily initialized. */ diff --git a/browser/devtools/shadereditor/test/browser_se_first-run.js b/browser/devtools/shadereditor/test/browser_se_first-run.js index 4ea0ed76e68..bc02546dee8 100644 --- a/browser/devtools/shadereditor/test/browser_se_first-run.js +++ b/browser/devtools/shadereditor/test/browser_se_first-run.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if the shader editor shows the appropriate UI when opened. */ diff --git a/browser/devtools/shadereditor/test/browser_se_navigation.js b/browser/devtools/shadereditor/test/browser_se_navigation.js index eacdb546b5c..724da4b6e6a 100644 --- a/browser/devtools/shadereditor/test/browser_se_navigation.js +++ b/browser/devtools/shadereditor/test/browser_se_navigation.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests target navigations are handled correctly in the UI. */ diff --git a/browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js b/browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js index 23df460d9dc..4cdfed7ccb3 100644 --- a/browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js +++ b/browser/devtools/shadereditor/test/browser_se_programs-blackbox-01.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if blackboxing a program works properly. */ diff --git a/browser/devtools/shadereditor/test/browser_se_programs-blackbox-02.js b/browser/devtools/shadereditor/test/browser_se_programs-blackbox-02.js index 2f3eb122472..c2fdd38ee39 100644 --- a/browser/devtools/shadereditor/test/browser_se_programs-blackbox-02.js +++ b/browser/devtools/shadereditor/test/browser_se_programs-blackbox-02.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if blackboxing a program works properly in tandem with blended * overlapping geometry. diff --git a/browser/devtools/shadereditor/test/browser_se_programs-list.js b/browser/devtools/shadereditor/test/browser_se_programs-list.js index 3d676a6ee1c..5900a8e3a16 100644 --- a/browser/devtools/shadereditor/test/browser_se_programs-list.js +++ b/browser/devtools/shadereditor/test/browser_se_programs-list.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if the programs list contains an entry after vertex and fragment * shaders are linked. diff --git a/browser/devtools/shadereditor/test/browser_se_shaders-edit-01.js b/browser/devtools/shadereditor/test/browser_se_shaders-edit-01.js index 25244322f78..c7e932c98f9 100644 --- a/browser/devtools/shadereditor/test/browser_se_shaders-edit-01.js +++ b/browser/devtools/shadereditor/test/browser_se_shaders-edit-01.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if editing a vertex and a fragment shader works properly. */ diff --git a/browser/devtools/shadereditor/test/browser_se_shaders-edit-02.js b/browser/devtools/shadereditor/test/browser_se_shaders-edit-02.js index 780e4e9ae3e..4010248cb47 100644 --- a/browser/devtools/shadereditor/test/browser_se_shaders-edit-02.js +++ b/browser/devtools/shadereditor/test/browser_se_shaders-edit-02.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if compile or linkage errors are emitted when a shader source * gets malformed after being edited. diff --git a/browser/devtools/shadereditor/test/browser_se_shaders-edit-03.js b/browser/devtools/shadereditor/test/browser_se_shaders-edit-03.js index 15c1b6ab8f9..a73afed6c4e 100644 --- a/browser/devtools/shadereditor/test/browser_se_shaders-edit-03.js +++ b/browser/devtools/shadereditor/test/browser_se_shaders-edit-03.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - /** * Tests if editing a vertex and a fragment shader would permanently store * their new source on the backend and reshow it in the frontend when required. diff --git a/browser/devtools/shared/test/browser_telemetry_toolboxtabs_shadereditor.js b/browser/devtools/shared/test/browser_telemetry_toolboxtabs_shadereditor.js index c09d3faf7c8..657c29b243c 100644 --- a/browser/devtools/shared/test/browser_telemetry_toolboxtabs_shadereditor.js +++ b/browser/devtools/shared/test/browser_telemetry_toolboxtabs_shadereditor.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Shader Editor is still waiting for a WebGL context to be created."); - const TEST_URI = "data:text/html;charset=utf-8,

browser_telemetry_toolboxtabs_shadereditor.js

"; // Because we need to gather stats for the period of time that a tool has been diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_autocomplete.js b/browser/devtools/styleeditor/test/browser_styleeditor_autocomplete.js index c7847009661..39467f01dae 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_autocomplete.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_autocomplete.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE + "autocomplete.html"; const MAX_SUGGESTIONS = 15; diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_bug_851132_middle_click.js b/browser/devtools/styleeditor/test/browser_styleeditor_bug_851132_middle_click.js index d51773e7086..21edcc3aa54 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_bug_851132_middle_click.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_bug_851132_middle_click.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE + "four.html"; let gUI; diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_highlight-selector.js b/browser/devtools/styleeditor/test/browser_styleeditor_highlight-selector.js index f713dfb1484..b2c5c4798a3 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_highlight-selector.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_highlight-selector.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - // Test that hovering over a simple selector in the style-editor requests the // highlighting of the corresponding nodes diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_inline_friendly_names.js b/browser/devtools/styleeditor/test/browser_styleeditor_inline_friendly_names.js index 9411b639f29..c217fe9e5a9 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_inline_friendly_names.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_inline_friendly_names.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - let gUI; const FIRST_TEST_PAGE = TEST_BASE + "inline-1.html" diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_new.js b/browser/devtools/styleeditor/test/browser_styleeditor_new.js index 134794344f3..453dc58f06b 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_new.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_new.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE + "simple.html"; let TESTCASE_CSS_SOURCE = "body{background-color:red;"; diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_pretty.js b/browser/devtools/styleeditor/test/browser_styleeditor_pretty.js index 1ed771b6484..146877410a7 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_pretty.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_pretty.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE + "minified.html"; let gUI; diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_reload.js b/browser/devtools/styleeditor/test/browser_styleeditor_reload.js index 5afea56ea0d..94f14ba5b38 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_reload.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_reload.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE_HTTPS + "simple.html"; const NEW_URI = TEST_BASE_HTTPS + "media.html"; diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_selectstylesheet.js b/browser/devtools/styleeditor/test/browser_styleeditor_selectstylesheet.js index 272e0258a1e..5ee8b3d189c 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_selectstylesheet.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_selectstylesheet.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE_HTTPS + "simple.html"; const NEW_URI = TEST_BASE_HTTPS + "media.html"; @@ -55,4 +48,4 @@ function runTests() }); }); gUI.selectStyleSheet(gUI.editors[1].styleSheet.href, LINE_NO); -} +} \ No newline at end of file diff --git a/browser/devtools/styleeditor/test/browser_styleeditor_sv_keynav.js b/browser/devtools/styleeditor/test/browser_styleeditor_sv_keynav.js index c77c3b5e068..259721c5eea 100644 --- a/browser/devtools/styleeditor/test/browser_styleeditor_sv_keynav.js +++ b/browser/devtools/styleeditor/test/browser_styleeditor_sv_keynav.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - const TESTCASE_URI = TEST_BASE + "four.html"; let gUI; diff --git a/browser/devtools/styleinspector/test/browser_computedview_style-editor-link.js b/browser/devtools/styleinspector/test/browser_computedview_style-editor-link.js index d32447da43b..36fbc10ebd9 100644 --- a/browser/devtools/styleinspector/test/browser_computedview_style-editor-link.js +++ b/browser/devtools/styleinspector/test/browser_computedview_style-editor-link.js @@ -4,13 +4,6 @@ "use strict"; -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - // Test the links from the computed view to the style editor const STYLESHEET_URL = "data:text/css,"+encodeURIComponent( diff --git a/browser/devtools/styleinspector/test/browser_ruleview_style-editor-link.js b/browser/devtools/styleinspector/test/browser_ruleview_style-editor-link.js index e8e1303ac75..c08a76d74bc 100644 --- a/browser/devtools/styleinspector/test/browser_ruleview_style-editor-link.js +++ b/browser/devtools/styleinspector/test/browser_ruleview_style-editor-link.js @@ -4,13 +4,6 @@ "use strict"; -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Unknown sheet source"); - // Test the links from the rule-view to the styleeditor const STYLESHEET_URL = "data:text/css,"+encodeURIComponent( diff --git a/browser/devtools/webaudioeditor/test/browser_wa_first-run.js b/browser/devtools/webaudioeditor/test/browser_wa_first-run.js index cdf8f84b1fd..7b377a5d0ba 100644 --- a/browser/devtools/webaudioeditor/test/browser_wa_first-run.js +++ b/browser/devtools/webaudioeditor/test/browser_wa_first-run.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Connection closed"); - /** * Tests that the reloading/onContentLoaded hooks work. */ diff --git a/browser/devtools/webaudioeditor/test/browser_wa_reset-01.js b/browser/devtools/webaudioeditor/test/browser_wa_reset-01.js index a9d305392d9..566efae1411 100644 --- a/browser/devtools/webaudioeditor/test/browser_wa_reset-01.js +++ b/browser/devtools/webaudioeditor/test/browser_wa_reset-01.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Connection closed"); - /** * Tests that reloading a tab will properly listen for the `start-context` * event and reshow the tools after reloading. diff --git a/browser/devtools/webaudioeditor/test/browser_wa_reset-04.js b/browser/devtools/webaudioeditor/test/browser_wa_reset-04.js index efbf9ef9a14..cebb5f1d4b3 100644 --- a/browser/devtools/webaudioeditor/test/browser_wa_reset-04.js +++ b/browser/devtools/webaudioeditor/test/browser_wa_reset-04.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Connection closed"); - /** * Tests that switching to an iframe works fine. */ diff --git a/browser/devtools/webconsole/test/browser_result_format_as_string.js b/browser/devtools/webconsole/test/browser_result_format_as_string.js index 0e4b66e4587..50d3af6007f 100644 --- a/browser/devtools/webconsole/test/browser_result_format_as_string.js +++ b/browser/devtools/webconsole/test/browser_result_format_as_string.js @@ -2,13 +2,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Connection closed"); - // Make sure that JS eval result are properly formatted as strings. const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-result-format-as-string.html"; diff --git a/browser/devtools/webconsole/test/browser_webconsole_bug_632275_getters_document_width.js b/browser/devtools/webconsole/test/browser_webconsole_bug_632275_getters_document_width.js index 756cb3e7dcd..322eabd189a 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_bug_632275_getters_document_width.js +++ b/browser/devtools/webconsole/test/browser_webconsole_bug_632275_getters_document_width.js @@ -1,13 +1,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 rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Error: Connection closed"); - const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-bug-632275-getters.html"; let getterValue = null; diff --git a/browser/devtools/webconsole/test/browser_webconsole_bug_653531_highlighter_console_helper.js b/browser/devtools/webconsole/test/browser_webconsole_bug_653531_highlighter_console_helper.js index c45a7ea7912..cb8786e5b28 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_bug_653531_highlighter_console_helper.js +++ b/browser/devtools/webconsole/test/browser_webconsole_bug_653531_highlighter_console_helper.js @@ -3,13 +3,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Protocol error (unknownError): TypeError: this.conn.getActor(...) is null"); - // Tests that the $0 console helper works as intended. let inspector, h1; diff --git a/browser/devtools/webconsole/test/browser_webconsole_output_01.js b/browser/devtools/webconsole/test/browser_webconsole_output_01.js index c5c5df79f2e..dda9c949abd 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_output_01.js +++ b/browser/devtools/webconsole/test/browser_webconsole_output_01.js @@ -3,13 +3,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("null"); - // Test the webconsole output for various types of objects. const TEST_URI = "data:text/html;charset=utf8,test for console output - 01"; diff --git a/browser/devtools/webconsole/test/browser_webconsole_output_03.js b/browser/devtools/webconsole/test/browser_webconsole_output_03.js index 5f7ffad9762..40f8cf3346b 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_output_03.js +++ b/browser/devtools/webconsole/test/browser_webconsole_output_03.js @@ -3,13 +3,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("Protocol error (unknownError): TypeError: this.conn.getActor(...) is null"); - // Test the webconsole output for various types of objects. const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-console-output-03.html"; diff --git a/browser/devtools/webconsole/test/browser_webconsole_output_04.js b/browser/devtools/webconsole/test/browser_webconsole_output_04.js index cd24521273a..84a5947203a 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_output_04.js +++ b/browser/devtools/webconsole/test/browser_webconsole_output_04.js @@ -3,13 +3,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("null"); - // Test the webconsole output for various types of objects. const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-console-output-04.html"; diff --git a/browser/devtools/webconsole/test/browser_webconsole_output_dom_elements_01.js b/browser/devtools/webconsole/test/browser_webconsole_output_dom_elements_01.js index a61c478891e..20a47104a81 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_output_dom_elements_01.js +++ b/browser/devtools/webconsole/test/browser_webconsole_output_dom_elements_01.js @@ -3,14 +3,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejections should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed(null); -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.toolbox is null"); - // Test the webconsole output for various types of DOM Nodes. const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-console-output-dom-elements.html"; diff --git a/browser/devtools/webconsole/test/browser_webconsole_output_events.js b/browser/devtools/webconsole/test/browser_webconsole_output_events.js index 079abaa23c9..4a187f1c1e4 100644 --- a/browser/devtools/webconsole/test/browser_webconsole_output_events.js +++ b/browser/devtools/webconsole/test/browser_webconsole_output_events.js @@ -3,13 +3,6 @@ * http://creativecommons.org/publicdomain/zero/1.0/ */ -/////////////////// -// -// Whitelisting this test. -// As part of bug 1077403, the leaking uncaught rejection should be fixed. -// -thisTestLeaksUncaughtRejectionsAndShouldBeFixed("null"); - // Test the webconsole output for DOM events. const TEST_URI = "http://example.com/browser/browser/devtools/webconsole/test/test-console-output-events.html";