Skip to content

Commit 3330c83

Browse files
authored
[wasm] Update path to regex tests project, to be excluded for AOT (#66044)
The project path changed in b4c746b, causing the project to not get excluded on CI, and causing OOM failures on rolling builds.
1 parent 1ad0540 commit 3330c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!-- Wasm aot on all platforms -->
3434
<ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true'">
3535
<!-- https://github.com/dotnet/runtime/issues/61756 -->
36-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
36+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
3737

3838
<!-- https://github.com/dotnet/runtime/issues/65356 - OOM while linking -->
3939
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn3.11.Tests.csproj" />

0 commit comments

Comments
 (0)