Closed
Bug 749361
Opened 13 years ago
Closed 13 years ago
reduce MAX_LEAK_COUNT to match the status quo
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
|
716 bytes,
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
All InstallTrigger test leaks are gone.
Attachment #618792 -
Flags: review?(ttaubert)
Comment 1•13 years ago
|
||
Comment on attachment 618792 [details] [diff] [review]
patch
Review of attachment 618792 [details] [diff] [review]:
-----------------------------------------------------------------
Wow, that's a pretty awesome reduction.
Attachment #618792 -
Flags: review?(ttaubert) → review+
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
SeaMonkey, wrt bug 695480:
*previous: 34 DW + 4 DS
*current : 40 DW + 4 DS (due to regression noted in bug 749532)
Please, use 44 ftb (not 23).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•13 years ago
|
Flags: in-testsuite-
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #3)
> Please, use 44 ftb (not 23).
We can't do that. We wouldn't catch any regressions until we reached 44.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #4)
> We can't do that. We wouldn't catch any regressions until we reached 44.
Then what is the plan to support other applications like SeaMonkey?
| Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #5)
> (In reply to Dão Gottwald [:dao] from comment #4)
> > We can't do that. We wouldn't catch any regressions until we reached 44.
>
> Then what is the plan to support other applications like SeaMonkey?
It sounds like it needs a separate threshold or the check should be limited to Firefox altogether.
| Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #6)
> (In reply to Serge Gautherie (:sgautherie) from comment #5)
> > (In reply to Dão Gottwald [:dao] from comment #4)
> > > We can't do that. We wouldn't catch any regressions until we reached 44.
> >
> > Then what is the plan to support other applications like SeaMonkey?
>
> It sounds like it needs a separate threshold or the check should be limited
> to Firefox altogether.
Or you disable some leaking tests, which would be the simplest short-term solution.
Updated•7 years ago
|
Component: BrowserTest → Mochitest
You need to log in
before you can comment on or make changes to this bug.
Description
•