Closed
Bug 819113
Opened 13 years ago
Closed 12 years ago
Intermittent widget/tests/test_position_on_resize.xul | application timed out after 330 seconds with no output
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ehsan.akhgari, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
1.44 MB,
image/png
|
Details |
Comment 1•13 years ago
|
||
Karl, as test author, any ideas? :-)
(ehsan, summary change just to make this match more clearly when starring)
{
48335 INFO TEST-START | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul
NPP_Destroy
++DOMWINDOW == 197 (0x175f1a248) [serial = 3185] [outer = 0x1295dd780]
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 54: in strict mode code, functions may be declared only at top level or immediately within another function
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 97: in strict mode code, functions may be declared only at top level or immediately within another function
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 114: in strict mode code, functions may be declared only at top level or immediately within another function
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 140: in strict mode code, functions may be declared only at top level or immediately within another function
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 178: in strict mode code, functions may be declared only at top level or immediately within another function
JavaScript strict warning: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js, line 651: anonymous function does not always return a value
++DOCSHELL 0x172383de0 == 54 [id = 835]
++DOMWINDOW == 198 (0x172384718) [serial = 3186] [outer = 0x0]
++DOMWINDOW == 199 (0x1723856a8) [serial = 3187] [outer = 0x172384690]
WARNING: NS_ENSURE_TRUE(mTextInputHandler) failed: file ../../../widget/cocoa/nsChildView.mm, line 3852
48336 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | initial outerHeight
48337 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | initial outerWidth
48338 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | resized outerWidth
48339 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | resized window top should not change
48340 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | restored outerWidth
48341 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | restored window left should not change
48342 INFO TEST-PASS | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | restored window top should not change
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/widget/tests/test_position_on_resize.xul | application timed out after 330 seconds with no output
}
Component: XUL → Widget: Gtk
Hardware: x86 → x86_64
Summary: Intermittent timeout in widget/tests/test_position_on_resize.xul → Intermittent widget/tests/test_position_on_resize.xul | application timed out after 330 seconds with no output
Comment 2•13 years ago
|
||
That was:
Rev4 MacOSX Snow Leopard 10.6 mozilla-central debug test mochitest-other on 2012-12-06 11:51:07 PST for push cf0da0cd7723
All that was remaining in the test after the last output was
win.close();
SimpleTest.finish();
This screenshot seems to indicate that the test window has been closed and the harness window has focus.
Updated•13 years ago
|
Component: Widget: Gtk → Widget: Cocoa
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•