SkiaSharp/tests/Tests
Matthew Leibowitz 93a8edf36b Merge remote-tracking branch 'origin/dev/dotnet-6.0' into develop 2021-04-04 22:31:34 +02:00
..
GlContexts Vulkan Support for Win32 (and APIs for everyone as well) (#1010) 2020-05-14 03:01:38 +02:00
PlatformUtils Add iOS device tests (#1638) 2021-02-21 18:11:28 +02:00
Properties Resolve some concurrency issues (#1200) 2020-04-03 13:25:20 +02:00
Xunit Resolve some concurrency issues (#1200) 2020-04-03 13:25:20 +02:00
ApiTests.cs Generate the interop with harfbuzz (#1447) 2020-10-07 15:34:05 +02:00
BaseTest.cs Bits to update to .net 6 2021-04-04 22:28:38 +02:00
EnumMappingsTest.cs Vulkan Support for Win32 (and APIs for everyone as well) (#1010) 2020-05-14 03:01:38 +02:00
Extensions.cs [harfbuzz] Allow loading face by table data (#862) 2019-06-18 16:33:10 +02:00
GRContextTest.cs Expose IsAbandoned in the C# API (#1659) 2021-03-15 10:25:16 +02:00
GRGlInterfaceTest.cs Load specific native libraries on desktop/netfx 2020-06-19 01:49:29 +02:00
GarbageCleanupFixture.cs Add Tests for Mobile (Android and iOS) (#1630) 2021-02-18 15:10:08 +02:00
HBBlobTest.cs [harfbuzz] Allow loading face by table data (#862) 2019-06-18 16:33:10 +02:00
HBBufferTest.cs Add int unicode overloads to be more consistent (#972) 2019-10-24 14:57:48 -04:00
HBCommonTest.cs Update HarfBuzz to v2.5.3 (#904) 2019-07-13 07:33:15 +02:00
HBFaceTest.cs A few tweaks to harfbuzz (#915) 2019-07-21 21:15:59 +02:00
HBFeatureTest.cs Generate the interop with harfbuzz (#1447) 2020-10-07 15:34:05 +02:00
HBFontFuncsTest.cs A few changes to the way ArrayPool is used 2020-04-11 14:56:37 +02:00
HBFontTest.cs A few changes to the way ArrayPool is used 2020-04-11 14:56:37 +02:00
HBScriptTest.cs A few tweaks to harfbuzz (#915) 2019-07-21 21:15:59 +02:00
HBTest.cs [harfbuzz] Allow loading face by table data (#862) 2019-06-18 16:33:10 +02:00
HBUnicodeFuncsTest.cs Add int unicode overloads to be more consistent (#972) 2019-10-24 14:57:48 -04:00
ManagedStream.cs make sure the encoding is correct 2018-07-12 16:59:13 +02:00
NonSeekableReadOnlyStream.cs make sure the encoding is correct 2018-07-12 16:59:13 +02:00
SKBasicTypesTest.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKBitmapTest.cs Add iOS device tests (#1638) 2021-02-21 18:11:28 +02:00
SKCanvasTest.cs Add a few APIs that make things better later (#1603) 2021-02-03 00:16:43 +02:00
SKCodecTest.cs Add support for reading the Exif SubIFD (#1518) 2020-10-12 23:04:10 +02:00
SKColorFTest.cs Expose SKPaint.ColorF (#1325) 2020-06-10 04:07:44 +02:00
SKColorSpaceStructsTest.cs Update to a much later version of skia (m80) (#986) 2020-04-28 22:20:20 +02:00
SKColorSpaceTest.cs Update to a much later version of skia (m80) (#986) 2020-04-28 22:20:20 +02:00
SKColorTableTest.cs marking everything with color tables as obsolete 2018-07-21 22:51:30 +02:00
SKColorTest.cs Add Tests for Mobile (Android and iOS) (#1630) 2021-02-18 15:10:08 +02:00
SKDataTest.cs Fix issue when creating SKData from a non-seekable stream (#1411) 2020-07-16 04:40:53 +02:00
SKDocumentTest.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKDrawableTest.cs Re-work the managed-native types (#900) 2019-07-30 03:26:21 +02:00
SKFontManagerTest.cs Add Tests for Mobile (Android and iOS) (#1630) 2021-02-18 15:10:08 +02:00
SKFontStyleSetTest.cs Make sure to not dispose system fonts (#1224) 2020-04-11 19:48:05 +02:00
SKFontTest.cs SKTypeface does not count bytes but glyphs (#1399) 2020-07-14 02:16:50 +02:00
SKFrontBufferedManagedStreamTest.cs Re-work the managed-native types (#900) 2019-07-30 03:26:21 +02:00
SKFrontBufferedStreamTest.cs make sure the encoding is correct 2018-07-12 16:59:13 +02:00
SKGraphicsTest.cs Add a few more GPU debugging members (#1478) 2020-08-25 14:34:58 +02:00
SKImageFilterTest.cs Merge filter factory overloads now accept null arguments (#1185) 2020-03-21 21:25:46 +02:00
SKImageTest.cs Add Tests for Mobile (Android and iOS) (#1630) 2021-02-18 15:10:08 +02:00
SKManagedStreamTest.cs Don't allocate arrays when copying streams (#1510) 2020-09-26 19:06:36 +02:00
SKManagedWStreamTest.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKMaskTest.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKMatrix44Tests.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKMatrixTests.cs Ensure that SKMatrix.IsInvertible does not crash (#1527) 2020-10-10 15:29:09 +02:00
SKObjectTest.cs Add iOS device tests (#1638) 2021-02-21 18:11:28 +02:00
SKPaintTest.cs Handle invalid text correctly (#1438) 2020-07-31 13:57:22 +02:00
SKPathMeasureTest.cs Fixing issue #1187 (#1206) 2020-04-02 15:56:31 +02:00
SKPathTest.cs Expose SKPath.ToWinding (#1326) 2020-06-10 04:09:11 +02:00
SKPictureRecorderTest.cs Re-work the managed-native types (#900) 2019-07-30 03:26:21 +02:00
SKPictureTest.cs Update Uno Platform to v3.0 (#1489) 2020-10-01 17:56:09 +02:00
SKPixmapTest.cs Update to a much later version of skia (m80) (#986) 2020-04-28 22:20:20 +02:00
SKRegionTest.cs Added the rest of SKRegion members (#1125) 2020-02-05 15:59:15 +02:00
SKRotationScaleMatrixTests.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00
SKRoundRectTest.cs Improve the GPU APIs (#1294) 2020-05-17 22:11:59 +02:00
SKRuntimeEffectTest.cs Revert "Revert "Merge branch 'develop' into main"" 2021-03-13 06:09:56 +02:00
SKShaderTest.cs Improve the GPU APIs (#1294) 2020-05-17 22:11:59 +02:00
SKShaperTest.cs HarfBuzzSharp 2.6.1 (#929) 2019-09-28 16:18:59 +02:00
SKStreamTest.cs Re-work the managed-native types (#900) 2019-07-30 03:26:21 +02:00
SKStringTest.cs Some tests need to be skipped on CI without a GL 2017-12-14 03:19:59 +02:00
SKSurfaceTest.cs Add snapshots with bounds (#1357) 2020-06-26 22:58:00 +02:00
SKTest.cs Add iOS device tests (#1638) 2021-02-21 18:11:28 +02:00
SKTextBlobTest.cs Improve the GPU APIs (#1294) 2020-05-17 22:11:59 +02:00
SKTypefaceTest.cs SKTypeface does not count bytes but glyphs (#1399) 2020-07-14 02:16:50 +02:00
SystemDrawingTest.cs A few changes and improvements (#1153) 2020-02-27 15:12:00 +02:00