Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Skip zip test on wasm #114801

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

Merged
merged 2 commits into from
Apr 17, 2025
Merged

Skip zip test on wasm #114801

merged 2 commits into from
Apr 17, 2025

Conversation

carlossanlop
Copy link
Member

@Copilot Copilot AI review requested due to automatic review settings April 17, 2025 19:36
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

The purpose of the PR is to address test failures on the WASM platform by skipping execution of specific tests under that environment.

  • Added the SkipOnPlatform attribute to tests failing on Browser/WASM in the ZipArchive and ZipFile test suites.
  • Updated three test files to conditionally disable execution on the Browser platform.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/libraries/System.IO.Compression/tests/ZipArchive/zip_InvalidParametersAndStrangeFiles.cs Added SkipOnPlatform attribute to skip a test on Browser.
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Extract.cs Added SkipOnPlatform attribute to the ZipFile class to disable tests on Browser.
src/libraries/System.IO.Compression.ZipFile/tests/ZipFile.Extract.Stream.cs Added SkipOnPlatform attribute to the ZipFile_Extract_Stream class to skip tests on Browser.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-io-compression
See info in area-owners.md if you want to be subscribed.

@carlossanlop
Copy link
Member Author

/ba-g Fast merge to unblock CIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants