Disable ArrBoundBinaryOp under GCStress due to failure (#67469)
authorBruce Forstall <brucefo@microsoft.com>
Sat, 2 Apr 2022 03:39:24 +0000 (20:39 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 03:39:24 +0000 (20:39 -0700)
Tracking: https://github.com/dotnet/runtime/issues/66279

src/tests/JIT/opt/AssertionPropagation/ArrBoundBinaryOp.csproj

index 9482f53..5e0b56d 100644 (file)
@@ -1,6 +1,8 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
+    <!-- Disabled for GCStress due to test failure tracked by https://github.com/dotnet/runtime/issues/66279 -->
+    <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>