summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Forstall <Bruce_Forstall@msn.com>2018-12-17 15:20:04 -0800
committerBruce Forstall <Bruce_Forstall@msn.com>2018-12-17 15:20:04 -0800
commit17c923e15ad927b02c86825a375a1b3220e403b4 (patch)
tree3654141cf8984ecad72082f7216dbc8dbd4a13d5
parent7c2d9aa7e35ab119eaf907514fa1ff765317ec11 (diff)
downloadcoreclr-17c923e15ad927b02c86825a375a1b3220e403b4.tar.gz
coreclr-17c923e15ad927b02c86825a375a1b3220e403b4.tar.bz2
coreclr-17c923e15ad927b02c86825a375a1b3220e403b4.zip
Disable System.Runtime.Tests for Linux arm64 corefx tests
Failure with System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod in JitStress=2. Tracking: #21223
-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