1. 33ac950 make gm self-tests launch python unittests automatically by epoger · 10 years ago
  2. 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 10 years ago
  3. c69b0d0 gm self-test: stop checking stdout and stderr by commit-bot@chromium.org · 10 years ago
  4. dd10e0e make GM self-test run gm/rebaseline_server unittests by commit-bot@chromium.org · 10 years ago
  5. 3e62ebf make ignored-tests.txt specify full test name, not partial name by commit-bot@chromium.org · 11 years ago
  6. 8519548 GM: run mode comparisons for all raster configs. by commit-bot@chromium.org · 11 years ago
  7. 711ebb9 fix gm self-test by commit-bot@chromium.org · 11 years ago
  8. 758b7a4 rebaseline gm self-tests after https://code.google.com/p/skia/source/detail?r=12850 by commit-bot@chromium.org · 11 years ago
  9. 00434ec GM: remove deprecated --ignoreTests flag BUG=skia:1730 R=borenet@google.com by epoger@google.com · 11 years ago
  10. f711f32 GM: add --ignoreFailuresFile as an alternative to --ignoreTests by epoger@google.com · 11 years ago
  11. 9eef56b Update Housekeeper-PerCommit after adding a new type of gm result. by edisonn@google.com · 11 years ago
  12. 1ddfbc2 gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure by epoger@google.com · 11 years ago
  13. 3a882dd GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) by epoger@google.com · 11 years ago
  14. 5e49738 revert temporary r11517 by epoger@google.com · 11 years ago
  15. 19fcd8e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  16. defc487 gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com by epoger@google.com · 11 years ago
  17. 33aa55a revert temporary r11371 BUG=skia:1641 by epoger@google.com · 11 years ago
  18. 1a7e09e gm: temporarily re-enable multiple rendermodes, to make sure they haven't regressed by epoger@google.com · 11 years ago
  19. 3ad5dd0 Speed up GM ~50% by NOT running most renderModes by default by epoger@google.com · 11 years ago
  20. 5852c8b gm: add self-test to confirm that ignore-failure field is respected by epoger@google.com · 11 years ago
  21. 8fc3766 Update expectations for Mac PDF by vandebo@chromium.org · 11 years ago
  22. 0dcbece Support multiple PDF rendering backends in the GM by vandebo@chromium.org · 11 years ago
  23. e33e137 GM: stop recording all *_pdf.png results as "INVALID" on non-Mac platforms by epoger@google.com · 11 years ago
  24. 5f99545 GM: add --missingExpectationsPath option, similar to --mismatchPath by epoger@google.com · 11 years ago
  25. 6f7f14d Reland r9682, using new SkString::appendU64() by epoger@google.com · 11 years ago
  26. 628de5f Reverting r9682, which broke on some compilers by epoger@google.com · 11 years ago
  27. 6324ac5 GM: add --writeChecksumBasedFilenames option by epoger@google.com · 11 years ago
  28. d4993ff GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) by epoger@google.com · 11 years ago
  29. a55e48d Improve tool that analyzes gm JSON summary by epoger@google.com · 11 years ago
  30. 37d747d GM self-tests: add testing for non --hierarchy case by epoger@google.com · 11 years ago
  31. 26515ba Add gm/confirm_no_failures_in_json.py by epoger@google.com · 11 years ago
  32. ce057fe GM: include filename extension (.png) of each output file in JSON summary by epoger@google.com · 11 years ago
  33. ee2c3b9 GM self-test: add --writePath and --mismatchPath , but in a way that works cross-platform by epoger@google.com · 11 years ago
  34. fed9db6 GM self-test: add option to exercise --writePath and --mismatchPath, but not on bots by epoger@google.com · 11 years ago
  35. 366a770 GM: now that we use MD5 instead of CityHash, the JSON should say so by epoger@google.com · 11 years ago
  36. b4ca46d SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash by epoger@google.com · 11 years ago
  37. 0cc99cf GM self-tests: always run all tests (don't stop at first failure) by epoger@google.com · 11 years ago
  38. 76c913d GM: specify that currently used checksums are CityHashes of SkBitmaps by epoger@google.com · 11 years ago
  39. dd8e353 Add option to specify defaults configs to --config flag in gm. This makes it easier to run gm defaults configs with a delta. Also make ~ exclude a config. by bsalomon@google.com · 11 years ago
  40. 318a059 GM: add self-test that sets --readPath to a nonexistent directory path by epoger@google.com · 11 years ago
  41. 5079d2c GM: allow caller to specify which result types trigger an error by epoger@google.com · 11 years ago
  42. bcbf5aa GM: print list of GMs run, even in non-verbose mode (rolls back part of r8600) by epoger@google.com · 11 years ago
  43. b0f8b43 GM: remove enableMissingWarning in favor of verbose flag, and trim output in nonverbose mode by epoger@google.com · 11 years ago
  44. 51dbabe gm: hide list of tests with ignored errors, by default by epoger@google.com · 11 years ago
  45. c8263e7 gm: record IntentionallySkipped tests by epoger@google.com · 11 years ago
  46. caac3db re-land r8535, now that src.chromium.org is back up by epoger@google.com · 11 years ago
  47. 67caaf8 Revert r8535 by epoger@google.com · 11 years ago
  48. da8db98 gm: report ExpectationsMismatch and RenderModeMismatch results separately by epoger@google.com · 11 years ago
  49. 310478e re-land r8514 without breaking 32-bit Mac compilers by epoger@google.com · 11 years ago
  50. 2212c2e roll out r8514 Review URL: https://codereview.chromium.org/13503003 by epoger@google.com · 11 years ago
  51. f60494b gm: display summary of all results by ErrorType by epoger@google.com · 11 years ago
  52. 0b62b3d gm refactor: extract run_multiple_configs() and run_multiple_modes() by epoger@google.com · 11 years ago
  53. 09fd4d2 Reland r8235 "Switch gm to use SkFlags." by scroggo@google.com · 11 years ago
  54. 0b73563 Revert "Make gm use SkFlags." by scroggo@google.com · 11 years ago
  55. 7d51930 Make gm use SkFlags. by scroggo@google.com · 11 years ago
  56. 5efdd0c gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere by epoger@google.com · 11 years ago
  57. b9ba1ea gm self-test: make all test cases exercise transparency by epoger@google.com · 11 years ago
  58. c5d71e2 gm self-test: disable spuriously-failing aaclip tests by epoger@google.com · 11 years ago
  59. 44a18d5 gm self-test: fix results that break housekeeping bot by epoger@google.com · 11 years ago
  60. c61c3c3 gm self-test: use a pathologically simple test case instead of dashing2 by commit-bot@chromium.org · 11 years ago
  61. 4f62bf4 Fix GM self-test expectations, mkII by borenet@google.com · 11 years ago
  62. 1df2a5e Fix GM self-test expectations Review URL: https://codereview.appspot.com/7386048 by borenet@google.com · 11 years ago
  63. d271d24 gm: Add ability to compare against checksums (as opposed to image files) by epoger@google.com · 11 years ago
  64. e460a47 gm self-tests: generate JSON expectations, in addition to image expectations by epoger@google.com · 11 years ago
  65. 4688de1 gm self-tests: add 565 mode testing, in addition to 8888 mode by epoger@google.com · 11 years ago
  66. 666c5cf Fix bugs in r7291 TBR=reed Review URL: https://codereview.appspot.com/7129057 by epoger@google.com · 12 years ago
  67. 3726960 re-land r7258 with fixes and tests by epoger@google.com · 12 years ago
  68. 9ef89ce Roll out r7258 by epoger@google.com · 12 years ago
  69. 80d4478 gm self-test: followup to r7284 by epoger@google.com · 12 years ago
  70. 407f8da make gm self-test more robust by epoger@google.com · 12 years ago
  71. a243b22 Reapply r7198 with Mac/Windows fixes by epoger@google.com · 12 years ago
  72. 98204f9 better quick fix for GM self-test: ignore instance-counting lines in Debug output by epoger@google.com · 12 years ago
  73. 6008e60 quick fix for GM self-test failures after r7206 by epoger@google.com · 12 years ago
  74. bc159bd Revert r7198 until I can fix https://code.google.com/p/skia/issues/detail?id=1067 by epoger@google.com · 12 years ago
  75. 06b8a19 gm: use new Expectations struct instead of comparison bitmaps by epoger@google.com · 12 years ago
  76. b4a870b Update gm self-test results to expect new runtime config debug message by epoger@google.com · 12 years ago
  77. 3499f3c gm: if no readPath is given, report all tests as "missing reference image" instead of "passed" by epoger@google.com · 12 years ago
  78. 8e910ab gm self-test: update expected dashing2.png images (in inputs/ dir) to reflect new behavior by epoger@google.com · 12 years ago
  79. 15655b2 gm: remove --diffPath option and all other pixel diff functionality. by epoger@google.com · 12 years ago
  80. 57cf9a6 ran gm/tests/rebaseline.sh 5-6 times to update the self-test after 6984 by reed@google.com · 12 years ago
  81. 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
  82. 4427aa6 revert 6938, as running rebaseline.sh did not seem to work. by mike@reedtribe.org · 12 years ago
  83. 0f3aabe rebaseline self-test images after stroke change by mike@reedtribe.org · 12 years ago
  84. 9c56a8d Make gm's json results include checksums even if run without --readPath by epoger@google.com · 12 years ago
  85. ee8a8e3 Re-land r6843 with copied gyp file to (hopefully) fix Windows build by epoger@google.com · 12 years ago
  86. 33352d9 Roll out r6843 to hopefully fix Windows builds by epoger@google.com · 12 years ago
  87. 6c0e522 Add --writeJsonSummary option to gm by epoger@google.com · 12 years ago
  88. 8a6f13a Add script to help rebaseline gm self-tests, and run it right now by epoger@google.com · 12 years ago
  89. dbbca9a Delete no-longer-expected 4444 output images from gm self-test by epoger@google.com · 12 years ago
  90. b959a9c Delete no-longer-used 4444 gm-selftest input images by epoger@google.com · 12 years ago
  91. 570aafe Update gm self-test to pass again after r6585 by epoger@google.com · 12 years ago
  92. 454008a comment-only change to gm/tests/run.sh by epoger@google.com · 12 years ago
  93. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago