Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip ExportPkcs7_Empty test on mobile platforms #59626

Merged
merged 2 commits into from
Sep 27, 2021

Conversation

steveisok
Copy link
Member

The test made it through and was failing on CI. PKCS#7 export is not supported on mobile platforms.

The test made it through and was failing on CI.  PKCS#7 export is not supported on mobile platforms.
@ghost
Copy link

ghost commented Sep 27, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

The test made it through and was failing on CI. PKCS#7 export is not supported on mobile platforms.

Author: steveisok
Assignees: -
Labels:

area-System.Security

Milestone: -

@@ -154,7 +154,6 @@ int32_t AndroidCryptoNative_X509ExportPkcs7(jobject* /*X509Certificate[]*/ certs
int32_t* outLen)
{
abort_if_invalid_pointer_argument (certs);
abort_if_negative_integer_argument (certsLen);
Copy link
Member

Choose a reason for hiding this comment

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

This seems distinct from disabling a test... should it really be part of the same change?

Copy link
Member Author

Choose a reason for hiding this comment

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

I can throw up a separate PR. I originally thought it was going to skip android, but realized it was failing for a completely different reason.

Copy link
Member

Choose a reason for hiding this comment

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

Ah, OK, so this is fixing Android and disabling it on iOS/tvOS.

Separate changes would be more ideal... but why respin CI?

@bartonjs
Copy link
Member

Opened #59678 for the test failures.

@bartonjs bartonjs merged commit a526f96 into dotnet:main Sep 27, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants