Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
b2004f76e2ac8395ca93dfa444011120e3223197
/
tests
/
Test.cpp
e54c75f
remove SkError
by Mike Klein
· 8 years ago
ec4d4d7
Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow.
by benjaminwagner
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
87f3ba4
Simplify skiatest framework.
by halcanary
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
0ee2627
When running DM, write test failures to json.
by scroggo
· 10 years ago
9e61bb7
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
1080596
Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/)
by bsalomon
· 10 years ago
a90ed4e
Make the Sk GL context class an abstract base class
by kkinnunen
· 10 years ago
406654b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
2460bbd
Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://codereview.chromium.org/531653002/)
by mtklein
· 10 years ago
9c7207b
SkThreadPool ~~> SkTaskGroup
by mtklein
· 10 years ago
bcbc178
Refactor how we handle resources path in Tests.
by tfarina
· 10 years ago
880914c
Reland "Clean up Test's resourcePath code."
by tfarina
· 10 years ago
91359be
Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/)
by mtklein
· 10 years ago
52e4f41
Clean up resourcePath code.
by tfarina
· 10 years ago
4431e77
Mike R: please sanity check SkPostConfig.h
by commit-bot@chromium.org
· 11 years ago
4472301
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
0dc5bd1
Let DM run unit tests.
by commit-bot@chromium.org
· 11 years ago
79e1326
Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)
by commit-bot@chromium.org
· 11 years ago
6bd250a
Let DM run unit tests.
by commit-bot@chromium.org
· 11 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
5867481
Remove unnamed namespace usage from tests/
by tfarina@chromium.org
· 11 years ago
ab1c138
Fix compilation with SK_ENABLE_INST_COUNT=1
by commit-bot@chromium.org
· 11 years ago
8d0a524
harden and speed up path op unit tests
by caryclark@google.com
· 11 years ago
1f79286
Refactor: clean up some unused or mostly-unused API I saw here.
by commit-bot@chromium.org
· 11 years ago
8dd94f0
Avoid side effects related to skia error callbacks in the testing infrastructure
by humper@google.com
· 12 years ago
c7e08bd
Also proxy bumpTestCount.
by commit-bot@chromium.org
· 12 years ago
e1c5429
Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults.
by commit-bot@chromium.org
· 12 years ago
0506b9d
Make it clearer what's going on at the end of tests. BUG= R=reed@google.com
by commit-bot@chromium.org
· 12 years ago
197845a
Add --threads to tests binary, to run non-GPU tests on multiple cores.
by commit-bot@chromium.org
· 12 years ago
d54e1e9
add extended option to Test
by caryclark@google.com
· 12 years ago
67b915d
Make GPU unit tests use GrContexts of different GL types.
by bsalomon@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
83a853a
Fix the gr/gl destruction order in Test.cpp
by bsalomon@google.com
· 12 years ago
0945bde
Fix test app to ensure that we destroy our GPU resources.
by djsollen@google.com
· 12 years ago
16e3dde
Platform/Engine -> Backend createPlatform -> wrapBackend
by bsalomon@google.com
· 12 years ago
a22e211
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
by robertphillips@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
6bf38b5
Move GL-specific include files to their own subdirectory, to better
by tomhudson@google.com
· 13 years ago
57f5d98
Recommit r2510 now that mac build bot issue has been fixed.
by bsalomon@google.com
· 13 years ago
d92780b
Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday.
by bsalomon@google.com
· 13 years ago
d47fafe
Add test that validates GrGLInterfaces
by bsalomon@google.com
· 13 years ago
373a663
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm
by bsalomon@google.com
· 13 years ago
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
a8e686e
Make program unit test run clean and add it to tests program
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
82065d6
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
by reed@google.com
· 14 years ago
4516f47
use sk_bzero instead of bzero, since it isn't always available.
by reed@android.com
· 15 years ago
eeb3b7f
support -android mode when running tests, which spews out android specific
by reed@android.com
· 16 years ago
ed67331
add initial unittest framework (tests)
by reed@android.com
· 16 years ago