summaryrefslogtreecommitdiff
path: root/render-test/metrics
Commit message (Collapse)AuthorAgeFilesLines
* [metrics] Run Android RenderTestRunner bot in rebaseline mode (#16036)zmiao2019-12-111141-53519/+0
|
* [metrics] Create gcc8-release metrics configurationAlexander Shalamov2019-12-091143-40077/+0
|
* [metrics] Update render-test-probe-unit-tests memory expectationsMikhail Pozdnyakov2019-12-091-4/+4
|
* [core] Refactoring transform state (#15956)zmiao2019-12-051-2/+2
| | | | | | | | | | * [core] Refactoring transform state class * [core] update matrix in transform, Fix precision * [core] Make matrix mutable so that we only update them when needed * [core] Add getters for matrices
* [test-runner] Make Android RenderTestRunner bot fail when test cases are not ↵zmiao2019-12-049-0/+315
| | | | | | | | | | | | | | 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
* [metrics] Add baselines for formatted-images and line-dasharray render testsAlexander Shalamov2019-12-029-0/+315
|
* [test-runner] Add android RenderTestRunner baseline metrics (#15979)zmiao2019-12-021132-0/+53204
| | | | | | | | | | * [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
* [test-runner] Add baseline metrics for linuxJuha Alanen2019-11-291134-0/+39762
|
* [render-test] Add metric_paths into Manifest (#15973)zmiao2019-11-271-0/+19
* [render-test]Add expected metrics path in manifest file * seperate metrics.json and expected.png * fix expected path parsing * keep expectation path if update is enabled