Add a 'do not fail on render test' flag to test_runner.py |
||||
Issue descriptionFor the RenderTests (https://codereview.chromium.org/2114963002) it would be convenient to have a flag that prevents RenderUtils from throwing when a View does not match the golden but still renders the View to a file. Therefore when someone has made a UI change they can generate all the new golden files in one test run. Suggested flag names: - generate-goldens - generate-renders - render-test-do-not-fail
,
Aug 9 2016
,
Aug 11 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/972dd1147691395c2e85d91669e355506ca36141 commit 972dd1147691395c2e85d91669e355506ca36141 Author: peconn <peconn@chromium.org> Date: Thu Aug 11 14:25:10 2016 Pass regenerate-goldens flag through to Java. BUG= 635937 Review-Url: https://codereview.chromium.org/2233193002 Cr-Commit-Position: refs/heads/master@{#411322} [modify] https://crrev.com/972dd1147691395c2e85d91669e355506ca36141/build/android/pylib/instrumentation/instrumentation_test_instance.py [modify] https://crrev.com/972dd1147691395c2e85d91669e355506ca36141/build/android/test_runner.py
,
Aug 27 2016
peconn: AFAIK the CL in #3 did this, but I'll leave it to you to close this out.
,
Aug 27 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by jbudorick@chromium.org
, Aug 9 2016