File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Needed for CLRTestTargetUnsupported, CMakeProjectReference -->
4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
- <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
6
+ <!-- Swift interop is supported on Apple platforms only -->
7
7
<CLRTestTargetUnsupported Condition =" '$(TargetsOSX)' != 'true' and '$(TargetsAppleMobile)' != 'true'" >true</CLRTestTargetUnsupported >
8
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
9
+ <CLRTestTargetUnsupported Condition =" '$(RuntimeFlavor)' != 'mono'" >true</CLRTestTargetUnsupported >
8
10
</PropertyGroup >
9
11
<ItemGroup >
10
12
<Compile Include =" $(MSBuildProjectName).cs" />
Original file line number Diff line number Diff line change 3
3
<!-- Needed for CLRTestTargetUnsupported, CMakeProjectReference -->
4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
- <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
6
+ <!-- Swift interop is supported on Apple platforms only -->
7
7
<CLRTestTargetUnsupported Condition =" '$(TargetsOSX)' != 'true' and '$(TargetsAppleMobile)' != 'true'" >true</CLRTestTargetUnsupported >
8
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
9
+ <CLRTestTargetUnsupported Condition =" '$(RuntimeFlavor)' != 'mono'" >true</CLRTestTargetUnsupported >
8
10
</PropertyGroup >
9
11
<ItemGroup >
10
12
<Compile Include =" $(MSBuildProjectName).cs" />
Original file line number Diff line number Diff line change 3
3
<!-- Needed for CLRTestTargetUnsupported, CMakeProjectReference -->
4
4
<RequiresProcessIsolation >true</RequiresProcessIsolation >
5
5
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6
- <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
6
+ <!-- Swift interop is supported on Apple platforms only -->
7
7
<CLRTestTargetUnsupported Condition =" '$(TargetsOSX)' != 'true' and '$(TargetsAppleMobile)' != 'true'" >true</CLRTestTargetUnsupported >
8
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/93631 -->
9
+ <CLRTestTargetUnsupported Condition =" '$(RuntimeFlavor)' != 'mono'" >true</CLRTestTargetUnsupported >
8
10
</PropertyGroup >
9
11
<ItemGroup >
10
12
<Compile Include =" $(MSBuildProjectName).cs" />
Original file line number Diff line number Diff line change 1158
1158
<ExcludeList Include =" $(XunitTestBinBase)/Loader/CustomAttributes/**" >
1159
1159
<Issue >Dynamic code generation is not supported on this platform</Issue >
1160
1160
</ExcludeList >
1161
-
1162
- <ExcludeList Include =" $(XunitTestBinBase)/Interop/Swift/**" >
1163
- <Issue >https://github.com/dotnet/runtime/issues/93631</Issue >
1164
- </ExcludeList >
1165
1161
</ItemGroup >
1166
1162
1167
1163
<!-- run.proj finds all the *.cmd/*.sh scripts in a test folder and creates corresponding test methods.
You can’t perform that action at this time.
0 commit comments