Bug 1546455 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I had to land the tests in bug 1540835 with the following tests disabled either on Linux or globally:

[browser_toggleButtonOverlay.js]
skip-if = true
[browser_toggleOpaqueOverlay.js]
skip-if = true
[browser_toggleSimple.js]
skip-if = os == "linux"
[browser_toggleTransparentOverlay-1.js]
skip-if = os == "linux"
[browser_toggleTransparentOverlay-2.js]
skip-if = os == "linux"

I had to disable the tests because they were failing during test-verify in automation. This bug is about figuring out why the tests are failing, and re-enabling them.
I had to land the tests in bug 1540835 with the following tests disabled either on Linux or globally:

[browser_toggleButtonOverlay.js]
skip-if = true # Bug 1546455
[browser_toggleOpaqueOverlay.js]
skip-if = true # Bug 1546455
[browser_toggleSimple.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455
[browser_toggleTransparentOverlay-1.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455
[browser_toggleTransparentOverlay-2.js]
skip-if = os == "linux" || (verify && (os == 'win')) # Bug 1546455

I had to disable the tests because they were failing during test-verify in automation. This bug is about figuring out why the tests are failing, and re-enabling them.

Back to Bug 1546455 Comment 0