Android 'mach gtest' fails on non-x86_64 platforms: "XRE_main returned 1" in logcat
Categories
(Testing :: GTest, defect, P1)
Tracking
(firefox71 fixed)
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
'mach gtest' runs well on the android x86_64 emulator (the environment used for continuous integration), but it probably fails for other architectures: the gtest libxul.so will not be pushed to the correct location:
Bug 1544496 would resolve this, or we could try to hack around it.
| Assignee | ||
Comment 1•7 years ago
|
||
This basically works, but introduces a single test failure: LulIntegration.unwind_consistency
I'll need to investigate that before proceeding...
Comment 2•7 years ago
|
||
The priority flag is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 3•6 years ago
|
||
Nudged by bug 1584976, I thought I would revisit this patch. Now it works! (No test failures.) I don't know what has changed.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=124a417c7958ab4d20bbb0a19a6d9d851472c4c7
Updated•6 years ago
|
Updated•6 years ago
|
Comment 4•6 years ago
|
||
(In reply to Geoff Brown [:gbrown] from comment #3)
Nudged by bug 1584976, I thought I would revisit this patch. Now it works! (No test failures.) I don't know what has changed.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=124a417c7958ab4d20bbb0a19a6d9d851472c4c7
This is so surprising, and weakly suggests that compiler variation matters to this code.
Comment 6•6 years ago
|
||
| bugherder | ||
Description
•