未验证 提交 938f2e31 编写于 作者: M Michal Strehovský 提交者: GitHub

Disable multimodule test (#67137)

* Disable multimodule test

Can't use issues.targets because this is a compile failure and compilation runs during test build, not execution.

* Update MultiModule.csproj
上级 343d8eec
...@@ -917,9 +917,6 @@ ...@@ -917,9 +917,6 @@
<!-- NativeAOT specific --> <!-- NativeAOT specific -->
<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'"> <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(TestBuildMode)' == 'nativeaot' and '$(RuntimeFlavor)' == 'coreclr'">
<ExcludeList Include="$(XunitTestBinBase)/nativeaot/SmokeTests/MultiModule/MultiModule/*">
<Issue>https://github.com/dotnet/runtime/issues/66191</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/baseservices/callconvs/TestCallingConventions/*"> <ExcludeList Include="$(XunitTestBinBase)/baseservices/callconvs/TestCallingConventions/*">
<Issue>https://github.com/dotnet/runtimelab/issues/153</Issue> <Issue>https://github.com/dotnet/runtimelab/issues/153</Issue>
</ExcludeList> </ExcludeList>
......
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
<!-- This test always runs as multimodule. It's not supported if we don't have framework object files. --> <!-- This test always runs as multimodule. It's not supported if we don't have framework object files. -->
<CLRTestTargetUnsupported Condition="'$(BuildNativeAotFrameworkObjects)' != 'true'">true</CLRTestTargetUnsupported> <CLRTestTargetUnsupported Condition="'$(BuildNativeAotFrameworkObjects)' != 'true'">true</CLRTestTargetUnsupported>
<IlcMultiModule>true</IlcMultiModule> <IlcMultiModule>true</IlcMultiModule>
<!-- https://github.com/dotnet/runtime/issues/66191 -->
<CLRTestTargetUnsupported>true</CLRTestTargetUnsupported>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Compile Include="MultiModule.cs" /> <Compile Include="MultiModule.cs" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册