summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-12-17 17:25:15 -0800
committerGitHub <noreply@github.com>2018-12-17 17:25:15 -0800
commit2da117f31e8c96804bffb01ab3f5036e73a3451a (patch)
treeee007bb0da4ceb4b510bfce8e0fa68f20c7c8d86
parent07674dcc5f76a494bbdeccf0a20353c4da338fd7 (diff)
parent17c923e15ad927b02c86825a375a1b3220e403b4 (diff)
downloadcoreclr-2da117f31e8c96804bffb01ab3f5036e73a3451a.tar.gz
coreclr-2da117f31e8c96804bffb01ab3f5036e73a3451a.tar.bz2
coreclr-2da117f31e8c96804bffb01ab3f5036e73a3451a.zip
Merge pull request #21572 from BruceForstall/DisableArm64Test
Disable System.Runtime.Tests for Linux arm64 corefx tests
-rw-r--r--tests/arm64/corefx_linux_test_exclusions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/arm64/corefx_linux_test_exclusions.txt b/tests/arm64/corefx_linux_test_exclusions.txt
index fa7353beb7..809f5f0f1d 100644
--- a/tests/arm64/corefx_linux_test_exclusions.txt
+++ b/tests/arm64/corefx_linux_test_exclusions.txt
@@ -2,6 +2,7 @@ System.Buffers.Tests # https://github.com/dotnet/corecl
System.Collections.Immutable.Tests # https://github.com/dotnet/coreclr/issues/20209 -- JitStress=2 TieredCompilation=0
System.Memory.Tests # https://github.com/dotnet/coreclr/issues/20958
System.Net.NameResolution.Functional.Tests # https://github.com/dotnet/coreclr/issues/20924 https://github.com/dotnet/corefx/issues/24355
+System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/21223 -- JitStress=2
System.Runtime.Serialization.Formatters.Tests # https://github.com/dotnet/coreclr/issues/20246 -- timeout
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts + Tiered only
System.Threading.Tests # https://github.com/dotnet/coreclr/issues/20215