aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
Commit message (Expand)AuthorAge
* Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTSGravatar kkinnunen2015-12-10
* Generate list of GPU contexts outside SurfaceTest testsGravatar kkinnunen2015-11-20
* SkPDF: clean up overuse of SK_SUPPORT_PDFGravatar halcanary2015-08-11
* Simplify skiatest framework.Gravatar halcanary2015-01-20
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* When running DM, write test failures to json.Gravatar scroggo2014-11-07
* SkThreadPool ~~> SkTaskGroupGravatar mtklein2014-09-03
* Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...Gravatar mtklein2014-09-03
* SkThreadPool ~~> SkTaskGroupGravatar mtklein2014-09-03
* Preprend Test to test function name generated by DEF_TEST() macro.Gravatar tfarina2014-06-24
* Refactor how we handle resources path in Tests.Gravatar tfarina2014-06-18
* Reland "Clean up Test's resourcePath code."Gravatar tfarina2014-06-09
* Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org...Gravatar mtklein2014-06-08
* Clean up resourcePath code.Gravatar tfarina2014-06-07
* Let DM run unit tests.Gravatar commit-bot@chromium.org2014-02-26
* Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)Gravatar commit-bot@chromium.org2014-02-25
* Let DM run unit tests.Gravatar commit-bot@chromium.org2014-02-25
* Reland "Add --skip_cpu and --skip_gpu options to tests"Gravatar commit-bot@chromium.org2014-01-30
* Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview....Gravatar commit-bot@chromium.org2014-01-28
* Add --skip_cpu and --skip_gpu options to testsGravatar commit-bot@chromium.org2014-01-28
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Add REPORTF test macro.Gravatar halcanary@google.com2014-01-10
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* path ops work in progressGravatar caryclark@google.com2013-07-08
* Refactor: clean up some unused or mostly-unused API I saw here.Gravatar commit-bot@chromium.org2013-06-18
* Fix bug in setting directories for tests.Gravatar scroggo@google.com2013-06-06
* Also proxy bumpTestCount.Gravatar commit-bot@chromium.org2013-04-23
* Make it clearer what's going on at the end of tests.Gravatar commit-bot@chromium.org2013-04-22
* Add --threads to tests binary, to run non-GPU tests on multiple cores.Gravatar commit-bot@chromium.org2013-04-19
* allow tests to optionally use multiple threadsGravatar caryclark@google.com2013-04-18
* shape ops test fixesGravatar caryclark@google.com2013-04-11
* add extended option to TestGravatar caryclark@google.com2013-04-10
* Add --resourcePath flag to the test program.Gravatar djsollen@google.com2013-03-20
* add --tmpDir foo option to tests, to allow unittests that want to write/read ...Gravatar reed@google.com2013-02-25
* Make GPU unit tests use GrContexts of different GL types.Gravatar bsalomon@google.com2013-02-04
* Fix test app to ensure that we destroy our GPU resources.Gravatar djsollen@google.com2012-11-29
* Added cache stats printout to testsGravatar robertphillips@google.com2012-09-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* support -android mode when running tests, which spews out android specificGravatar reed@android.com2009-04-09
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27