Closed
Bug 1548555
Opened 7 years ago
Closed 7 years ago
Android gtest harness should push gtest support files to device
Categories
(Testing :: GTest, defect, P2)
Tracking
(firefox68 fixed)
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
Some gtests expect external files, included in the source distribution on the host. Currently those files are not pushed to the device, causing test failures (these tests are generally disabled).
See https://bugzilla.mozilla.org/show_bug.cgi?id=1545226#c2.
It looks like such files are identified in moz.build as TEST_HARNESS_FILES.gtest.
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 1•7 years ago
|
||
Locally, TEST_HARNESS_FILES.gtest are linked to from <objdir>/_tests/gtest.
In the gtest test archive, they are in gtest/.
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e998aa9c04b
For android gtest, push support files to device; r=bc
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•