summaryrefslogtreecommitdiff
path: root/tests/arm
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-08-23 17:42:30 -0700
committerEgor Chesakov <Egor.Chesakov@microsoft.com>2018-08-24 22:01:08 -0700
commite946db33023c93659a1c146ed8f64319feb286a0 (patch)
treee3e00dffb387c1b009b2dc4229f586b82028e953 /tests/arm
parentb34f2bfee8ca2c5f5508f4d58f5b79dc616dcccc (diff)
downloadcoreclr-e946db33023c93659a1c146ed8f64319feb286a0.tar.gz
coreclr-e946db33023c93659a1c146ed8f64319feb286a0.tar.bz2
coreclr-e946db33023c93659a1c146ed8f64319feb286a0.zip
Disable System.Numerics.Vectors.Tests (#19537)
Diffstat (limited to 'tests/arm')
-rw-r--r--tests/arm/corefx_linux_test_exclusions.txt1
-rw-r--r--tests/arm/corefx_test_exclusions.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/arm/corefx_linux_test_exclusions.txt b/tests/arm/corefx_linux_test_exclusions.txt
index 5ccb459f63..4f1c779a50 100644
--- a/tests/arm/corefx_linux_test_exclusions.txt
+++ b/tests/arm/corefx_linux_test_exclusions.txt
@@ -9,4 +9,5 @@ System.Linq.Expressions.Tests # https://github.com/dotnet/corefx/issues/2
System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001
System.Net.Http.Functional.Tests # https://github.com/dotnet/coreclr/issues/17739
System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/coreclr/issues/17740
+System.Numerics.Vectors.Tests # https://github.com/dotnet/coreclr/issues/19537
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only
diff --git a/tests/arm/corefx_test_exclusions.txt b/tests/arm/corefx_test_exclusions.txt
index 3667a3b84a..315a175658 100644
--- a/tests/arm/corefx_test_exclusions.txt
+++ b/tests/arm/corefx_test_exclusions.txt
@@ -11,5 +11,6 @@ System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/
System.Management.Tests # https://github.com/dotnet/coreclr/issues/16001
System.Linq.Expressions.Tests # JitStress=1 https://github.com/dotnet/coreclr/issues/19457
System.Net.HttpListener.Tests # https://github.com/dotnet/coreclr/issues/17584
+System.Numerics.Vectors.Tests # https://github.com/dotnet/coreclr/issues/19537
System.Runtime.Numerics.Tests # https://github.com/dotnet/coreclr/issues/18362 -- JitStress=1 JitStress=2
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only