Skip to content

Commit

Permalink
[wasm][aot][tests] Disable tests causing crash - System.Text.Encoding…
Browse files Browse the repository at this point in the history
…s.Web.Tests

With these tests disabled, the test run doesn't crash, and can be
reenabled for AOT.

Issue: dotnet#50965
  • Loading branch information
radical committed Jun 10, 2021
1 parent a4b3772 commit 1c4c231
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public static bool IsCharacterAllowed(this TextEncoderSettings settings, char ch
}
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/50965", TestPlatforms.Browser)]
public class TextEncoderSettingsTests
{
[Fact]
Expand Down
3 changes: 0 additions & 3 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@
<!-- Issue: https://github.com/dotnet/runtime/issues/51677 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj" />

<!-- Issue: https://github.com/dotnet/runtime/issues/50965 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Encodings.Web\tests\System.Text.Encodings.Web.Tests.csproj" />

<!-- Issue: https://github.com/dotnet/runtime/issues/51678 -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Loader\tests\System.Runtime.Loader.Tests.csproj" />

Expand Down

0 comments on commit 1c4c231

Please sign in to comment.