未验证 提交 35ea4957 编写于 作者: T Tomáš Rylek 提交者: GitHub

Enable CG2 determinism tests on all architectures (#48526)

I have noticed that these two tests are still conditionally
executed on x64 only. I don't see why they shouldn't work on
other architectures.

Thanks

Tomas
上级 fd57b7db
......@@ -3,8 +3,7 @@
<OutputType>exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<!-- Crossgen2 currently targets only x64 -->
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'x64'">true</CLRTestTargetUnsupported>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- Known not to work with GCStress for now: https://github.com/dotnet/runtime/issues/13394 -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- It is currently failing with JitStress https://github.com/dotnet/runtime/issues/45326-->
......
......@@ -3,8 +3,7 @@
<OutputType>exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<!-- Crossgen2 currently targets only x64 -->
<CLRTestTargetUnsupported Condition="'$(TargetArchitecture)' != 'x64'">true</CLRTestTargetUnsupported>
<CLRTestTargetUnsupported Condition="'$(RuntimeFlavor)' != 'coreclr'">true</CLRTestTargetUnsupported>
<!-- Known not to work with GCStress for now: https://github.com/dotnet/runtime/issues/13394 -->
<GCStressIncompatible>true</GCStressIncompatible>
<!-- This is an explicit crossgen test -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册