summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Sse41
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-13 12:11:31 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-13 12:11:31 -0700
commitfb7abbca590620ee4b70d4af10025ba71a8b1909 (patch)
tree1718070fe6124a5de88ad9ea988d06b308974333 /tests/src/JIT/HardwareIntrinsics/X86/Sse41
parent24cdacaeb1e42a92051b32a6c4051b7a12ff2770 (diff)
downloadcoreclr-fb7abbca590620ee4b70d4af10025ba71a8b1909.tar.gz
coreclr-fb7abbca590620ee4b70d4af10025ba71a8b1909.tar.bz2
coreclr-fb7abbca590620ee4b70d4af10025ba71a8b1909.zip
Disable tests that are failing with timeouts.
See examples in https://dev.azure.com/dnceng/public/_build/results?buildId=186855&view=ms.vss-test-web.build-test-results-tab
Diffstat (limited to 'tests/src/JIT/HardwareIntrinsics/X86/Sse41')
-rw-r--r--tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj b/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj
index ea7c0f27dc..714705da10 100644
--- a/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj
+++ b/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj
@@ -10,6 +10,8 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <!-- https://github.com/dotnet/coreclr/issues/23624 -->
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>