Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Update corefx exclusion file for Linux/arm64 #20206

Merged
merged 1 commit into from
Nov 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions tests/arm64/corefx_linux_test_exclusions.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
System.Buffers.Tests # timeout. baseline and jit stress.
System.Drawing.Common.Tests # bad result data. baseline and jit stress.
System.Collections.Immutable.Tests # JitStress=2
System.Collections.Tests # JitStress=2
System.Linq.Expressions.Tests # JitStress=1
System.Linq.Tests # JitStress=2
System.Net.NameResolution.Functional.Tests # baseline
System.Net.NameResolution.Pal.Tests # baseline
System.Numerics.Vectors.Tests # JitStress=2
System.Runtime.Serialization.Formatters.Tests # baseline + many stress variants
System.Security.Cryptography.Algorithms.Tests # bad result. baseline and jit stress.
System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts + Tiered only
System.Threading.Tests # bad result. baseline
System.Buffers.Tests # https://github.com/dotnet/coreclr/issues/20226
System.Collections.Immutable.Tests # https://github.com/dotnet/coreclr/issues/20209 -- JitStress=2 TieredCompilation=0
System.Net.NameResolution.Functional.Tests # https://github.com/dotnet/coreclr/issues/20924 https://github.com/dotnet/corefx/issues/24355
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