Closed
Bug 751505
Opened 11 years ago
Closed 11 years ago
fix and reenable toolkit/components/ctypes/tests/unit/test_finalizer_shouldaccept.js
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: luke, Assigned: Yoric)
References
Details
Attachments
(1 file, 3 obsolete files)
2.01 KB,
patch
|
Yoric
:
review+
|
Details | Diff | Splinter Review |
A new xpcshell test started failing with cpg (bug 650353). Given that it is only failing on one platform (OSX 10.5 opt) and in finalization, we are suspicious of the test having some timing or order dependency. Given that this is a new feature, it seems ok to temporarily disable the test (rather than backing out cpg and a bunch of related patches) and investigate pronto.
Updated•11 years ago
|
Blocks: ctypes.finalize
Assignee | ||
Comment 2•11 years ago
|
||
Propagating the cleanup introduced for bug 745233.
Assignee | ||
Updated•11 years ago
|
Attachment #620669 -
Flags: review?(jorendorff)
Assignee | ||
Comment 3•11 years ago
|
||
Sorry for the confusion, this patch should apply cleanly.
Attachment #620669 -
Attachment is obsolete: true
Attachment #620669 -
Flags: review?(jorendorff)
Attachment #620676 -
Flags: review?(jorendorff)
Comment 4•11 years ago
|
||
Disabled test on inbound to green the tree up for now: https://hg.mozilla.org/integration/mozilla-inbound/rev/94913b445e72
Whiteboard: [leave open]
Comment 5•11 years ago
|
||
Comment on attachment 620676 [details] [diff] [review] Better memory cleanup during the test. Yup. It looks like test_to_int should be fixed up too.
Attachment #620676 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Added a second clean-up, just in case.
Attachment #620676 -
Attachment is obsolete: true
Attachment #620705 -
Flags: review?(jorendorff)
Assignee | ||
Updated•11 years ago
|
Attachment #620705 -
Flags: review?(jorendorff) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 7•11 years ago
|
||
Same patch, but with a newline.
Attachment #620705 -
Attachment is obsolete: true
Attachment #620707 -
Flags: review+
Comment 8•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/720b32b1ef1e
Flags: in-testsuite+
Keywords: checkin-needed
Whiteboard: [leave open]
Target Milestone: --- → mozilla15
Comment 9•11 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #4) > Disabled test on inbound to green the tree up for now: > https://hg.mozilla.org/integration/mozilla-inbound/rev/94913b445e72 https://hg.mozilla.org/mozilla-central/rev/94913b445e72
Comment 10•11 years ago
|
||
> Created attachment 620707 [details] [diff] [review] > Better memory cleanup during the test. https://hg.mozilla.org/mozilla-central/rev/720b32b1ef1e
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•