diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2019-04-22 13:07:14 -0700 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2019-04-22 13:07:14 -0700 |
commit | 7b7e33d5e3dbc2d199a2e4b35024df09233c9673 (patch) | |
tree | d970a8e13d6cdf0df320f98b63100ac6fcac5311 | |
parent | 26178682d96d83fdf4c09e83806836f6382ba0f1 (diff) | |
download | coreclr-7b7e33d5e3dbc2d199a2e4b35024df09233c9673.tar.gz coreclr-7b7e33d5e3dbc2d199a2e4b35024df09233c9673.tar.bz2 coreclr-7b7e33d5e3dbc2d199a2e4b35024df09233c9673.zip |
Disable _il_relthread-race test under GCStress
It takes too long, and times out in CI.
Fixes #24172
-rw-r--r-- | tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj index e56fbdecad..eb83be738e 100644 --- a/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj +++ b/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj @@ -11,8 +11,9 @@ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> - <!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. --> + <!-- NOTE: this test simply takes too long to complete under heap verify or GCStress. It is not fundamentally incompatible. --> <HeapVerifyIncompatible>true</HeapVerifyIncompatible> + <GCStressIncompatible>true</GCStressIncompatible> </PropertyGroup> <!-- Default configurations to help VS understand the configurations --> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |