Closed
Bug 1116234
Opened 11 years ago
Closed 11 years ago
test_bug437844.xul fails when run as a standalone directory
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: vaibhav1994, Assigned: jmaher)
References
Details
Attachments
(1 file)
|
1010 bytes,
patch
|
RyanVM
:
review+
|
Details | Diff | Splinter Review |
in bug 1110982, we are looking to enable tests where we run a fresh browser instance per directory. Usually what happens is that a few tests fail because they accidentally depend on the state of the browser from an earlier test.
In the try run, on osx 10.6 debug, the following error can be seen:
2632 INFO TEST-UNEXPECTED-OK | toolkit/content/tests/chrome/test_bug437844.xul | Assertion count 18 is less than expected range 19-22 assertions.
This patch solves it: https://hg.mozilla.org/try/diff/0070a30de170/toolkit/content/tests/chrome/test_bug437844.xul
| Assignee | ||
Comment 1•11 years ago
|
||
Ryan, what is the procedure for expanding the scope of assertions? It seems as though there is no real review process based on historical changing of the expected assertions:
http://hg.mozilla.org/mozilla-central/filelog/44344099d119/toolkit/content/tests/chrome/test_bug437844.xul
Flags: needinfo?(ryanvm)
Comment 2•11 years ago
|
||
"The test is perma-failing and we don't want it to - r+"
But seriously, the asserts aren't changing (i.e. something new breaking), only the number varying slightly for whatever reason. Just make it 18-22 and let's get on with our lives.
Flags: needinfo?(ryanvm)
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment on attachment 8542554 [details] [diff] [review]
change the assertions to include 18 (1.0)
Review of attachment 8542554 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #8542554 -
Flags: review?(ryanvm) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•