From: Bruce Forstall Date: Fri, 8 Jun 2018 20:50:16 +0000 (-0700) Subject: Disable 3 tests incompatible with GCStress=3 X-Git-Tag: submit/tizen/20210909.063632~11030^2~4640^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc8fc3831f2a4d27437302122656144cdd215666;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable 3 tests incompatible with GCStress=3 The following fail in CI with arm Windows GCStress=3, and are now marked `GCStressIncompatible`. 1. GC\Coverage\smalloom\smalloom.cmd 2. Issue dotnet/coreclr#17480: tracing\tracevalidation\rundown\rundown\rundown.cmd, tracing\tracevalidation\jittingstarted\JittingStarted\JittingStarted.cmd Commit migrated from https://github.com/dotnet/coreclr/commit/a78688c7f915ee1539d7fbd2e73ecf6a6e29b0c7 --- diff --git a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj index b65e2b3..5d12fc2 100644 --- a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj +++ b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj @@ -9,6 +9,7 @@ Exe {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\..\ + true 1 @@ -28,4 +29,4 @@ - \ No newline at end of file + diff --git a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj index 36f9623..a2bb4c4 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj @@ -12,6 +12,7 @@ BuildAndRun $(DefineConstants);STATIC 0 + true @@ -26,4 +27,4 @@ - \ No newline at end of file + diff --git a/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj b/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj index c7314c8..5856389 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj @@ -12,6 +12,7 @@ BuildAndRun $(DefineConstants);STATIC 0 + true @@ -26,4 +27,4 @@ - \ No newline at end of file +