Closed
Bug 677337
Opened 13 years ago
Closed 12 years ago
IonMonkey: Pass shell tests
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Unassigned)
References
(Blocks 1 open bug)
Details
Now that the initial prototype is done, we should work toward passing tests and keeping them green. The goal of this is not to start fuzzing IonMonkey, but to make sure we're catching our own regressions and to weed out any edge cases that might break our design.
Some of our test breakage is us not supporting certain operations late in the compilation pipeline, for example, unimplemented LIR. We can either change these assertions to compilation failures, or implement the ops on a case-by-case basis. (We'll have to implement them eventually, of course, but I'd prefer to get as many out of the way to keep pushing the design.)
Updated•13 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•