Closed
Bug 652449
Opened 15 years ago
Closed 2 years ago
Turn on jstests in |make check| on linux only
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: paul.biggar, Unassigned)
References
Details
Attachments
(1 file)
|
1.62 KB,
patch
|
jimb
:
review+
|
Details | Diff | Splinter Review |
jstests is currently disabled on all platforms, but tinderbox shows it works fully on linux, even though there are problems on other platforms. So we should turn it on on linux at least, to try and prevent further regressions.
| Reporter | ||
Comment 1•15 years ago
|
||
This patch turns on jstests on linux only. That's the only platform on which they all work for all combinations of JITFLAGS.
Assignee: general → pbiggar
Attachment #528084 -
Flags: review?(jimb)
| Reporter | ||
Comment 2•15 years ago
|
||
Tryservered, just to be sure (still can't tryserver to SM builds unfortunately):
http://dev.philringnalda.com/tbpl/?tree=Try&rev=0252b9de0c15
| Reporter | ||
Updated•15 years ago
|
Assignee: general → pbiggar
Comment 3•15 years ago
|
||
Comment on attachment 528084 [details] [diff] [review]
Turn on jstests on linux only
Review of attachment 528084 [details] [diff] [review]:
Looks fine to me.
Attachment #528084 -
Flags: review?(jimb) → review+
| Reporter | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/2919a6aa1ab7
Let's hope this sticks :-/
Whiteboard: [fixed-in-tracemonkey]
| Reporter | ||
Comment 5•15 years ago
|
||
And backed out: http://hg.mozilla.org/tracemonkey/rev/268942ceb06f
TEST-UNEXPECTED-FAIL | js1_5/Array/regress-350256-02.js | -a -m
TEST-UNEXPECTED-FAIL | js1_5/Array/regress-350256-03.js | -a -m
and other flags settings, always involving the methodjit.
Whiteboard: [fixed-in-tracemonkey]
Comment 6•15 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/2919a6aa1ab7
http://hg.mozilla.org/mozilla-central/rev/268942ceb06f (backout)
Note: not marking as fixed because last changeset is a backout.
| Reporter | ||
Updated•14 years ago
|
Assignee: paul.biggar → general
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 7•2 years ago
|
||
Currently, jstests are enabled via ./mach jstests.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•