1. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  2. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  3. fda8807 Convert some unit tests from running on GL contexts to running on all contexts by bsalomon · 8 years ago
  4. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  5. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  6. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  7. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  8. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  9. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  10. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  11. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  12. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  13. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  14. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  15. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  16. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  17. 55eeae9 Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTS by kkinnunen · 9 years ago
  18. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  19. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  20. 87f3ba4 Simplify skiatest framework. by halcanary · 10 years ago
  21. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  22. 0ee2627 When running DM, write test failures to json. by scroggo · 10 years ago
  23. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  24. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  25. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  26. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  27. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  28. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  29. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  30. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  31. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  32. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  33. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  34. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 10 years ago
  35. 04bfdc3 Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.chromium.org/144343004/) by commit-bot@chromium.org · 10 years ago
  36. 5683acd Add --skip_cpu and --skip_gpu options to tests by commit-bot@chromium.org · 10 years ago
  37. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  38. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  39. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  40. 07e97fc path ops work in progress by caryclark@google.com · 11 years ago
  41. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 11 years ago
  42. c76218d Fix bug in setting directories for tests. by scroggo@google.com · 11 years ago
  43. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 11 years ago
  44. 0506b9d Make it clearer what's going on at the end of tests. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  45. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  46. 16cfe40 allow tests to optionally use multiple threads by caryclark@google.com · 11 years ago
  47. db60de7 shape ops test fixes by caryclark@google.com · 11 years ago
  48. d54e1e9 add extended option to Test by caryclark@google.com · 11 years ago
  49. cb62650 Add --resourcePath flag to the test program. by djsollen@google.com · 11 years ago
  50. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  51. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  52. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  53. bdb1be5 Added cache stats printout to tests by robertphillips@google.com · 12 years ago
  54. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  55. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  56. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  57. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
  58. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  59. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  60. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 15 years ago
  61. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  62. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago