Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
large files are currently not supported on WASM
  • Loading branch information
adamsitnik committed Oct 15, 2021
commit a7e77b5f6983b0607b68f63a52d5c8ddeaf2774f
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public void NegativeReadRootThrows()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/45954", TestPlatforms.Browser)]
public void NoInt32OverflowInTheBufferingLogic()
{
const long positon1 = 10;
Expand Down