Closed
Bug 1229467
Opened 9 years ago
Closed 9 years ago
Include wptserve in common.tests.zip
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox45 fixed)
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: impossibus, Assigned: impossibus)
References
Details
Attachments
(1 file)
In order to use the in-tree copy of wptserve for Marionette-based tests, we need to include wptserve in common.tests.zip.
Assignee | ||
Comment 1•9 years ago
|
||
I have a patch that results in wptserve being in common.tests.zip under /tools/wptserve (copied from testing/web-platform/tests/tools/wptserve/). This try run [1] looks good, but I'm going to do some more testing today before I submit the patch.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=1bf9efddba7a&selectedJob=14306851
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1229467 - Include wptserve in common.tests.zip; r?gps
Attachment #8694416 -
Flags: review?(gps)
Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment on attachment 8694416 [details]
MozReview Request: Bug 1229467 - Include wptserve in common.tests.zip; r?gps
https://reviewboard.mozilla.org/r/26741/#review24199
::: testing/testsuite-targets.mk:476
(Diff revision 1)
> + @(cd $(topsrcdir)/testing/web-platform/tests/tools/wptserve && tar $(TAR_CREATE_FLAGS) - *) | (cd $(PKG_STAGE)/tools/wptserve && tar -xf -)
This isn't how we do things any more. Instead, ddit the dict at the top of `python/mozbuild/mozbuild/action/test_archive.py` instead to define which files are placed in which test archives. You shouldn't need to change this file at all.
Attachment #8694416 -
Flags: review?(gps)
Assignee | ||
Updated•9 years ago
|
Attachment #8694416 -
Flags: review?(gps)
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8694416 [details]
MozReview Request: Bug 1229467 - Include wptserve in common.tests.zip; r?gps
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/26741/diff/1-2/
Comment 6•9 years ago
|
||
Comment on attachment 8694416 [details]
MozReview Request: Bug 1229467 - Include wptserve in common.tests.zip; r?gps
https://reviewboard.mozilla.org/r/26741/#review24535
Attachment #8694416 -
Flags: review?(gps) → review+
Comment 8•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•