Closed
Bug 974069
Opened 11 years ago
Closed 11 years ago
Create an emulator-jb specific mochitest manifest for running b2g multimedia tests
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla30
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(2 files)
|
1.88 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
|
766 bytes,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
Something like:
testing/mochitest/manifests/emulator-jb.ini
Updated•11 years ago
|
Assignee: nobody → rlin
Comment 1•11 years ago
|
||
Set to default, I'm not sure this one means I should separate the mochitest for jb and ics in media test case.
Assignee: rlin → nobody
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ahalberstadt
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
Pretty sure adding new Makefiles needs build peer review.
Attachment #8380762 -
Flags: review?
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8380762 [details] [diff] [review]
Patch 1.0 - add emulator jb manifest
Review of attachment 8380762 [details] [diff] [review]:
-----------------------------------------------------------------
Apparently using ':ted' doesn't work anymore..
Attachment #8380762 -
Flags: review? → review?(ted)
Comment 4•11 years ago
|
||
Comment on attachment 8380762 [details] [diff] [review]
Patch 1.0 - add emulator jb manifest
Review of attachment 8380762 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/mochitest/manifests/Makefile.in
@@ +4,5 @@
> +
> +STATIC_FILES = emulator-jb.ini \
> + $(NULL)
> +STATIC_DEST = $(DEPTH)/_tests/$(relativesrcdir)
> +INSTALL_TARGETS += STATIC
Having spent most of the last week removing Makefiles like this this makes me a little sad, but we don't have a better solution for this yet. I'll fix that soon, I guess.
Attachment #8380762 -
Flags: review?(ted) → review+
| Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
| Assignee | ||
Comment 7•11 years ago
|
||
This got overwritten by ted's patch in bug 977699:
http://hg.mozilla.org/mozilla-central/diff/dfe7b9b49fc8/testing/mochitest/moz.build
Ted, I see you have gotten rid of all the makefiles under testing/mochitest except for the one introduced by this bug. I'd be fine re-doing this to not use a Makefile, I'm just not really sure how. Essentially I just want the 'manifests' directory to be copied to the test package, but I'm not sure if I should copy the mochitest.ini 'support-files' method you used for other directories. A mochitest manifest listing other mochitest manifests as support files seems kind of weird.
| Assignee | ||
Comment 8•11 years ago
|
||
Talked to ted on irc. He said to just add 'manifests' back to the DIRS variable for now. Patch coming soon.
Flags: needinfo?(ted)
| Assignee | ||
Comment 9•11 years ago
|
||
<ahal> ted: ok, so do I have irc r+ on just adding 'manifests' back to the DIRS variable?
<ted> ahal: yeah, r=me
https://hg.mozilla.org/integration/mozilla-inbound/rev/596afdd963e7
Attachment #8389285 -
Flags: review+
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•