Skip to content

Commit 91509b1

Browse files
Fix native AOT outerloops (#122213)
We're now getting a linker crash.
1 parent 284c0ae commit 91509b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libraries/tests.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,10 @@
399399
</ItemGroup>
400400

401401
<ItemGroup Condition="'$(TestNativeAot)' == 'true' and '$(RunDisabledNativeAotTests)' != 'true'">
402+
<!-- https://github.com/dotnet/runtime/issues/119380 -->
403+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn4.4.Tests.csproj"
404+
Condition="'$(TargetOS)' == 'osx' and '$(TargetArchitecture)' == 'arm64'" />
405+
402406
<!-- https://github.com/dotnet/runtime/issues/108274 -->
403407
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Collections.Immutable\tests\System.Collections.Immutable.Tests.csproj" />
404408

0 commit comments

Comments
 (0)