Closed
Bug 858620
Opened 12 years ago
Closed 11 years ago
Add jit-tests to test package
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla26
People
(Reporter: ted, Assigned: dminor)
References
Details
Attachments
(1 file)
1.93 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
We should add the jit-tests harness + tests to the test package so that we can run them outside of "make check" (specifically, on Android devices).
Reporter | ||
Comment 1•12 years ago
|
||
Related: bug 858622
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dminor
Assignee | ||
Comment 2•11 years ago
|
||
A green try run can be found here: https://tbpl.mozilla.org/?tree=Try&rev=b3f3f7bd2dd1.
Attachment #793015 -
Flags: review?(mh+mozilla)
Comment 3•11 years ago
|
||
Comment on attachment 793015 [details] [diff] [review]
Patch to package jit-tests.
Review of attachment 793015 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/testsuite-targets.mk
@@ +507,5 @@
> $(NSINSTALL) $(topsrcdir)/testing/remotecppunittests.py $(PKG_STAGE)/cppunittests
>
> +stage-jittest:
> + $(NSINSTALL) -D $(PKG_STAGE)/jit-test
> + $(NSINSTALL) -D $(PKG_STAGE)/jit-test/tests
You only need the latter.
Attachment #793015 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Thanks, with comments addressed: https://hg.mozilla.org/integration/mozilla-inbound/rev/5a48d7ec9170
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
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
•