Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhson Ahmed Khan <ahsonkhan@users.noreply.github.com>2017-09-12 00:44:24 +0300
committerGitHub <noreply@github.com>2017-09-12 00:44:24 +0300
commit7b6024a58127ca855823a3f007c76d240f89db64 (patch)
tree6d4f983ae85ff0728f7013715e86a43ea4c7389a /src/System.Memory/tests/Memory/Span.cs
parent2f83f08a343920e60391bed3b09eb38223e6c78a (diff)
Enable S.R.CS.Unsafe and System.Memory tests for UAP (#23905)
* Enable S.R.CS.Unsafe and System.Memory tests for UAP * Disable tests failing on uapaot with issues 23952 and 23953. * Fixing typo in issue#
Diffstat (limited to 'src/System.Memory/tests/Memory/Span.cs')
-rw-r--r--src/System.Memory/tests/Memory/Span.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Memory/tests/Memory/Span.cs b/src/System.Memory/tests/Memory/Span.cs
index 881abe2d36..bb95fedfed 100644
--- a/src/System.Memory/tests/Memory/Span.cs
+++ b/src/System.Memory/tests/Memory/Span.cs
@@ -41,6 +41,7 @@ namespace System.MemoryTests
owner.AsMemory.Span.Validate(91, -92, 93, 94, -95);
}
+ [ActiveIssue(23952, TargetFrameworkMonikers.UapAot)]
[Fact]
public static void SpanFromCtorArrayObject()
{