1. 5a8f3e4 Reland "Enable Programs (formerly GLPrograms) test for other APIs" by Jim Van Verth · 4 years, 9 months ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  4. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  5. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  6. 7c59774 Convert some unit tests from NullGL to Mock context by Brian Osman · 5 years ago
  7. 4d907da move Reporter::reportFailedWithContext() out of line by Mike Klein · 5 years ago
  8. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  9. b07ed8f SkQP: revert change that broke something by Hal Canary · 6 years ago
  10. b52c273 SkQP: SK_DO_NOT_REGISTER_NONGPU_UNIT_TESTS no longer uses __attribute_ by Hal Canary · 6 years ago
  11. c1b1311 SkQP: reduce lib size by 10% by Hal Canary · 6 years ago
  12. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  13. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  14. a80a012 Revert "implemented metal gpu backend texture upload testing" by Timothy Liang · 6 years ago
  15. 36848f6 implemented metal gpu backend texture upload testing by Timothy Liang · 6 years ago
  16. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  17. 1c80e99 Allow printf style var args for messages in REPORTER_ASSERT. by Brian Salomon · 6 years ago
  18. dcfca43 Use GrContextFactories that produce a single GrContext in unit tests. by Brian Salomon · 7 years ago
  19. 0b6a3e4 Revert "Revert "Fix Debian9-Clang build"" by Robert Phillips · 7 years ago
  20. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  21. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  22. dd992c4 Revert "Fix Debian9-Clang build" by Robert Phillips · 7 years ago
  23. 08d73a4 Fix Debian9-Clang build by Robert Phillips · 7 years ago
  24. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  25. b323a5e sprinkle more tracing in GM, tests, and ok, and add TRACE_FUNC by Mike Klein · 7 years ago
  26. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  27. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  28. 287f651 Add a context stack to Reporter, for better error messages by Brian Osman · 8 years ago
  29. 11abd8d Explicit control in tools of ANGLE frontend and backend by bsalomon · 8 years ago
  30. ab87d7a coin debugging runs all tests in extended by Cary Clark · 8 years ago
  31. 4b65666 SkDocument/PDF: new API by halcanary · 8 years ago
  32. 68d9134 Make more unit tests run on Vulkan by bsalomon · 8 years ago
  33. fda8807 Convert some unit tests from running on GL contexts to running on all contexts by bsalomon · 8 years ago
  34. dc0fcd4 Vulkan config in dm by bsalomon · 8 years ago
  35. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  36. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  37. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  38. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  39. 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
  40. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  41. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  42. 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
  43. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  44. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  45. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  46. 7d57124 Unit Tests: eliminate stray SkDebugf()s. by halcanary · 8 years ago
  47. 55eeae9 Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTS by kkinnunen · 9 years ago
  48. 179a8f5 Generate list of GPU contexts outside SurfaceTest tests by kkinnunen · 9 years ago
  49. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 9 years ago
  50. 87f3ba4 Simplify skiatest framework. by halcanary · 10 years ago
  51. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  52. 0ee2627 When running DM, write test failures to json. by scroggo · 10 years ago
  53. 406654b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  54. 2460bbd Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/) by mtklein · 10 years ago
  55. 9c7207b SkThreadPool ~~> SkTaskGroup by mtklein · 10 years ago
  56. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  57. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  58. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  59. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  60. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  61. 0dc5bd1 Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  62. 79e1326 Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) by commit-bot@chromium.org · 10 years ago
  63. 6bd250a Let DM run unit tests. by commit-bot@chromium.org · 10 years ago
  64. 5a47b09 Reland "Add --skip_cpu and --skip_gpu options to tests" by commit-bot@chromium.org · 10 years ago
  65. 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
  66. 5683acd Add --skip_cpu and --skip_gpu options to tests by commit-bot@chromium.org · 10 years ago
  67. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  68. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  69. bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
  70. 07e97fc path ops work in progress by caryclark@google.com · 11 years ago
  71. 1f79286 Refactor: clean up some unused or mostly-unused API I saw here. by commit-bot@chromium.org · 11 years ago
  72. c76218d Fix bug in setting directories for tests. by scroggo@google.com · 11 years ago
  73. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 11 years ago
  74. 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
  75. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  76. 16cfe40 allow tests to optionally use multiple threads by caryclark@google.com · 11 years ago
  77. db60de7 shape ops test fixes by caryclark@google.com · 11 years ago
  78. d54e1e9 add extended option to Test by caryclark@google.com · 11 years ago
  79. cb62650 Add --resourcePath flag to the test program. by djsollen@google.com · 11 years ago
  80. 789c6f2 add --tmpDir foo option to tests, to allow unittests that want to write/read files by reed@google.com · 11 years ago
  81. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 11 years ago
  82. 0945bde Fix test app to ensure that we destroy our GPU resources. by djsollen@google.com · 12 years ago
  83. bdb1be5 Added cache stats printout to tests by robertphillips@google.com · 12 years ago
  84. 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
  85. a22e211 Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) by robertphillips@google.com · 12 years ago
  86. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  87. 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
  88. a8e686e Make program unit test run clean and add it to tests program by bsalomon@google.com · 13 years ago
  89. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  90. eeb3b7f support -android mode when running tests, which spews out android specific by reed@android.com · 15 years ago
  91. 80e39a7 cleanup formating (e.g. no trailing spaces) by reed@android.com · 15 years ago
  92. ed67331 add initial unittest framework (tests) by reed@android.com · 15 years ago