Closed Bug 999610 Opened 10 years ago Closed 10 years ago

devtools/framework timed out on windows debug while running as a single directory instead of a large chunk

Categories

(DevTools :: Framework, defect)

All
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: jmaher, Unassigned)

References

Details

in bug 992911 we are working to run each directory standalone (as similar to this):
mach mochitest-devtools browser/devtools/framework/test

I had seen some persistent timeouts on windows debug builds on try server pushes, and verified via a loaner machine.  Here is my changes needed to get this to pass:
diff -r 22e57c335fc5 browser/devtools/framework/test/browser.ini
--- a/browser/devtools/framework/test/browser.ini	Tue Apr 22 17:37:01 2014 +0100
+++ b/browser/devtools/framework/test/browser.ini	Tue Apr 22 15:07:50 2014 -0400
@@ -28,6 +28,9 @@
 [browser_toolbox_tabsswitch_shortcuts.js]
 [browser_toolbox_tool_ready.js]
 [browser_toolbox_window_shortcuts.js]
+skip-if = os == 'win' # bug TBD - hack for shutdown timeout (for win7/debug - worked on loaner)
 [browser_toolbox_window_title_changes.js]
+skip-if = os == 'win' # bug TBD - hack for shutdown timeout (for win7/debug - worked on loaner)
 [browser_toolbox_zoom.js]
 [browser_toolbox_custom_host.js]

This appears to solve the problem on try server and using a loaner box.
:dcamp, I see you have done a lot of the changes to these 2 tests, any thoughts on what might be the cause of this?
Flags: needinfo?(dcamp)
I have a try push up here to get fresh logs:
https://tbpl.mozilla.org/?tree=Try&rev=0399eab0717a
Blocks: 1041500
No longer blocks: run-by-dir
this doesn't appear to be a problem anymore with --run-by-dir.  I did notice one of the suspect tests are partially disabled for a leak:
[browser_toolbox_window_shortcuts.js]
skip-if = os == "mac" && os_version == "10.8" || os == "win" && os_version == "5.1" # Bug 851129 - Re-enable browser_toolbox_window_shortcuts.js test after leaks are fixed
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dcamp)
Resolution: --- → WORKSFORME
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.