summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-02-04 09:54:47 -0800
committerEgor Chesakov <Egor.Chesakov@microsoft.com>2019-02-04 13:33:03 -0800
commit23dfb8f822c24c7cef9ae40e9e4e70574abb1ea6 (patch)
treebe42cb3820eecccb6effd0fdb7ae5447b64a7c37 /tests
parentebd3683abf3c3ca93e2d7298147baea35ae40b4f (diff)
downloadcoreclr-23dfb8f822c24c7cef9ae40e9e4e70574abb1ea6.tar.gz
coreclr-23dfb8f822c24c7cef9ae40e9e4e70574abb1ea6.tar.bz2
coreclr-23dfb8f822c24c7cef9ae40e9e4e70574abb1ea6.zip
Disable JIT/SIMD/Vector3Interop_ro on x64 Unix platforms
Related issue: https://github.com/dotnet/coreclr/issues/22401
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 1e103f70a8..d7dd3716c5 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -512,6 +512,9 @@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_19601/Github_19601/*">
<Issue>Needs Triage</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/JIT/SIMD/Vector3Interop_ro/*">
+ <Issue>22401</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- Unix arm64 specific -->