diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2018-07-26 21:42:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-26 21:42:30 -0700 |
commit | 2194ecc60e3fae9a235e5722934660c342366d63 (patch) | |
tree | f508dee1fa0ed9d7223df3b158452e4dd6b15e0d | |
parent | e61e50db63a1ca5a23428d17d76fb879dab690da (diff) | |
parent | 7e1f53ff2a939cd5a9e6ec73cbada63db828dd72 (diff) | |
download | coreclr-2194ecc60e3fae9a235e5722934660c342366d63.tar.gz coreclr-2194ecc60e3fae9a235e5722934660c342366d63.tar.bz2 coreclr-2194ecc60e3fae9a235e5722934660c342366d63.zip |
Merge pull request #19144 from BruceForstall/Fix13796
Re-enable arm64 tests that no longer fail
-rw-r--r-- | tests/arm64/Tests.lst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst index d359d9dcf9..308b205f81 100644 --- a/tests/arm64/Tests.lst +++ b/tests/arm64/Tests.lst @@ -1817,7 +1817,7 @@ RelativePath=baseservices\threading\generics\threadstart\GThread07\GThread07.cmd WorkingDir=baseservices\threading\generics\threadstart\GThread07 Expected=0 MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_FAIL;13796 +Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 [GThread08.cmd_227] @@ -12801,7 +12801,7 @@ RelativePath=CoreMangLib\cti\system\math\MathRound3\MathRound3.cmd WorkingDir=CoreMangLib\cti\system\math\MathRound3 Expected=0 MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_FAIL;12549 +Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 [MathRound4.cmd_1804] @@ -75729,7 +75729,7 @@ RelativePath=Regressions\coreclr\0416\hello\hello.cmd WorkingDir=Regressions\coreclr\0416\hello Expected=0 MaxAllowedDurationSeconds=600 -Categories=Pri1;RT;EXPECTED_FAIL;13796 +Categories=Pri1;RT;EXPECTED_PASS HostStyle=0 [test.cmd_9829] @@ -75737,7 +75737,7 @@ RelativePath=Regressions\coreclr\0433\test\test.cmd WorkingDir=Regressions\coreclr\0433\test Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;Pri1;13796 +Categories=EXPECTED_PASS;Pri1 HostStyle=0 [test.cmd_9830] @@ -75745,7 +75745,7 @@ RelativePath=Regressions\coreclr\0487\test\test.cmd WorkingDir=Regressions\coreclr\0487\test Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;Pri1;13796 +Categories=EXPECTED_PASS;Pri1 HostStyle=0 [Test570.cmd_9831] @@ -88905,7 +88905,7 @@ RelativePath=JIT\Performance\CodeQuality\Span\SpanBench\SpanBench.cmd WorkingDir=JIT\Performance\CodeQuality\Span\SpanBench Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;NEW;12549 +Categories=EXPECTED_PASS;NEW HostStyle=0 [Generated1202.cmd_11489] @@ -90353,7 +90353,7 @@ RelativePath=JIT\Regression\JitBlue\GitHub_11408\GitHub_11408\GitHub_11408.cmd WorkingDir=JIT\Regression\JitBlue\GitHub_11408\GitHub_11408 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;13796;NEW +Categories=EXPECTED_FAIL;11408;NEW HostStyle=0 [LocallocCnstB5_PSP.cmd_11672] @@ -90401,7 +90401,7 @@ RelativePath=JIT\Regression\JitBlue\GitHub_13404\GitHub_13404\GitHub_13404.cmd WorkingDir=JIT\Regression\JitBlue\GitHub_13404\GitHub_13404 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;13796;NEW +Categories=EXPECTED_PASS;NEW HostStyle=0 [GitHub_10215.cmd_11678] |