6 instantiations of SkipTestException
System.Drawing.Common.Tests (6)
mono\System.Drawing\GraphicsTests.cs (3)
2196
throw new
SkipTestException
("Precision on float numbers");
2230
throw new
SkipTestException
("Precision on float numbers");
2275
throw new
SkipTestException
("Precision on float numbers");
System\Drawing\BitmapTests.cs (2)
730
throw new
SkipTestException
("GDI+ 1.1 is not supported");
736
throw new
SkipTestException
("Arm precision");
System\Drawing\ImageTests.cs (1)
648
throw new
SkipTestException
("This is a known bug for .NET Framework");
1 reference to SkipTestException
Microsoft.DotNet.XUnitExtensions (1)
src\Microsoft.DotNet.XUnitExtensions.Shared\SkippedTestMessageBus.cs (1)
45
if (exceptionType == typeof(
SkipTestException
).FullName)