1. 7260d72 For certain input skpdiff segfaulted. This prevents the segfault and should fix the failed test in housekeeping. by stephana · 10 years ago
  2. 2529f2e Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. by rmistry · 10 years ago
  3. 85b438d create sk_tools::Expectation class, similar to skiagm::Expectations class by epoger · 10 years ago
  4. b492c6f add --descriptions flag to render_pictures tool by epoger · 10 years ago
  5. 66ed8dc combine base_unittest.py modules from gm and tools by epoger · 10 years ago
  6. a40239c Drop --clone from commands in skia repo. by Mike Klein · 10 years ago
  7. b144271 reland "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  8. 77f68b6 Revert "rebaseline_server: download actual-results.json files from GCS instead of SVN" by epoger · 10 years ago
  9. f466604 rebaseline_server: download actual-results.json files from GCS instead of SVN by epoger · 10 years ago
  10. abeb958 make render_pictures properly handle empty expectations file by commit-bot@chromium.org · 10 years ago
  11. 3f04517 render_pictures: add --mismatchPath flag by commit-bot@chromium.org · 10 years ago
  12. 9d439a7 Adds dashboard link for one-line plot on each alert item. by commit-bot@chromium.org · 10 years ago
  13. 205ce48 add --readJsonSummaryPath to render_pictures by commit-bot@chromium.org · 10 years ago
  14. 71e39d5 remove self-tests for no-longer-supported rebaseline.py by commit-bot@chromium.org · 10 years ago
  15. 4610a46 reland r14391 ('fix contents of render_pictures JSON summary') by commit-bot@chromium.org · 10 years ago
  16. cced37d Revert of fix contents of render_pictures JSON summary (https://codereview.chromium.org/259703002/) by commit-bot@chromium.org · 10 years ago
  17. eecdcb9 fix contents of render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  18. 1f75ab9 add some .gitignores related to gm and tools by commit-bot@chromium.org · 10 years ago
  19. 24c568c add explicit filepaths to render_pictures JSON summary by commit-bot@chromium.org · 10 years ago
  20. cb3f079 Adds bench expectations to expectations/bench; fixes bench alert test's dependency on script line number. by commit-bot@chromium.org · 10 years ago
  21. f5e315c add --writeChecksumBasedFilenames flag to render_pictures by commit-bot@chromium.org · 10 years ago
  22. 341241d short-term fix for RunToolSelfTests by commit-bot@chromium.org · 10 years ago
  23. f11943f render_pictures unittests: run over a dir with multiple SKPs, like production by commit-bot@chromium.org · 10 years ago
  24. 1842633 Updates bench alert test output to match latest changes. by commit-bot@chromium.org · 10 years ago
  25. 557e3cd Separates faster and slower bench alerts; sorts by delta. by commit-bot@chromium.org · 10 years ago
  26. 164052e Create a common utility for finding and running binaries in out/ by commit-bot@chromium.org · 10 years ago
  27. c3147c6 render_pictures: adjust unittests to show specific failures by commit-bot@chromium.org · 11 years ago
  28. 238771c [try 2] skpmaker: make the SKP more graphically interesting (add a border) by commit-bot@chromium.org · 11 years ago
  29. 7e1a31d Revert of skpmaker: make the SKP slightly more interesting (add a border) (https://codereview.chromium.org/137993008/) by commit-bot@chromium.org · 11 years ago
  30. a3b0c4f skpmaker: make the SKP slightly more interesting (add a border) by commit-bot@chromium.org · 11 years ago
  31. 30d4f83 deprecate tools/test_rendering.py and tools/test_pictures.py by commit-bot@chromium.org · 11 years ago
  32. 11f1562 add unittest for render_pictures binary by commit-bot@chromium.org · 11 years ago
  33. 9e8f88b create tools/tests/run_all.py to run all our Python self-tests within tools by commit-bot@chromium.org · 11 years ago
  34. 4a28f59 Changes bench_graph_svg.py test to check_bench_regressions.py test; deletes deprecated chunks in syn_bucket_subdir. by bensong@google.com · 11 years ago
  35. 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
  36. 36c5bdb Truly ignore failures in skimage. by scroggo@google.com · 11 years ago
  37. e209a70 Suppresses failing test due to change of bench_graph_svg. Will fix later. by bensong@google.com · 11 years ago
  38. bfe9167 Add README file so git will create empty dir BUG=skia:1613 (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  39. c206dfc Add forgotten file from https://code.google.com/p/skia/source/detail?r=11063 by epoger@google.com · 11 years ago
  40. 93acfd2 rebaseline.py: fix --add-new when there are no expectations at all by epoger@google.com · 11 years ago
  41. 06e626d rebaseline.py: add --bugs and --unreviewed flags by epoger@google.com · 11 years ago
  42. 8209b18 rebaseline.py self-test: validate that unknown fields are maintained by epoger@google.com · 11 years ago
  43. 3f0a108 Remove temporary workaround TODOs from tools/tests/run.sh by epoger@google.com · 11 years ago
  44. fd04011 Remove base-* directories from gm expected/actual paths; just use platform names by epoger@google.com · 11 years ago
  45. 2a192a8 Delete image-based rebaselining tool; we have switched to checksums by epoger@google.com · 11 years ago
  46. ffcbdbf rebaseline.py: add --keep-going-on-failure option, off by default by epoger@google.com · 11 years ago
  47. 3e7399f Fix Housekeeper bot after r9961 by epoger@google.com · 11 years ago
  48. 89fa4b9 rebaseline.py: error out early if --expectations-root not pointing at gm-expected dir by epoger@google.com · 11 years ago
  49. 9de25e3 rebaseline.py: use specified configs/tests as a FILTER over actually-run tests by epoger@google.com · 11 years ago
  50. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  51. 34b73a2 rebaseline.py self-tests: prepare to add tests of JSON-format rebaselining by epoger@google.com · 11 years ago
  52. 53953b4 Create jsondiff tool to capture diffs between two JSON expectations files. by epoger@google.com · 11 years ago
  53. 8575b4d Fix rebaseline.py self-test to account for r9859 by epoger@google.com · 11 years ago
  54. 2b9424b Treat empty directory properly in skimage. by scroggo@google.com · 11 years ago
  55. 99a8ec9 rebaseline.py: split image-based rebaselining, which will go away soon, into its own script by epoger@google.com · 11 years ago
  56. c7e1873 skimage: revert r9642 by epoger@google.com · 11 years ago
  57. e0433f1 skimage: if --readPath points at an empty dir, create an empty expectations file by epoger@google.com · 11 years ago
  58. 74feb15 skimage self-tests: confirm correctness of bitmap hash values by epoger@google.com · 11 years ago
  59. e78d207 rebaseline.py: try to download images from Google Storage before skia-autogen by epoger@google.com · 11 years ago
  60. dad5310 rebaseline.py: add --add-new option, and only add new expectations if it is set by epoger@google.com · 11 years ago
  61. cc2e1cf rebaseline.py: improve readability of dry-run output by epoger@google.com · 11 years ago
  62. 82f3178 rebaseline.py: in option names, replace underscores with hyphens by epoger@google.com · 11 years ago
  63. cf5eb6a Preparations for running skimage tool on bots. by scroggo@google.com · 11 years ago
  64. e762dad Run skimage as part of run.sh by scroggo@google.com · 11 years ago
  65. 19e80c1 rebaseline.py self-tests: split test inputs and outputs into completely separate directories by epoger@google.com · 11 years ago
  66. bf65378 add more rebaseline test resources (no behavioral changes) (SkipBuildbotRuns) by epoger@google.com · 11 years ago
  67. 99ba65a rebaseline.py: if --tests is not specified, get test list from actual-results.json by epoger@google.com · 11 years ago
  68. db29a31 rebaseline.py : add self-tests by epoger@google.com · 11 years ago
  69. 4fed643 Create a self test for skimage. by scroggo@google.com · 11 years ago
  70. bd9669a bench_graph_svg: add r7618 results (NOT per-tile) to self-test source data by epoger@google.com · 11 years ago
  71. aa6470a bench_graph_svg self-test: add non-tile bench data by epoger@google.com · 11 years ago
  72. 673816c tools/tests/run.sh: download test bench data from Google Storage rather than SVN by epoger@google.com · 11 years ago
  73. 2459a39 bench_graph_svg: generate output in consistently sorted order, to make diffs more useful by epoger@google.com · 11 years ago
  74. 9316d7a disable new bench_graph_svg test in tools/tests/run.sh that fails on housekeeper by epoger@google.com · 11 years ago
  75. f4eeeab tools/tests/run.sh: add self-test for bench_graph_svg.py by epoger@google.com · 11 years ago
  76. b00d670 Enable per-tile logging in bench_pictures by borenet@google.com · 12 years ago
  77. ee5a5ee * Extended skdiff to report alpha channel differences. by rmistry@google.com · 12 years ago
  78. 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
  79. 3b98bfd Address comments for r6822: https://codereview.appspot.com/6946052/ by borenet@google.com · 12 years ago
  80. ddf36e7 Fix bench_pictures.cfg and add sanity check by borenet@google.com · 12 years ago
  81. e3c8ddf Update skdiff. https://codereview.appspot.com/6850115/ by bungeman@google.com · 12 years ago
  82. a413a53 Add a self-test for gm, similar to our self-test for skdiff. by epoger@google.com · 12 years ago
  83. ed01f12 Adding checkboxes to skdiff output so a user can select a subset of images to rebaseline. by jkleinert@google.com · 12 years ago
  84. 71329d8 skdiff: recurse over subdirectories, unless --norecurse option is given by epoger@google.com · 12 years ago
  85. 3af4ff4 skdiff output: indicate which result types would cause failure by epoger@google.com · 12 years ago
  86. dfbf24e skdiff: replace --failonmismatches with repeatable --failonresult option by epoger@google.com · 12 years ago
  87. 46a4596 skdiff: add --failonmismatches and --listfilename options, plus cleanup by epoger@google.com · 12 years ago
  88. 28060e7 Improve sorting of skdiff output, and make it consistent across platforms by epoger@google.com · 12 years ago
  89. be6188d skdiff: return nonzero exit value if there are any mismatches by epoger@google.com · 12 years ago
  90. 8e4e51d test-only: add test coverage of skdiff over input with identical bits or pixels by epoger@google.com · 12 years ago
  91. 46256ea Add to skdiff: test images for bitwise equality before testing for pixel-wise equality by epoger@google.com · 12 years ago
  92. 90cb9b3 skdiff test-only change: add test of --nodiffs mode, make tests validate return value by epoger@google.com · 12 years ago
  93. a444352 test-only change: update run.sh and rearrange dirs to ease addition of more tests by epoger@google.com · 12 years ago
  94. b2aacb6 test-only changes: add more image files to test more skdiff behavior by epoger@google.com · 12 years ago
  95. 6600852 skdiff: only write out diff images that are included in index.html by epoger@google.com · 12 years ago
  96. a2b793c Add self-test for skdiff, and remove date/time from skdiff output so it passes. by epoger@google.com · 12 years ago
  97. 15b5167 Rename tests/images dir as tests/skdiff by epoger@google.com · 12 years ago
  98. 620c3b4 Images for testing skdiff tool by epoger@google.com · 12 years ago