73ec9a09f3
Motivation: An issue came up a while back with SkQP where some the JUnit testing framework dislikes test names that aren't valid Java identifiers. I am currently replacing invalid characters with underscores before giving them to JUnit, but that leads to some confusion when trying to grep for the name of a failing test. I propose that going forward, all *new* Skia unit tests and GM names be in the form [A-Za-z][A-Za-z0-9_]* to prevent this sort of confusion. We won't change 63 existing "bad" tests names. This Cl encorces that rule with an assertion in DM. Change-Id: Icedce023cd3127d499fbcdcaea485f1ec9e9196b Reviewed-on: https://skia-review.googlesource.com/145365 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Hal Canary <halcanary@google.com> |
||
---|---|---|
.. | ||
DM.cpp | ||
DMGpuTestProcs.cpp | ||
DMJsonWriter.cpp | ||
DMJsonWriter.h | ||
DMSrcSink.cpp | ||
DMSrcSink.h | ||
ValidateGMNames.cpp | ||
ValidateGMNames.h |