1. 8c7d7ad Blacklist giant (4k) wbmp from GPU bots. by brianosman · 9 years ago
  2. bee39c5 fix --threads 4, blacklist interlaced1,2,3 on GPU by mtklein · 9 years ago
  3. d33fe1f Try throttling x86 desktop bots down with fewer threads. by mtklein · 9 years ago
  4. fc0b6d1 Add SkImageGeneratorWIC by msarett · 9 years ago
  5. 5a60982 Disable bad gif decode on CG by msarett · 9 years ago
  6. 1897631 Add an SkImageGeneratorCG by msarett · 9 years ago
  7. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 9 years ago
  8. ed854fb Disable ignored / moot configs in DM. by mtklein · 9 years ago
  9. 7fe18a8 turn on f16 and sRGB by mtklein · 9 years ago
  10. dd54e5d Revert of DM: disable ignored and very niche configs on bots. (patchset #1 id:1 of https://codereview.chromium.org/1745073002/ ) by mtklein · 9 years ago
  11. 7b6d3a3 DM: disable ignored and very niche configs on bots. by mtklein · 9 years ago
  12. f236ee4 Enable RAW codec for Windows by yujieqin · 9 years ago
  13. d9381ac Turn off DM --pre_log on the bots. Too spammy. by mtklein · 9 years ago
  14. cbf8978 DM: remove unnecessary use of std::function by mtklein · 9 years ago
  15. 09d0685 add back some basic configs to MSAN bot by mtklein · 9 years ago
  16. 517558a MSAN: cut down to green by mtklein · 9 years ago
  17. 0da8537 MSAN: build libc++ with MSAN, link to it. by mtklein · 9 years ago
  18. 3ac66e9 Optionally run RAW images serially by scroggo · 9 years ago
  19. 772cc40 Blacklist RAW images on GPU tests by msarett · 9 years ago
  20. 13a036b Test CodecImageGenerator on GPU bots by msarett · 9 years ago
  21. 4e79f33 msan: build expat from source by mtklein · 9 years ago
  22. 2afbe23 msan: initialize buffer BlurLargeImage blurs by mtklein · 9 years ago
  23. 1334b41 msan: these might be okay with libjpeg guarded. by mtklein · 9 years ago
  24. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  25. bd9dabd Revert of Test CodecImageGenerator on GPU bots (patchset #1 id:1 of https://codereview.chromium.org/1663453002/ ) by jcgregorio · 9 years ago
  26. c971540 Test CodecImageGenerator on GPU bots by scroggo · 9 years ago
  27. 1497f9f Update SK_IMAGE_VERSION to test RAW by scroggo · 9 years ago
  28. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  29. 8d61f0d Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. by benjaminwagner · 9 years ago
  30. 0b558cb blacklist cpu cacherator tests in replay modes by mtklein · 9 years ago
  31. 4a34ecb DM: more invariants by mtklein · 9 years ago
  32. 5820fe8 DM: add a pixel check to serialize by mtklein · 9 years ago
  33. 60c0a76 Revert of DM: add a pixel check to serialize (patchset #4 id:60001 of https://codereview.chromium.org/1561993003/ ) by caryclark · 9 years ago
  34. 6eb4e36 DM: add a pixel check to serialize by mtklein · 9 years ago
  35. 3e07d94 Reenable testing webp to PDF on Valgrind by scroggo · 9 years ago
  36. b81ceca Blacklist GLPrograms on Angle Debug bot by joshualitt · 9 years ago
  37. b204fc6 Update dm_flags.json to match dm_flags.py by scroggo · 9 years ago
  38. 4541f6e Blacklist AndroidOne + WritePixelsTest by joshualitt · 9 years ago
  39. 815d571 Enable gpudft on GalaxyS3 by joshualitt · 9 years ago
  40. 4f11b1b Stop disabling fixed test by scroggo · 9 years ago
  41. 43432f3 Add frame_larger_than_image.gif to blacklist by msarett · 9 years ago
  42. e47f1a7 Fix UB in SkDivBits by mtklein · 9 years ago
  43. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  44. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  45. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  46. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  47. 44509fa Disable testcase7.bmp on SkImageDecoder and clean up dm_flags by msarett · 9 years ago
  48. ff8b3f0 Test SkRemote on GCE bots. by mtklein · 9 years ago
  49. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  50. ccb88bc Blacklisting imagefilterscropexpand on s4 since it often causes the bot to hang and crash. by egdaniel · 9 years ago
  51. c11c62f DM: PDFSink sets rasterizer keyword by halcanary · 9 years ago
  52. 6fccec3 Blacklist ReadPixels on GalaxyS4 due to skia:4368. by benjaminwagner · 9 years ago
  53. 31459a4 This file was supposed to be in https://codereview.chromium.org/1347143006/ by benjaminwagner · 9 years ago
  54. cf72ed6 Skip scaled_tilemodes_npot on Galaxy S4 by borenet · 9 years ago
  55. e0effd6 Allow Srcs to veto Sinks based on their broad type. by mtklein · 9 years ago
  56. 9b8d358 Skip imagefiltersclipped GM on Galaxy S4 by borenet · 9 years ago
  57. c1121ef Stop running image tests on msaa. by scroggo · 9 years ago
  58. 19fb80e Revert of Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating. (patchset #1 id:1 of https://codereview.chromium.org/1213033003/) by herb · 9 years ago
  59. 37cc0b2 Skip SkSharedMutexMultiThreaded test on TSAN bot while investigating. by mtklein · 9 years ago
  60. b8e0b4a Revert of Disable failing GPU tests on Nexus 6. (patchset #1 id:1 of https://codereview.chromium.org/1185753002/) by joshualitt · 9 years ago
  61. 1866b57 Stop running SKPs in DM on the bots. by mtklein · 9 years ago
  62. 8ed08e5 Disable failing GPU tests on Nexus 6. by djsollen · 9 years ago
  63. e21585e Update flags passed to Android GPU bots to exclude running skps and image sources. by djsollen · 9 years ago
  64. 0bb8c1f Stop running tiles_rt-gpu on the bots by bsalomon · 9 years ago
  65. 32618cb Test sp-8888 mode on a few fast bots. by mtklein · 9 years ago
  66. d9b6be1 Remove upright-matrix- configs from Android bots by borenet · 9 years ago
  67. e3aeaec Add matrix configs to DM by borenet · 9 years ago
  68. e4b19c4 Add presubmit to run `{dm,nanobench}_flags.py test` when changed. by mtklein · 9 years ago
  69. 97025e3 Run DM on GalaxyS* in one thread by borenet · 9 years ago
  70. d557462 Skip msaa4 on Tegra 2 and 3. by mtklein · 9 years ago
  71. fca5c88 Ask for NVPR only when we expect it to be available. by mtklein · 9 years ago
  72. 22ecae8 Blacklist desk_wikipedia pdf on Valgrind bots by borenet · 10 years ago
  73. fbcf0bd expand pdf/worldjournal blacklist entry to cover the new skp too by Mike Klein · 10 years ago
  74. 54416de Update DM to allow Src's to have optional options. by djsollen · 10 years ago
  75. 1e37d17 Update [dm|nanobench]_flags for CPU/GPU split by borenet · 10 years ago
  76. ce86687 pdf skp tabl_worldjournal.skp took 5 days to run on Valgrind by mtklein · 10 years ago
  77. 114912d Fix android_run_skia script to allow for larger blacklist by msarett · 10 years ago
  78. 89c2a54 Blacklist certain win7 gms that are never finishing on dm by egdaniel · 10 years ago
  79. 905d01b temporarily stifle Math test on TSAN bot by mtklein · 10 years ago
  80. e2aab90 DM: disable image src type on Windows. by mtklein · 10 years ago
  81. de7665a Skip absurdly slow PDF tests on Valgrind bot. by mtklein · 10 years ago
  82. cc99dbc Skip WritePixels on GalaxyS3 by mtklein · 10 years ago
  83. 4e2d3be Don't run ResourceCache unit test on NexusPlayer. by mtklein · 10 years ago
  84. 7e78f3d Fix bug in Valgrind flags config. by mtklein · 10 years ago
  85. 13e51f9 Run Valgrind bots with --nogpu and --nocpu as appropriate by borenet · 10 years ago
  86. 150d350 When running under Valgrind, don't draw .webps into .pdfs. by mtklein · 10 years ago
  87. 13e8e23 Disable --config pdf temporarily on Valgrind bot. by mtklein · 10 years ago
  88. 84aada8 DM: run PDF except on Android bots. by mtklein · 10 years ago
  89. 341c808 Revert of DM: run pdf config on the bots. (patchset #1 id:1 of https://codereview.chromium.org/968953002/) by mtklein · 10 years ago
  90. b12f881 DM: run pdf config on the bots. by mtklein · 10 years ago
  91. 5abf584 Test msaa on bots using dm. 4 samples for Android, 16 elsewhere by bsalomon · 10 years ago
  92. ee2a3ea Revert of Default SK_ANGLE to true on Windows, run angle whenever possible on bots. (patchset #3 id:40001 of https://codereview.chromium.org/946933006/) by mtklein · 10 years ago
  93. 88ec329 Default SK_ANGLE to true on Windows, run angle whenever possible on bots. by mtklein · 10 years ago
  94. 1a2979a fix nvpr by Mike Klein · 10 years ago
  95. 11a2c50 add tools/dm_flags.py by mtklein · 10 years ago