diff options
author | Michelle McDaniel <adiaaida@gmail.com> | 2016-12-12 11:01:47 -0800 |
---|---|---|
committer | Michelle McDaniel <adiaaida@gmail.com> | 2016-12-12 11:01:47 -0800 |
commit | 058e476f0b4b9209904e8f5be460be619b270e40 (patch) | |
tree | 64532c5747dfa5678170848419418de5b8239799 /tests | |
parent | e7d19194fa99aa97514d5e920e84afbc9721af0e (diff) | |
download | coreclr-058e476f0b4b9209904e8f5be460be619b270e40.tar.gz coreclr-058e476f0b4b9209904e8f5be460be619b270e40.tar.bz2 coreclr-058e476f0b4b9209904e8f5be460be619b270e40.zip |
Disable GetGenerationWR2 for GCStress on x86
Disable this test for GCStress on x86 until the cause for its failure
can be investigated.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/GC/API/GC/GetGenerationWR2.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/GC/API/GC/GetGenerationWR2.csproj b/tests/src/GC/API/GC/GetGenerationWR2.csproj index 35a05a68bf..6b109e9c8c 100644 --- a/tests/src/GC/API/GC/GetGenerationWR2.csproj +++ b/tests/src/GC/API/GC/GetGenerationWR2.csproj @@ -13,6 +13,7 @@ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath> <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> + <GCStressIncompatible Condition="'$(Platform)' == 'x86'">true</GCStressIncompatible> <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp> <CLRTestExecutionArguments></CLRTestExecutionArguments> |