Bug 84843
Summary: | [Chromium] Improve bot and build infrastructure for Android | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Beverloo <peter> |
Component: | Tools / Tests | Assignee: | Peter Beverloo <peter> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, efidler, james.wei, jrg, mxie, tonyg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 79780, 82039, 84845, 84867, 92251, 92764, 93472, 93962, 94224, 95980 | ||
Bug Blocks: | 66687 |
Peter Beverloo
Currently we only have a builder on the WebKit waterfall:
http://build.webkit.org/builders/Chromium%20Android%20Release
In order to align with the other Chromium platforms, we'll need:
(1) A bot dedicated for testing, running webkit_unit_tests, TestWebKitAPI and DRT.
(2) Running Perf tests on Android devices.
Since DRT is not yet functional, and getting hardware and DRT set-up may take a while, short term plan is to run w_u_t and TWA on the builder. Next up is adding a dedicated tester which will also run (non-pixel) layout tests, and in the long run a Perf bot may be added.
This bug will also serve as a meta-bug for several build system improvements, i.e. automatically installing the 64-bit linker (lack of which will cause linker timeouts) and clean-up tasks such as re-enabling ImageDiff, which is currently disabled.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Barth
All dependent bugs are fixed. We can handle further improvements in separate bugs. Yay testing infrastructure. :)