Mark remaining counter tests as JIT sensitive (dotnet/coreclr#26708)
authorSung Yoon Whang <suwhang@microsoft.com>
Sun, 15 Sep 2019 08:31:08 +0000 (01:31 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2019 08:31:08 +0000 (01:31 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/7f11600bb2dd78eac2d2bd83e7f52c385a885c39

src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj

index 0b8c579..5457943 100644 (file)
@@ -6,6 +6,8 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
+    <!-- This test is timing sensitive and JIT timing affects the results of the test -->
+    <JitOptimizationSensitive>true</JitOptimizationSensitive>
     <!-- This test has a secondary thread with an infinite loop -->
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
   </PropertyGroup>