./mach jit-test no longer shows the progress bar
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
In ProgressBar.conservative_isatty we try to import android and if that succeeds we think we're on Android and return false. Bug 1821221 added build/android/libgcc.a so now the import no longer throws an exception and we don't show the progress bar anymore.
There's a similar import python in lib/jittests.py
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1821221
:glandium, since you are the author of the regressor, bug 1821221, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 2•3 years ago
|
||
It's not clear to me if we still need this workaround for Android/adb from 13 years ago (bug 600639). We use a different remote runner for that now IIUC.
Comment 3•3 years ago
|
||
The mach jit-test --remote setup for running jsshell tests on physical devices runs the progress bar on host machine and just a lightweight shell script on the device itself, so we do not need any special handling to continue supporting it and things will be fine there if we remove the 'import android' stuff.
| Assignee | ||
Comment 4•3 years ago
|
||
Adding the build/android/ directory in bug 1821221 broke the progress bar, because
the import android hack to check for Android started to match other platforms too.
Because we now use a different remote runner and render the progress bar on the host
machine, we want to try removing those old workarounds.
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 5•3 years ago
|
||
This option is no longer hooked up to anything.
Updated•3 years ago
|
Comment 7•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/84683bdb8e18
https://hg.mozilla.org/mozilla-central/rev/ff83ef557f89
Description
•