-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stream conformance tests for standalone streams (#44069)
* Nullable-enable stream conformance tests * Add standalone stream conformance tests * Address PR feedback
- Loading branch information
1 parent
7a6ee5f
commit 7de7895
Showing
48 changed files
with
1,639 additions
and
3,818 deletions.
There are no files selected for viewing
1,620 changes: 1,272 additions & 348 deletions
1,620
src/libraries/Common/tests/Tests/System/IO/StreamConformanceTests.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj
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
1 change: 1 addition & 0 deletions
1
src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj
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
49 changes: 0 additions & 49 deletions
49
src/libraries/System.IO.FileSystem/tests/FileStream/Buffering_regression.cs
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/libraries/System.IO.FileSystem/tests/FileStream/CanRead.cs
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
src/libraries/System.IO.FileSystem/tests/FileStream/CanSeek.cs
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
src/libraries/System.IO.FileSystem/tests/FileStream/CanTimeout.cs
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/libraries/System.IO.FileSystem/tests/FileStream/CanWrite.cs
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.