windows/aarch64 - enable jittest
Categories
(Testing :: General, task)
Tracking
(firefox68 fixed)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: egao, Assigned: egao)
References
Details
(Whiteboard: [arm64:m3])
Attachments
(2 files)
Enable jittest for windows10-aarch64 on try and mozilla-central.
Disable any tests that fail as part of this work.
Try server should continue to require the --full command line argument in order to schedule tasks.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
| bugherder | ||
Comment 4•6 years ago
|
||
This did not start running jittest on central. I think that's because of:
...which makes me wonder, should we run SM instead?
| Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Geoff Brown [:gbrown] (pto April 26-29) from comment #4)
This did not start running jittest on central. I think that's because of:
...which makes me wonder, should we run SM instead?
Checked the base regex (?=windows).*(?!-ccov) with regex tester, and it does catch this example string windows10-aarch64. What if I make the regex more specific? That may be not worth the amount of hours spent on it.
Are Jit and SpiderMonkey the same thing?
Comment 6•6 years ago
|
||
I know very little about the SpiderMonkey tests.
:jmaher, :cpeterson -- windows/aarch64 jittest is ready for mozilla-central, but we have noticed that jittest is not normally run on Windows -- a comment says it is redundant with SpiderMonkey. Can you shed light on that? Ultimately we want to know: Do we want to run windows/aarch64 jittest, and do we want to run windows/aarch64 SM?
Comment 7•6 years ago
|
||
running jittest on win/aarch64 allows us to gain arm64 coverage. The plan is:
win/aarch64:
- jittest
- jsreftest
android/arm7:
- jittest
- jsreftest
the goal here is to have good coverage for arm7 and arm64.
Comment 8•6 years ago
|
||
(In reply to Geoff Brown [:gbrown] (pto April 26-29) from comment #6)
:jmaher, :cpeterson -- windows/aarch64 jittest is ready for mozilla-central, but we have noticed that jittest is not normally run on Windows -- a comment says it is redundant with SpiderMonkey. Can you shed light on that? Ultimately we want to know: Do we want to run windows/aarch64 jittest, and do we want to run windows/aarch64 SM?
Sean, why are the jittests "redundant with SM(p)" [1] on Windows? Is this true for windows/aarch64?
| Assignee | ||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
| bugherder | ||
Comment 12•6 years ago
|
||
Sean, why are the jittests "redundant with SM(p)" [1] on Windows? Is this true for windows/aarch64?
If I'm reading js/src/devtools/automation/autospider.py correctly, the default options of SM(p) run all of "jstests", "jittest", "jsapitests", and "checks".
Based on that, I think it would be true for windows/aarch64 also, if we turn on SM(p).
Description
•