summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-07-10 11:43:39 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-07-10 11:43:39 -0700
commite3f658b7ed3f5cfcbf99c9c4862b4bd91b28a12e (patch)
tree93496c5e08d074417d0282848653d82fa201475c /tests/issues.targets
parentaa63b76ac1c64b78f20edff35708477f3afac713 (diff)
downloadcoreclr-e3f658b7ed3f5cfcbf99c9c4862b4bd91b28a12e.tar.gz
coreclr-e3f658b7ed3f5cfcbf99c9c4862b4bd91b28a12e.tar.bz2
coreclr-e3f658b7ed3f5cfcbf99c9c4862b4bd91b28a12e.zip
disable hijacking test for Arm32
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index c1fffb1621..abb3b383e5 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -215,6 +215,14 @@
</ExcludeList>
</ItemGroup>
+ <!-- The following are ARM32 failures -->
+
+ <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildArch)' == 'arm'">
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\tailcall_v4\hijacking\hijacking.cmd">
+ <Issue>6217</Issue>
+ </ExcludeList>
+ </ItemGroup>
+
<!-- Tests that need to be triaged for vararg usage as that is not supported -->
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
<ExcludeList Include="$(XunitTestBinBase)\JIT\Directed\PREFIX\unaligned\1\arglist\arglist.cmd">