Closed Bug 1267534 Opened 9 years ago Closed 8 years ago

Intermittent browser_menu_item_02.js | Test timed out

Categories

(DevTools :: Responsive Design Mode, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 49
Iteration:
49.3 - Jun 6

People

(Reporter: philor, Assigned: jryans)

References

Details

(Keywords: intermittent-failure, Whiteboard: [multiviewport] [reserve-rdm])

We may need to disable on Linux opt as well...  I fear the test is just racy in general, and only some platforms happen to show it.  :zer0, could you take a look?
Flags: needinfo?(zer0)
Priority: -- → P1
Blocks: 1237360
Priority: P1 → --
Whiteboard: [multiviewport] [triage]
Whiteboard: [multiviewport] [triage] → [multiviewport] [reserve-rdm]
Flags: qe-verify?
Priority: -- → P3
Flags: qe-verify? → qe-verify-
I'm working on bug 1267278, it's likely that fixing that would fixes also this bug.
Flags: needinfo?(zer0)
I did notice while working on bug 1240913 that this test doesn't actually open a tab with the data URL like you would think from reading it.  It does open a new browser window with just an about:blank tab I believe.

With my page state work, I had to change this to actually use the data URL.  Not sure if this has any impact on the failures here.
This is the #2 most frequent devtools intermittent right now
Priority: P3 → P1
Assignee: nobody → zer0
I'm currently working on this on bug 1267278.
Assignee: zer0 → nobody
Priority: P1 → P3
It seems to fail very early during the test as there is no info/assertion, during one of these calls:

  const window1 = yield openBrowserWindow()
  yield startup(window1);
  yield BrowserTestUtils.openNewForegroundTab(window1.gBrowser, TEST_URL);
It looks like this went away by May 20th.  Bug 1240913 landed around that time, and seems like it could have improved this.  We also just landed bug 1267278 which should improve things as well.
Assignee: nobody → jryans
Status: NEW → RESOLVED
Closed: 8 years ago
Depends on: 1240913
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Iteration: --- → 49.3 - Jun 6
Priority: P3 → P1
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.