1. 5187c43 More work to integrate skimage with rebaseline tools. by scroggo@google.com · 11 years ago
  2. 46484ec Add --add-ignored option to rebaseline.py by bsalomon@google.com · 11 years ago
  3. d23e683 Add ability to rebaseline skimage to rebaseline.py by scroggo@google.com · 11 years ago
  4. 575e82a Document how to get a specific revision when rebaselining. by bungeman@google.com · 11 years ago
  5. bfc0d6b Add an option to rebaseline.py to mark tests as ignore-failure. by senorblanco@chromium.org · 11 years ago
  6. 6d28e8d rebaseline.py: make builder names copy-pastable from --help output by epoger@google.com · 11 years ago
  7. b6e915d Add --from-trybot flag in rebaseline.py to enable rebaselining from trybots by borenet@google.com · 11 years ago
  8. 80f9cf1 rebaseline.py: add bug-filing URL to error message by epoger@google.com · 11 years ago
  9. 7f5f6e6 Revert r11102 (mistakenly committed) by epoger@google.com · 11 years ago
  10. e5ee52e whitespace-only fix to manually-modified GM expectations by epoger@google.com · 11 years ago
  11. 93acfd2 rebaseline.py: fix --add-new when there are no expectations at all by epoger@google.com · 11 years ago
  12. 06e626d rebaseline.py: add --bugs and --unreviewed flags by epoger@google.com · 11 years ago
  13. 44f165f temporarily hard-code builder list in rebaseline.py, for quick startup by epoger@google.com · 11 years ago
  14. c192aa4 Update references to buildbot globals deprecated by r10856 by epoger@google.com · 11 years ago
  15. fd04011 Remove base-* directories from gm expected/actual paths; just use platform names by epoger@google.com · 11 years ago
  16. 2a192a8 Delete image-based rebaselining tool; we have switched to checksums by epoger@google.com · 11 years ago
  17. c60e745 rebaseline.py: add ability to write new expectations to a different file by epoger@google.com · 11 years ago
  18. 27e1c00 rebaseline.py: set text mimetype for all .json files, so text diffs work by epoger@google.com · 11 years ago
  19. e94a7d2 Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 11 years ago
  20. 7699eeb Revert r10281 -- it broke the Update step on Test builders by epoger@google.com · 11 years ago
  21. 0ab790b Move gm-expected to trunk/expectations/gm , and modify scripts that use it. by epoger@google.com · 11 years ago
  22. b248dd5 rebaseline.py: re-record already succeeding test results, just in case by epoger@google.com · 11 years ago
  23. 4b38301 rebaseline.py: fix --add-new for JSON files TBR=borenet by epoger@google.com · 11 years ago
  24. 61822a2 svndiff.py: add ability to compare before-and-after JSON files, not just raw images by epoger@google.com · 11 years ago
  25. ffcbdbf rebaseline.py: add --keep-going-on-failure option, off by default by epoger@google.com · 11 years ago
  26. 66ba9f9 rebaseline.py: skip any platforms we don't have actual results for, with warning message by epoger@google.com · 11 years ago
  27. 3e7399f Fix Housekeeper bot after r9961 by epoger@google.com · 11 years ago
  28. 89fa4b9 rebaseline.py: error out early if --expectations-root not pointing at gm-expected dir by epoger@google.com · 11 years ago
  29. 9de25e3 rebaseline.py: use specified configs/tests as a FILTER over actually-run tests by epoger@google.com · 11 years ago
  30. a783f2b rebaseline.py: if expectations dir contains JSON format results, update those instead of image files by epoger@google.com · 11 years ago
  31. 63e9627 Add N4 to rebaseline.py by robertphillips@google.com · 11 years ago
  32. 99a8ec9 rebaseline.py: split image-based rebaselining, which will go away soon, into its own script by epoger@google.com · 11 years ago
  33. bd4af3a rebaseline.py: keep going if we encounter an "INVALID" entry in the JSON file by epoger@google.com · 11 years ago
  34. e78d207 rebaseline.py: try to download images from Google Storage before skia-autogen by epoger@google.com · 11 years ago
  35. dad5310 rebaseline.py: add --add-new option, and only add new expectations if it is set by epoger@google.com · 11 years ago
  36. cc2e1cf rebaseline.py: improve readability of dry-run output by epoger@google.com · 11 years ago
  37. bda4e91 rebaseline.py: if rebaselining all platforms (not listing them explicitly), allow missing platforms by epoger@google.com · 11 years ago
  38. 82f3178 rebaseline.py: in option names, replace underscores with hyphens by epoger@google.com · 11 years ago
  39. 99ba65a rebaseline.py: if --tests is not specified, get test list from actual-results.json by epoger@google.com · 11 years ago
  40. db29a31 rebaseline.py : add self-tests by epoger@google.com · 11 years ago
  41. 9166bf5 rebaseline.py: use argparse command-line flags for more flexibility by epoger@google.com · 11 years ago
  42. ec3397b Refactor rebaseline.py into functions ; no behavioral changes. by epoger@google.com · 11 years ago
  43. 7d01ec4 Make rebaseline.py pull msaa images by bsalomon@google.com · 11 years ago
  44. 3c58723 Update rebaseline.py for N10. by bsalomon@google.com · 11 years ago
  45. cb3c8d7 Make rebaseline.py pull GN Debug images. by bsalomon@google.com · 11 years ago
  46. e6598a0 Fix builder name references by borenet@google.com · 11 years ago
  47. 0b6dc19 Rebaseline script: check for .git and .svn in the current directory as well. Add mesa to list of configs to update. by senorblanco@chromium.org · 12 years ago
  48. df6fe60 No longer generating 4444, remove from rebaseline tool. by bungeman@google.com · 12 years ago
  49. 123a0b5 rebaseline.py: Allow multiple testnames on the command line. by senorblanco@chromium.org · 12 years ago
  50. 79fc6fc Add Git support to the simple rebaseline tool. Do SVN commands only in an svn checkout. by senorblanco@chromium.org · 12 years ago
  51. 5682f21 Simple rebaseline tool: Add support for ANGLE, DirectWrite builders. by senorblanco@chromium.org · 12 years ago
  52. 782f3b4 First stab at a simple rebaseline script. by senorblanco@chromium.org · 12 years ago