Disable MemoryMarshal.CreateSpan tests
authorJan Kotas <jkotas@microsoft.com>
Wed, 31 Jan 2018 17:23:31 +0000 (09:23 -0800)
committerJan Kotas <jkotas@microsoft.com>
Wed, 31 Jan 2018 17:33:08 +0000 (09:33 -0800)
tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs

index fdb0a51..99f5517 100644 (file)
@@ -475,6 +475,7 @@ namespace Span
         }
         #endregion
 
+#if false // netcoreapp specific API https://github.com/dotnet/coreclr/issues/16126
         #region TestSpanCreate<T>
         [Benchmark(InnerIterationCount = BaseIterations)]
         [InlineData(100)]
@@ -514,6 +515,7 @@ namespace Span
             }
         }
         #endregion
+#endif
 
         #region TestMemoryMarshalGetReference<T>
         [Benchmark(InnerIterationCount = BaseIterations)]