Closed
Bug 851097
Opened 12 years ago
Closed 7 years ago
2 tests are failing on debug builds in ubuntu VM's on mochitest chrome due to assertion counts
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
(Blocks 1 open bug)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2716] [leave open])
Attachments
(1 file)
1.23 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
there are 2 tests which fail on mochitest-chrome in debug builds only on our EC2 Ubuntu VMs:
12944 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/layout/generic/test/test_selection_underline.html | Assertion count 1 is greater than expected range 0-0 assertions.
13553 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/layout/xul/base/test/test_bug393970.xul | Assertion count 24 is greater than expected range 0-0 assertions.
I can adjust the SimpleTest.expectAssertions() and these will pass (with a TEST-KNOWN-FAIL for the assertion count). The problem is we need to land the change, then migrate the test over, maybe we could provide a range of expected Assertions to land the code, and when the tests are moved over, we could reduce that range or provide a single value?
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
ok, test_selection_underline only occured once on a local run (out of 10 total local runs), but this occurs everytime:
412 ERROR TEST-UNEXPECTED-FAIL | chrome://mochitests/content/chrome/caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html | Assertion count 4 is greater than expected range 2-2 assertions.
Comment 3•12 years ago
|
||
It is the same assertion happening multiple times in test_principal_extendedorigin_appid_appstatus.html. Widening the range seems quite reasonable.
INFO - ###!!! ASSERTION: Empty aExtension parameter!: '!aExtension.IsEmpty()', file ../../../uriloader/exthandler/nsExternalHelperAppService.cpp, line 2722
Don't know what to make of the assertions in test_bug393970.xul:
INFO - [Parent 2169] ###!!! ASSERTION: A Box's child is constantly growing!!!!!: 'passes < 10', file ../../../../../layout/xul/base/src/nsSprocketLayout.cpp, line 565
Assignee | ||
Comment 4•12 years ago
|
||
this patch allows us to work on the current fedora testers while allowing us to work on the new ubuntu ec2 testers. Once we are not running on fedora, we will need to adjust these expected asserts to be the specific amount, not a large range.
Comment on attachment 725412 [details] [diff] [review]
account for consistent asserts on ubuntu ec2 testers (1.0)
space after the comma, please. r=dbaron
Attachment #725412 -
Flags: review?(dbaron) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: [leave open]
Comment 6•12 years ago
|
||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Whiteboard: [leave open] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2708] [leave open]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2708] [leave open] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/2716] [leave open]
Comment 7•7 years ago
|
||
I'm going to assume this is fixed or not necessary anymore.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•