summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-01-31 09:23:31 -0800
committerJan Kotas <jkotas@microsoft.com>2018-01-31 09:33:08 -0800
commitddc88f3094797830277489dab3936585d2eab7a3 (patch)
tree2038dceb5e3c18006140aaedefa2a20f8cd5e60d
parentf67b410b8009b12e22759ce34c56eafbc78e7c71 (diff)
downloadcoreclr-ddc88f3094797830277489dab3936585d2eab7a3.tar.gz
coreclr-ddc88f3094797830277489dab3936585d2eab7a3.tar.bz2
coreclr-ddc88f3094797830277489dab3936585d2eab7a3.zip
Disable MemoryMarshal.CreateSpan tests
-rw-r--r--tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
index fdb0a5197c..99f5517a73 100644
--- a/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
+++ b/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
@@ -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)]