Closed
Bug 679154
Opened 14 years ago
Closed 14 years ago
Copy of SunSpider in js/src/jit-test should be deterministic
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: jimb, Assigned: jimb)
Details
Attachments
(1 file)
2.11 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
The copy of SunSpider in js/src/jit-test has the same non-determinism problems that the public SunSpider does (did?): gratuitous use of Date.now(). These should be removed, just as Paul Biggar's patch does for the public SunSpider.
Attachment #553269 -
Flags: review?(jorendorff)
Updated•14 years ago
|
Attachment #553269 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → ASSIGNED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Assignee: general → jimb
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: mozilla8 → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•