summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-01-30 13:57:47 -0800
committerGitHub <noreply@github.com>2018-01-30 13:57:47 -0800
commit94c6a4ea75d187a0076ec117e2bc84791465d993 (patch)
tree46013417e68ae7702f07f0cb87c920b1d8022031 /tests
parent8a9c59260b8cc04d266e021229f4b044bf40ad52 (diff)
parent5266d3ec67f261f0d049ab99587f6b079796bce6 (diff)
downloadcoreclr-94c6a4ea75d187a0076ec117e2bc84791465d993.tar.gz
coreclr-94c6a4ea75d187a0076ec117e2bc84791465d993.tar.bz2
coreclr-94c6a4ea75d187a0076ec117e2bc84791465d993.zip
Merge pull request #15923 from tannergooding/hwintrin
Fixing some inconsistencies in the x86 HWIntrinsic APIs
Diffstat (limited to 'tests')
-rw-r--r--tests/issues.targets18
-rw-r--r--tests/testsFailingOutsideWindows.txt6
2 files changed, 24 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index e32cc9532d..474627f9af 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -193,6 +193,24 @@
<ExcludeList Include="$(XunitTestBinBase)\tracing\eventpipetrace\**">
<Issue>15924</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\ConvertToVector128SingleScalar_r\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\ConvertToVector128SingleScalar_ro\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\LoadScalar_r\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\LoadScalar_ro\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\SetScalar_r\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\HardwareIntrinsics\X86\Sse\SetScalar_ro\*">
+ <Issue>16094</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- The following are x86 failures -->
diff --git a/tests/testsFailingOutsideWindows.txt b/tests/testsFailingOutsideWindows.txt
index 4be1aea8c4..fadb9e23bf 100644
--- a/tests/testsFailingOutsideWindows.txt
+++ b/tests/testsFailingOutsideWindows.txt
@@ -78,3 +78,9 @@ Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614/Generate
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681/Generated681.sh
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682/Generated682.sh
Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683/Generated683.sh
+JIT/HardwareIntrinsics/X86/Sse/ConvertToVector128SingleScalar_r/ConvertToVector128SingleScalar_r.sh
+JIT/HardwareIntrinsics/X86/Sse/ConvertToVector128SingleScalar_ro/ConvertToVector128SingleScalar_ro.sh
+JIT/HardwareIntrinsics/X86/Sse/LoadScalar_r/LoadScalar_r.sh
+JIT/HardwareIntrinsics/X86/Sse/LoadScalar_ro/LoadScalar_ro.sh
+JIT/HardwareIntrinsics/X86/Sse/SetScalar_r/SetScalar_r.sh
+JIT/HardwareIntrinsics/X86/Sse/SetScalar_ro/SetScalar_ro.sh