Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Adding System.Drawing.Common.Drawing2D GraphicsPathIterator tests. #20711 #22157

Merged
merged 2 commits into from Jul 12, 2017

Conversation

KostaVlev
Copy link

Converting mono GraphicsPathIterator tests and adding few new.

Test CopyData_StartEndIndexesOutOfRange_ReturnsExpeced() fails with exception System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll' , issue is tracked in (#22026). (#20711)

…s. Test CopyData_StartEndIndexesOutOfRange_ReturnsExpeced() fails with exception System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll' , issue is tracked in (#22026). (#20711)

//[ConditionalTheory(nameof(PlatformDetection) + "." + nameof(PlatformDetection.IsNotWindowsNanoServer))]
//[MemberData(nameof(CopyData_StartEndIndexesOutOfRange_TestData))]
//public void CopyData_StartEndIndexesOutOfRange_ReturnsExpeced(PointF[] points, byte[] types, int startIndex, int endIndex)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you uncomment this, and instead add an [ActiveIssue(22026)] attribute? This will prevent it from running, but will still compile the code.

@mellinoe
Copy link
Contributor

LGTM, just left one comment. Thanks for the continued help!

@mellinoe
Copy link
Contributor

Looks good, I'll merge this when the CI is green. Thanks again!

@stephentoub stephentoub merged commit d57ac4d into dotnet:master Jul 12, 2017
@karelz karelz modified the milestone: 2.1.0 Jul 14, 2017
pjanotti pushed a commit to pjanotti/corefx that referenced this pull request Jul 20, 2017
…0711 (dotnet#22157)

* Adding System.Drawing.Common.Drawing2D GraphicsPathIteratorTests tests. Test CopyData_StartEndIndexesOutOfRange_ReturnsExpeced() fails with exception System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll' , issue is tracked in (#22026). (#20711)

* Adding [ActiveIssue(22026)] attribute to CopyData_StartEndIndexesOutOfRange_ReturnsExpeced()
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…tnet/corefx#20711 (dotnet/corefx#22157)

* Adding System.Drawing.Common.Drawing2D GraphicsPathIteratorTests tests. Test CopyData_StartEndIndexesOutOfRange_ReturnsExpeced() fails with exception System.EntryPointNotFoundException : Unable to find an entry point named 'ZeroMemory' in DLL 'kernel32.dll' , issue is tracked in (dotnet/corefx#22026). (dotnet/corefx#20711)

* Adding [ActiveIssue(22026)] attribute to CopyData_StartEndIndexesOutOfRange_ReturnsExpeced()


Commit migrated from dotnet/corefx@d57ac4d
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants