Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1975912

Browse files
[apple-mobile] Disable TLSWitLoadedDlls for Apple mobile (#111356)
Co-authored-by: Matous Kozak <[email protected]>
1 parent 01ad3ef commit 1975912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/JIT/Directed/tls/TestTLSWithLoadedDlls.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<RequiresProcessIsolation>true</RequiresProcessIsolation>
55
<ReferenceXUnitWrapperGenerator>false</ReferenceXUnitWrapperGenerator>
66
<NativeAotIncompatible>true</NativeAotIncompatible>
7+
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
8+
<CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
79
</PropertyGroup>
810
<PropertyGroup>
911
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)