Closed
Bug 899979
Opened 12 years ago
Closed 10 years ago
jsapi-test/testRegExpInstanceProperties.cpp is not compiled
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
2.58 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
As discovered in bug 896949, this file was removed from the build, but not version control, with the following change:
Bug 648355 - Disable a fragile JSAPI test that seems to have been kicked into failure likely by compiler-determined optimizations, or something similarly undefined and maybe now impossible to rely upon -- but we'll see. For now, just return to green and really deal with it later. r=orange
author Jeff Walden <jwalden@mit.edu>
Fri Apr 08 15:24:00 2011 -0700 (at Fri Apr 08 15:24:00 2011 -0700)
The bug number is wrong though.
The code as it stands doesn't compile.
Assignee | ||
Comment 1•12 years ago
|
||
Jeff, do you remember what the problem was this test caused? Do you think this test is worth fixing or should we just remove it?
Flags: needinfo?(jwalden+bmo)
Comment 2•12 years ago
|
||
Remove it. ES6 last I heard made all the RegExp instance data properties into accessor properties on RegExp.prototype, which would eliminate the mess of complexity this test was designed to exercise. So there's no good reason for it any more once we make that change. I tend to think, for consistency, we should make that change before removing this test file. It shouldn't be too bad, possibly may even let us kill off current RegExp complexity that'll no longer be needed once those properties are accessorized.
Flags: needinfo?(jwalden+bmo)
Updated•11 years ago
|
Assignee: general → nobody
Assignee | ||
Comment 3•10 years ago
|
||
This change seems to have happened now in bug 1120169, so removing the file.
Assignee: nobody → jcoppeard
Attachment #8569759 -
Flags: review?(jwalden+bmo)
Updated•10 years ago
|
Attachment #8569759 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•