Skip to content

Commit df00775

Browse files
authored
[wasm] Re-enable JSON tests (#88883)
Should be fine to do this since #88876 was merged.
1 parent ef9a07c commit df00775

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/libraries/tests.proj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
<HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
3434

3535
<!-- https://github.com/dotnet/runtime/issues/61524 - OOM while linking -->
36-
<!-- Disabled due to crash - https://github.com/dotnet/runtime/issues/86164 -->
37-
<!--<HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />-->
36+
<HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
3837
</ItemGroup>
3938

4039
<!-- Samples which are too complex for CI -->
@@ -67,7 +66,7 @@
6766
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
6867

6968
<!-- Normally run with HighAOT, but disabling there, and for AOT - https://github.com/dotnet/runtime/issues/86164 -->
70-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
69+
<!-- <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" /> -->
7170
</ItemGroup>
7271

7372
<!-- Projects that don't support code coverage measurement. -->
@@ -550,7 +549,7 @@
550549
<!-- Don't want the default smoke tests - just verify that threading works -->
551550
<SmokeTestProject Remove="@(SmokeTestProject)" />
552551
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads\Wasm.Browser.Threads.Sample.csproj" />
553-
<!-- this sample is messy sandbox right now
552+
<!-- this sample is messy sandbox right now
554553
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads-minimal\Wasm.Browser.Threads.Minimal.Sample.csproj" />
555554
-->
556555
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />

0 commit comments

Comments
 (0)