From 9254ea6effb6fba4b18bfa94e95281996b60f67f Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 8 Jun 2018 18:39:02 -0700 Subject: [PATCH] Re-enable tests for Windows arm64 These tests don't fail anymore. Re-enable them. Fixes dotnet/coreclr#10115 Commit migrated from https://github.com/dotnet/coreclr/commit/67f1beabbdefe31254da090c1fa7f029b01441a4 --- src/coreclr/tests/arm64/Tests.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/tests/arm64/Tests.lst b/src/coreclr/tests/arm64/Tests.lst index be9e7a8..574fb25 100644 --- a/src/coreclr/tests/arm64/Tests.lst +++ b/src/coreclr/tests/arm64/Tests.lst @@ -18161,7 +18161,7 @@ RelativePath=CoreMangLib\cti\system\string\StringFormat1\StringFormat1.cmd WorkingDir=CoreMangLib\cti\system\string\StringFormat1 Expected=0 MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_FAIL;10115 +Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 [StringFormat2.cmd_2483] @@ -18169,7 +18169,7 @@ RelativePath=CoreMangLib\cti\system\string\StringFormat2\StringFormat2.cmd WorkingDir=CoreMangLib\cti\system\string\StringFormat2 Expected=0 MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_FAIL;10115 +Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 [StringGetEnumerator.cmd_2484] -- 2.7.4