Closed
Bug 1204692
Opened 8 years ago
Closed 8 years ago
Add arm64-sim variant to the autospider.sh script
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jolesen, Assigned: jolesen)
References
Details
Attachments
(1 file)
3.25 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
It would be useful to have SM(arm64) builds in TreeHerder, and we need an arm64-sim variant supported by the js/src/devtools/automation/autospider.sh script to do that. The arm64-sim variant should configure SpiderMonkey to build with --enable-simulator=arm64 and run "make check". We can't yet run jit-test or jstests because the ARM64 baseline JIT doesn't pass all of those tests yet.
Assignee | ||
Comment 1•8 years ago
|
||
Build with --enable-sim=arm64. Don't run any tests beyond "make check". The ARM64 JIT is not yet up to it.
Attachment #8661463 -
Flags: review?(sstangl)
Comment 2•8 years ago
|
||
Comment on attachment 8661463 [details] [diff] [review] Add arm64-sim variant to the autospider.sh script Review of attachment 8661463 [details] [diff] [review]: ----------------------------------------------------------------- \o/
Attachment #8661463 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=4b3eaad16e5a
Assignee | ||
Comment 4•8 years ago
|
||
The SM-tc builds don't work in the tryserver. Here's a normal linux64 try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8cad51e86778
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/2637f47648c9
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•