summaryrefslogtreecommitdiff
path: root/tests/arm/corefx_linux_test_exclusions.txt
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-04-25 13:34:16 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-05-01 16:35:44 -0700
commita92432048d8cc6fe1a9c4e773d5165dc1d4de55a (patch)
tree33eb140159041d00732ae822ebf3814523ee557c /tests/arm/corefx_linux_test_exclusions.txt
parentfc36988f5417dc600bce75a530e4c9297ec589b2 (diff)
downloadcoreclr-a92432048d8cc6fe1a9c4e773d5165dc1d4de55a.tar.gz
coreclr-a92432048d8cc6fe1a9c4e773d5165dc1d4de55a.tar.bz2
coreclr-a92432048d8cc6fe1a9c4e773d5165dc1d4de55a.zip
Fix for ARM secure delegate non-standard register arg
For ARM, doing a secure delegate call requires adding a custom calling convention argument R4 as the address of the secure delegate invoke indirection cell. This is done using the fgMorphArgs nonStandardArgs mechanism, and the argument is added at the end. For calls with 4 or more register arguments, this didn't work: we would initially set the non-standard arg as a non-register argument, and the nonStandardArgs check didn't consider converting an argument from a stack argument back to a register argument. The fix allows nonStandardArgs to be either stack or register arguments, no matter what their place in the argument list would imply. Fixes #17738
Diffstat (limited to 'tests/arm/corefx_linux_test_exclusions.txt')
-rw-r--r--tests/arm/corefx_linux_test_exclusions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arm/corefx_linux_test_exclusions.txt b/tests/arm/corefx_linux_test_exclusions.txt
index 99dd0a0dd1..ed84e9615c 100644
--- a/tests/arm/corefx_linux_test_exclusions.txt
+++ b/tests/arm/corefx_linux_test_exclusions.txt
@@ -5,7 +5,7 @@ System.Diagnostics.StackTrace.Tests # https://github.com/dotnet/coreclr/issues/
System.Drawing.Common.Tests # https://github.com/dotnet/coreclr/issues/16001
System.IO.FileSystem.Tests # https://github.com/dotnet/coreclr/issues/16001
System.IO.Ports.Tests # https://github.com/dotnet/coreclr/issues/16001
-System.Linq.Expressions.Tests # https://github.com/dotnet/coreclr/issues/17738
+System.Linq.Expressions.Tests # https://github.com/dotnet/corefx/issues/29421 -- timeout
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