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