1. 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
  2. c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 11 years ago
  3. dd10e0e make GM self-test run gm/rebaseline_server unittests by commit-bot@chromium.org · 11 years ago
  4. 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
  5. 711ebb9 fix gm self-test by commit-bot@chromium.org · 11 years ago
  6. 00434ec GM: remove deprecated --ignoreTests flag BUG=skia:1730 R=borenet@google.com by epoger@google.com · 11 years ago
  7. f711f32 GM: add --ignoreFailuresFile as an alternative to --ignoreTests by epoger@google.com · 11 years ago
  8. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  9. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  10. 5e49738 revert temporary r11517 by epoger@google.com · 11 years ago
  11. 19fcd8e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  12. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  13. 33aa55a revert temporary r11371 BUG=skia:1641 by epoger@google.com · 11 years ago
  14. 1a7e09e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  15. 3ad5dd0 Speed up GM ~50% by NOT running most renderModes by default by epoger@google.com · 11 years ago
  16. 5852c8b gm: add self-test to confirm that ignore-failure field is respected by epoger@google.com · 11 years ago
  17. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  18. 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
  19. 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
  20. 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 11 years ago
  21. 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 11 years ago
  22. a55e48d Improve tool that analyzes gm JSON summary by epoger@google.com · 11 years ago
  23. 37d747d GM self-tests: add testing for non --hierarchy case by epoger@google.com · 11 years ago
  24. 26515ba Add gm/confirm_no_failures_in_json.py by epoger@google.com · 11 years ago
  25. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 12 years ago
  26. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 12 years ago
  27. 0cc99cf GM self-tests: always run all tests (don't stop at first failure) by epoger@google.com · 12 years ago
  28. 318a059 GM: add self-test that sets --readPath to a nonexistent directory path by epoger@google.com · 12 years ago
  29. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 12 years ago
  30. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 12 years ago
  31. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 12 years ago
  32. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 12 years ago
  33. 67caaf8 Revert r8535 by epoger@google.com · 12 years ago
  34. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 12 years ago
  35. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 12 years ago
  36. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 12 years ago
  37. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 12 years ago
  38. 7d51930 Make gm use SkFlags. by scroggo@google.com · 12 years ago
  39. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 12 years ago
  40. b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 12 years ago
  41. c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 12 years ago
  42. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 12 years ago
  43. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 12 years ago
  44. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 12 years ago
  45. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 12 years ago
  46. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  47. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  48. 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
  49. 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
  50. 98204f9 better quick fix for GM self-test: ignore instance-counting lines in Debug output by epoger@google.com · 12 years ago
  51. 3aa3358 Add more warnings about https://code.google.com/p/skia/issues/detail?id=677 ('make tools/tests/run.sh work cross-platform') by epoger@google.com · 12 years ago
  52. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  53. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  54. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  55. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  56. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  57. 570aafe Update gm self-test to pass again after r6585 by epoger@google.com · 12 years ago
  58. 454008a comment-only change to gm/tests/run.sh by epoger@google.com · 12 years ago
  59. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago