Closed
Bug 1349307
Opened 8 years ago
Closed 8 years ago
Intermittent browser/base/content/test/static/browser_all_files_referenced.js | application crashed [@ libxul.so + 0x3622cf] after Assertion failure: [unhandlable oom] Failed to allocate object while tenuring., at jscntxt.cpp:1502
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: florian)
References
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
1.20 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
1.16 KB,
patch
|
Details | Diff | Splinter Review |
Comment 1•8 years ago
|
||
This doesn't actually seem to be intermittent on m-c's linux32 nightly tests, it seems to be permaorange there.
Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #1)
> This doesn't actually seem to be intermittent on m-c's linux32 nightly
> tests, it seems to be permaorange there.
It's fine to disable this test on linux32 as long as we keep it enabled on linux64, so feel free to go ahead and do that (or I'll likely do it in the next few days).
Updated•8 years ago
|
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 4•8 years ago
|
||
I don't think this really needs review, but probably doesn't hurt to have someone rs it.
Attachment #8851526 -
Flags: review?(gijskruitbosch+bugs)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Comment 5•8 years ago
|
||
Comment on attachment 8851526 [details] [diff] [review]
disable on linux32
Review of attachment 8851526 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/test/static/browser.ini
@@ +2,5 @@
> support-files =
> head.js
>
> [browser_all_files_referenced.js]
> +skip-if = debug || (os == 'linux' && bits == 32) # no point in running on both opt and debug, and will likely intermittently timeout on debug; oom crashes on linux32 (bug 1349307)
I wonder if, at this point, we should just add this skip-if in the [default] section (and remove the remaining skip-ifs).
rs=me either way.
Attachment #8851526 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Comment 6•8 years ago
|
||
So I'm tempted to disable the whole test folder for debug builds with the attached patch, because it doesn't seem very useful to run these tests both on opt and debug, but bug 1065446 makes me think others may not agree.
Or did you mean disable the whole folder for linux32 because we already have linux64 coverage so linux32 doesn't matter?
Flags: needinfo?(gijskruitbosch+bugs)
Comment 7•8 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from comment #6)
> Created attachment 8851533 [details] [diff] [review]
> disable static/ tests for debug builds
>
> So I'm tempted to disable the whole test folder for debug builds with the
> attached patch, because it doesn't seem very useful to run these tests both
> on opt and debug, but bug 1065446 makes me think others may not agree.
>
> Or did you mean disable the whole folder for linux32 because we already have
> linux64 coverage so linux32 doesn't matter?
I meant disabling the entire thing on both debug and on linux32.
I don't know if you can "and" skip-ifs like this (ie I'm not sure the result would be skipping the all_files_referenced test on debug or not). I recall it being extra work to make support-files work the 'right' way...
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 8•8 years ago
|
||
(In reply to :Gijs from comment #7)
> I don't know if you can "and" skip-ifs like this (ie I'm not sure the result
> would be skipping the all_files_referenced test on debug or not). I recall
> it being extra work to make support-files work the 'right' way...
Ok, then if it's not straightforward, I'll keep the existing logic for the other tests, and just go with the simplest change you r+'ed. Thanks!
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/11bc569ff6ad
disable browser_all_files_referenced.js on linux32 where it causes oom crashes, rs=Gijs.
Comment 10•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
You need to log in
before you can comment on or make changes to this bug.
Description
•