aboutsummaryrefslogtreecommitdiff
path: root/tests/skia_test.cpp
AgeCommit message (Expand)Author
2014-10-29MultiPictureDraw is taskgroup aware.reed
2014-09-03SkThreadPool ~~> SkTaskGroupmtklein
2014-09-03Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...mtklein
2014-09-03SkThreadPool ~~> SkTaskGroupmtklein
2014-07-22share dm and command flagscaryclark
2014-06-18Refactor how we handle resources path in Tests.tfarina
2014-06-18Add basic stacktrace handler using libunwind.mtklein
2014-04-14Mike R: please sanity check SkPostConfig.hcommit-bot@chromium.org
2014-02-26Let DM run unit tests.commit-bot@chromium.org
2014-02-25Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)commit-bot@chromium.org
2014-02-25Let DM run unit tests.commit-bot@chromium.org
2014-01-30Reland "Add --skip_cpu and --skip_gpu options to tests"commit-bot@chromium.org
2014-01-28tests: add --veryVerbose / -Vcommit-bot@chromium.org
2014-01-28Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview....commit-bot@chromium.org
2014-01-28Add --skip_cpu and --skip_gpu options to testscommit-bot@chromium.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-23add leaks flag to show unref'd instscommit-bot@chromium.org
2014-01-02Make tests output spin on the same line by default.commit-bot@chromium.org
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-11-20GpuTest::GetContext() doesn't exist.commit-bot@chromium.org
2013-10-29tests: Provide a default resources path.commit-bot@chromium.org
2013-10-10SkThreadPool: tweak two little things that have been annoying mecommit-bot@chromium.org
2013-10-01In skia_test.cc, atomics -> mutex.commit-bot@chromium.org
2013-09-25Add skia_tsan_build to match skia_asan_build and fix one example race.bungeman@google.com
2013-08-30Add ShouldSkip variant that can read a --match flag directly.commit-bot@chromium.org
2013-08-29dump out sizeof(void*) in headerreed@google.com
2013-07-24refactor duplication (shouldSkip and skip_name) into a utility functionsglez@google.com
2013-07-23Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441epoger@google.com
2013-07-23refactor duplication (shouldSkip and skip_name) into a utility functionsglez@google.com
2013-07-16harden and speed up path op unit testscaryclark@google.com
2013-07-08path ops work in progresscaryclark@google.com
2013-06-18Refactor: clean up some unused or mostly-unused API I saw here.commit-bot@chromium.org
2013-06-06Fix bug in setting directories for tests.scroggo@google.com
2013-05-02fix error that ran no tests if no options were passedcaryclark@google.com
2013-05-02Allow unit tests to include or exclude test sets.caryclark@google.com
2013-04-22Unbreak -z. The LocalReporter shim layer was forcing the pathops options bac...commit-bot@chromium.org
2013-04-22Make it clearer what's going on at the end of tests.commit-bot@chromium.org
2013-04-22Add thread-per-core setting to SkThreadPool.commit-bot@chromium.org
2013-04-19Add --threads to tests binary, to run non-GPU tests on multiple cores.commit-bot@chromium.org
2013-04-18allow tests to optionally use multiple threadscaryclark@google.com
2013-04-11Better fix for the patched build.scroggo@google.com
2013-04-11restore option to --match (instead of --matchStr)reed@google.com
2013-04-11Fix build. Unreviewed.scroggo@google.com
2013-04-11use commandlineflags for tests/commit-bot@chromium.org
2013-04-11Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-10add extended option to Testcaryclark@google.com
2013-03-20Add --resourcePath flag to the test program.djsollen@google.com
2013-02-27Tests : Unused parameters cleanupsugoi@google.com
2013-02-25add --tmpDir foo option to tests, to allow unittests that want to write/read ...reed@google.com
2013-02-04Make GPU unit tests use GrContexts of different GL types.bsalomon@google.com