commit | ab6f9ef34a2b116c6f64bf3b89d174fbce574fab | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Tue Aug 11 16:44:39 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Aug 11 23:33:00 2020 +0000 |
tree | 8e77f2eb52ff5170db073155804d8f85a0d10af2 | |
parent | d4328567af47cbd7bbb0dd55120641e5a238c564 [diff] |
don't use out of range float values in the test These doubles are sometimes used as doubles and sometimes floats, but it doesn't make sense to use values that can't be a float as one. Just skip those in the test combinatorics. Change-Id: Ibfdb699cac80b260258b164f95361110eb85c152 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/309483 Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Klein <mtklein@google.com>