Skip to content

Commit b9a55b4

Browse files
authored
[wasm] Disable wasm aot tests hitting OOM on all platforms (#65521)
1 parent ff78e04 commit b9a55b4

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/libraries/tests.proj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@
2323
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Generators.Tests/System.Text.RegularExpressions.Generators.Tests.csproj" />
2424
</ItemGroup>
2525

26-
<!-- Wasm aot on !windows -->
27-
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' != 'Windows'">
28-
<!-- https://github.com/dotnet/runtime/issues/61756 -->
29-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
30-
</ItemGroup>
31-
32-
<!-- Wasm aot on windows -->
33-
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' == 'Windows'">
26+
<!-- Wasm aot on all platforms -->
27+
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
3428
<!-- https://github.com/dotnet/runtime/issues/61756 -->
3529
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
3630

0 commit comments

Comments
 (0)