summaryrefslogtreecommitdiff
path: root/render-test/android
Commit message (Collapse)AuthorAgeFilesLines
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-1/+1
| | | | | | | | This will make the `next` buildsystem no longer the `next`, but the `actual`. The idea is to simplify the build, removing scripts, to make the platform buildsystem generated by CMake more compatible with IDEs and make development more streamlined. It will also make cross compilation easier.
* [build] Cleanup CircleCI configurationThiago Marcos P. Santos2020-01-281-3/+3
| | | | | - Remove the legacy build jobs - Remove the next- namespace.
* [metrics] Use the cache database instead of file paths for fixturesThiago Marcos P. Santos2020-01-081-12/+2
| | | | | Now that we use a cache, we no longer need "asset_path" and "vendor_path".
* [build] Reorganize the render testsThiago Marcos P. Santos2019-12-161-4/+5
| | | | | | Move everything that might collect metrics to the metrics/ directory, the only test manifests inside the render-test/ directory are the unit tests of the probes.
* [metrics] Run Android RenderTestRunner bot in rebaseline mode (#16036)zmiao2019-12-111-1/+1
|
* [test-runner] Make Android RenderTestRunner bot fail when test cases are not ↵zmiao2019-12-043-3/+7
| | | | | | | | | | | | | | fully passed (#15994) * [test-runner] Fix failed tests, generate android specific expectations * [test-runner] Check render test runner testing result * [test-runner] Add error case to android ignore list * [test-runner] Update metrics * [test-runner] Move Android render tests with big diff(>0.006) to ignore list
* [test-runner] Add android RenderTestRunner baseline metrics (#15979)zmiao2019-12-021-1/+4
| | | | | | | | | | * [test-runner] Enable probe-testing android render test runner * [test-runner] Add pixel4 baseline metrics * Add git ignored metrics * Make renderTestrunner run two times with different manifest config
* [render-test] Adding mvt-fixture to app asset content (#15955)zmiao2019-11-211-0/+1
|
* [build] Build Android release when running render testsThiago Marcos P. Santos2019-11-211-3/+12
|
* [render-test] Config CircleCi to run RenderTestApp on Firebase with Pixel4 ↵zmiao2019-11-201-0/+11
| | | | | (#15951) This reverts commit d2413d4ffffd087b352b6e4edd6e6322a311bc07.
* [render-test] Wrap test data inside RenderTestRunner App + Add a new test ↵zmiao2019-11-197-50/+55
| | | | | | | | | | | | app (#15887) * [render-test] Wrap test resources inside app * [render-test] Add test app * fix test app failure * [render-test]add callback + add javaObjectWrapper
* [render-test] Add manifest parser for render-test-runner (#15861)zmiao2019-10-291-3/+7
| | | | | | | | | | * [render-test] Add manifest parser for render-test-runner * [render-test] Refactory manifest parser * [render-test] Parse full manifest file through CLI * [render-test] Add linux probe manifest
* [test-runner] Run render test runner as a NativeActivity app on android ↵zmiao2019-10-2216-0/+385
device (#15827) * [test-runner]Add android render-test-runner NativeActivity app * [test-runner] Fix cmake for CI build failure * [test-runner] Update folder location, change app configureation * [test-runner] Add running instruction