Disable a test that is not compatible with GC stress.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 12 Oct 2016 22:13:52 +0000 (15:13 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Thu, 13 Oct 2016 13:29:07 +0000 (06:29 -0700)
This test fails under GCStress=0xC for all of RyuJIT/x86, legacy backend
x86, and JIT32.

Commit migrated from https://github.com/dotnet/coreclr/commit/7535cba9d3a19569bb14b431e27a084a15f68e63

src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj

index ce7ca5e..29cb737 100644 (file)
@@ -15,6 +15,7 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CLRTestPriority>0</CLRTestPriority>
+    <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible>
   </PropertyGroup>
 
   <ItemGroup>