Open Bug 1798334 Opened 2 years ago Updated 2 years ago

Re-enable inactive/minimized tests of test_ext_browserAction_openPopup_windowId.htm on Linux

Categories

(WebExtensions :: General, task, P5)

task

Tracking

(Not tracked)

People

(Reporter: oliver, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce:

Run test_ext_browserAction_openPopup_windowId.html on the try server on Linux.

Actual results:

Tests intermittently fail, and have hence been skipped.

Expected results:

Tests should pass.

Specifically the test_browserAction_openPopup_window_inactive and test_browserAction_openPopup_window_minimized test tasks.

Hello,

Could some more detailed STR be provided so I can try to reproduce the issue? As it stands, I do not know where to begin with this. Thank you !

Flags: needinfo?(oliver)

(In reply to Alex Cornestean from comment #3)

Hello,

Could some more detailed STR be provided so I can try to reproduce the issue? As it stands, I do not know where to begin with this. Thank you !

Hey!

  1. Remove both occurrences of the following code from toolkit/components/extensions/test/mochitest/test_ext_browserAction_openPopup_windowId.html:
if (AppConstants.platform == "linux") {
  // TODO bug 1798334: Currently unreliable on linux
  todo(false, "Unreliable on linux");
  return;
}
  1. Run ./mach test toolkit/components/extensions/test/mochitest/test_ext_browserAction_openPopup_windowId.html

Note that this is only reproducible on Linux.

Flags: needinfo?(oliver)

Marking this as a blocker of https://bugzilla.mozilla.org/show_bug.cgi?id=1799344 until I've verified that this is only a test failure. At the moment I can't rule out the fact that this is also causing unreliable behaviour when using the API in practice.

Blocks: 1799344
Severity: -- → N/A
Status: UNCONFIRMED → NEW
Type: defect → task
Ever confirmed: true
Priority: -- → P5
Summary: Intermittent test_ext_browserAction_openPopup_windowId.html tests on Linux → Re-enable test_ext_browserAction_openPopup_windowId.html tests on Linux
Summary: Re-enable test_ext_browserAction_openPopup_windowId.html tests on Linux → Re-enable inactive/minimized tests of test_ext_browserAction_openPopup_windowId.htm on Linux
You need to log in before you can comment on or make changes to this bug.