summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-01-29 19:17:02 -0800
committerTanner Gooding <tagoo@outlook.com>2018-01-30 07:22:12 -0800
commit5266d3ec67f261f0d049ab99587f6b079796bce6 (patch)
tree059c7973e3dc65f983f2a6dc53ccca58132a8d14
parent3f348a50a1be6ab1b115a3dc388b8d259bac86ec (diff)
downloadcoreclr-5266d3ec67f261f0d049ab99587f6b079796bce6.tar.gz
coreclr-5266d3ec67f261f0d049ab99587f6b079796bce6.tar.bz2
coreclr-5266d3ec67f261f0d049ab99587f6b079796bce6.zip
Temporaily disable some HWIntrinsic tests due to the naming changes.
-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 1ebf4cd8b8..0c21694d3d 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -196,6 +196,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 4a10b2f998..c9ab818aca 100644
--- a/tests/testsFailingOutsideWindows.txt
+++ b/tests/testsFailingOutsideWindows.txt
@@ -79,3 +79,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