提交 9e3cc166 编写于 作者: J Jan Vorlicek

Disabled new IJW tests

There were couple of IJW tests added since the master I've based my
changes on. Adding disabling of those for unloadability testing.


Commit migrated from https://github.com/dotnet/coreclr/commit/8fede4ddd8002a1794f86c2dd9ac7f05c326a929
上级 f75b2513
......@@ -19,6 +19,9 @@
<!-- IJW is not supported on ARM64 -->
<DisableProjectBuild Condition="'$(Platform)' == 'arm64'">true</DisableProjectBuild>
<!-- Loading IJW assemblies into an unloadable context is not allowed -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
......
......@@ -19,6 +19,9 @@
<!-- IJW is not supported on ARM64 -->
<DisableProjectBuild Condition="'$(Platform)' == 'arm64'">true</DisableProjectBuild>
<!-- Loading IJW assemblies into an unloadable context is not allowed -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
......
......@@ -20,6 +20,9 @@
<!-- IJW is not supported on ARM64 -->
<DisableProjectBuild Condition="'$(Platform)' == 'arm64'">true</DisableProjectBuild>
<!-- Loading IJW assemblies into an unloadable context is not allowed -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册