summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Rivero <jorive@microsoft.com>2019-01-31 18:19:09 -0800
committerGitHub <noreply@github.com>2019-01-31 18:19:09 -0800
commit162d0383340ac727b9a88a5be7bc4d747d8d7a84 (patch)
tree6195383647fa2556a41fd048a2c1940f124a6eeb
parent193d5da27fecb7bf95e7342f1c4b9e2b63ce5313 (diff)
downloadcoreclr-162d0383340ac727b9a88a5be7bc4d747d8d7a84.tar.gz
coreclr-162d0383340ac727b9a88a5be7bc4d747d8d7a84.tar.bz2
coreclr-162d0383340ac727b9a88a5be7bc4d747d8d7a84.zip
[Arm64/arm32] GCStress failure in tracing/eventsourcetrace/eventsourcetrace/eventsourcetrace.sh (#22328)
Marking this test `GCStressIncompatible` = True for now.
-rw-r--r--tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj b/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj
index 946a62408f..e7edc6f241 100644
--- a/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj
+++ b/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj
@@ -14,6 +14,7 @@
<DefineConstants>$(DefineConstants);STATIC</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
+ <GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>