..
TestXCode /Tests.xcodeproj
migrate more legacy unittests into tests/
2009-03-07 03:39:23 +00:00
AAClipTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
AnnotationTest.cpp
[PDF] Add link annotations.
2012-07-13 20:06:02 +00:00
AtomicTest.cpp
Add a skia method to perform an atomic add.
2012-07-16 16:51:28 +00:00
BitmapCopyTest.cpp
When copying a bitmap, copy the generation ID.
2012-08-22 15:00:05 +00:00
BitmapGetColorTest.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
BitSetTest.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
BlitRowTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
BlurTest.cpp
Remove warnings (trailing \, signed vs unsigned, parenthesization).
2011-10-27 15:27:51 +00:00
CanvasTest.cpp
Implement multi-threaded picture playback via cloning.
2012-08-29 18:52:07 +00:00
ClampRangeTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ClipCacheTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ClipCubicTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ClipperTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ClipStackTest.cpp
Shut up some Mac (xcode 3) warnings
2012-09-05 17:40:04 +00:00
ColorFilterTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ColorTest.cpp
Privatization:
2012-08-07 21:35:13 +00:00
DataRefTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
DeferredCanvasTest.cpp
Shut up some Mac (xcode 3) warnings
2012-09-05 17:40:04 +00:00
DequeTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
DrawBitmapRectTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
DrawPathTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
DrawTextTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
EmptyPathTest.cpp
fix warnings on Mac in tests
2012-06-06 12:03:39 +00:00
FillPathTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
FlatDataTest.cpp
Fix broken test.
2012-08-14 19:30:20 +00:00
FlateTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
FontHostStreamTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
FontHostTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
GeometryTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
GLInterfaceValidation.cpp
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system.
2012-08-03 15:00:52 +00:00
GLProgramsTest.cpp
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags
2012-09-11 15:45:20 +00:00
GpuBitmapCopyTest.cpp
Fix GPU-less build.
2012-08-22 15:14:43 +00:00
GradientTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
GrContextFactoryTest.cpp
GrContextFactory can now expose the GLContext it is using.
2012-08-14 22:02:48 +00:00
GrMemoryPoolTest.cpp
Fixed compilation issue when instance counting is disabled
2012-08-21 15:16:41 +00:00
InfRectTest.cpp
speedup SkRect::isFinite() (almost 2x)
2012-05-16 13:35:36 +00:00
MathTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
Matrix44Test.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
MatrixTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
MemsetTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
MetaDataTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
PackBitsTest.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
PaintTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ParsePathTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
PathCoverageTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
PathMeasureTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
PathTest.cpp
fix fragile cubic stepper, where we want to assert that each tesselated segment
2012-09-14 15:18:41 +00:00
PDFPrimitivesTest.cpp
[PDF] Add link annotations.
2012-07-13 20:06:02 +00:00
PictureUtilsTest.cpp
Updated make_filepath test to reflect changes in picture_utils. TBR
2012-07-13 18:43:39 +00:00
PipeTest.cpp
Ensure that Pipe does not crash when attempting to draw after endRecording.
2012-08-14 20:38:28 +00:00
PointTest.cpp
Change comment in PointTest to refer to GCC bug
2012-08-27 13:14:46 +00:00
PremulAlphaRoundTripTest.cpp
Remove _UPM_ GrPixelConfigs
2012-08-20 19:22:38 +00:00
QuickRejectTest.cpp
Create macro for registering classes for deserialization
2012-03-26 17:57:35 +00:00
Reader32Test.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
ReadPixelsTest.cpp
In which a series of things around attachToCanvas and writePixels are fixed
2012-08-29 21:26:13 +00:00
ReadWriteAlphaTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
RefCntTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
RefDictTest.cpp
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
2012-08-16 14:58:06 +00:00
RegionTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
RTreeTest.cpp
Address warnings from clang build bot
2012-09-13 13:25:30 +00:00
ScalarTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ShaderOpacityTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
Sk64Test.cpp
remove SK_CAN_USE_FLOAT (deprecated)
2012-06-11 21:21:26 +00:00
skia_test.cpp
Added cache stats printout to tests
2012-09-07 18:24:43 +00:00
SortTest.cpp
Added an overload of SkTQSort that sorts an array of values, rather than an array of pointers.
2012-08-28 14:40:49 +00:00
SrcOverTest.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
StreamTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
StringTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
TDLinkedListTest.cpp
Refactored GrDLinkedList into SkTDLinkedList
2012-08-23 11:13:48 +00:00
Test.cpp
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
2012-08-16 14:58:06 +00:00
Test.h
Added cache stats printout to tests
2012-09-07 18:24:43 +00:00
TestClassDef.h
Skip test GLPrograms test when GL or Gr context can't be created.
2011-08-24 03:29:11 +00:00
TestSize.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
TLSTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
ToUnicode.cpp
Fixed Windows compiler complaints
2012-07-10 17:30:58 +00:00
TriangulationTest.cpp
Automatic update of all copyright notices to reflect new license terms.
2011-07-28 14:26:00 +00:00
UnicodeTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00
UtilsTest.cpp
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
2012-08-16 14:58:06 +00:00
valgrind.supp
Close a couple of minor memory leaks, add a valgrind suppression file to
2012-03-15 18:16:39 +00:00
WArrayTest.cpp
Fix metrics test to no longer include the cpp.
2012-06-25 17:01:46 +00:00
WritePixelsTest.cpp
In which a series of things around attachToCanvas and writePixels are fixed
2012-08-29 21:26:13 +00:00
Writer32Test.cpp
truncate our llist w/ null during rewind.
2012-08-31 20:17:56 +00:00
XfermodeTest.cpp
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/ )
2012-08-23 18:14:13 +00:00