Created
July 8, 2017 06:06
-
-
Save KostaVlev/a751d1efe2ae04deb32abfd67939d4ec to your computer and use it in GitHub Desktop.
Stack Trace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(points: [{X=0, Y=0}, {X=0, Y=0}, {X=0, Y=0}], types: [0, 0, 0], startIndex: -1, endIndex: 2) [FAIL | |
] | |
System.ArgumentException : Parameter is not valid. | |
Stack Trace: | |
F:\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs(209,0): at System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(PointF[]& points, Byte[]& types, Int32 start | |
Index, Int32 endIndex) | |
F:\corefx\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathIteratorTests.cs(375,0): at System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced( | |
PointF[] points, Byte[] types, Int32 startIndex, Int32 endIndex) | |
System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(points: [{X=0, Y=0}, {X=0, Y=0}, {X=0, Y=0}], types: [0, 0, 0], startIndex: -2147483648, endIndex: | |
2) [FAIL] | |
System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll'. | |
Stack Trace: | |
at System.Drawing.SafeNativeMethods.ZeroMemory(IntPtr destination, UIntPtr length) | |
F:\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs(227,0): at System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(PointF[]& points, Byte[]& types, Int32 start | |
Index, Int32 endIndex) | |
F:\corefx\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathIteratorTests.cs(375,0): at System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced( | |
PointF[] points, Byte[] types, Int32 startIndex, Int32 endIndex) | |
System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(points: [{X=0, Y=0}, {X=0, Y=0}, {X=0, Y=0}], types: [0, 0, 0], startIndex: 0, endIndex: 3) [FAIL] | |
System.ArgumentException : Parameter is not valid. | |
Stack Trace: | |
F:\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs(209,0): at System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(PointF[]& points, Byte[]& types, Int32 start | |
Index, Int32 endIndex) | |
F:\corefx\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathIteratorTests.cs(375,0): at System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced( | |
PointF[] points, Byte[] types, Int32 startIndex, Int32 endIndex) | |
System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(points: [{X=0, Y=0}, {X=0, Y=0}, {X=0, Y=0}], types: [0, 0, 0], startIndex: 0, endIndex: 214748364 | |
7) [FAIL] | |
System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll'. | |
Stack Trace: | |
at System.Drawing.SafeNativeMethods.ZeroMemory(IntPtr destination, UIntPtr length) | |
F:\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs(227,0): at System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(PointF[]& points, Byte[]& types, Int32 start | |
Index, Int32 endIndex) | |
F:\corefx\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathIteratorTests.cs(375,0): at System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced( | |
PointF[] points, Byte[] types, Int32 startIndex, Int32 endIndex) | |
System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(points: [{X=0, Y=0}, {X=0, Y=0}, {X=0, Y=0}], types: [0, 0, 0], startIndex: 2, endIndex: 0) [FAIL] | |
System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll'. | |
Stack Trace: | |
at System.Drawing.SafeNativeMethods.ZeroMemory(IntPtr destination, UIntPtr length) | |
F:\corefx\src\System.Drawing.Common\src\System\Drawing\Drawing2D\GraphicsPathIterator.cs(227,0): at System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(PointF[]& points, Byte[]& types, Int32 start | |
Index, Int32 endIndex) | |
F:\corefx\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathIteratorTests.cs(375,0): at System.Drawing.Drawing2D.Tests.GraphicsPathIteratorTests.CopyData_StartEndIndexesOutOfRange_ReturnsExpeced( | |
PointF[] points, Byte[] types, Int32 startIndex, Int32 endIndex) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment