From: Mike McLaughlin Date: Sat, 30 Jan 2021 21:38:09 +0000 (-0800) Subject: Temporarily disable part of the GCTests on MacOS (#1949) X-Git-Tag: submit/tizen/20210909.063632~17^2~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5f8b3176f1265b7a94a9320ec43990f3e7b3052;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Temporarily disable part of the GCTests on MacOS (#1949) Temporarily disable part of the GCTests on MacOS --- diff --git a/src/SOS/SOS.UnitTests/Scripts/GCTests.script b/src/SOS/SOS.UnitTests/Scripts/GCTests.script index 8de6766df..68704f177 100644 --- a/src/SOS/SOS.UnitTests/Scripts/GCTests.script +++ b/src/SOS/SOS.UnitTests/Scripts/GCTests.script @@ -173,6 +173,10 @@ IFDEF:CDB VERIFY:Break instruction exception - code 80000003 ENDIF:CDB +# DumpStackObjects does not work here on 6.0 MacOS +# https://github.com/dotnet/diagnostics/issues/1950 +!IFDEF:OSX + SOSCOMMAND:EEHeap -gc SOSCOMMAND:DumpStackObjects SOSCOMMAND:GCWhere \w+\s+()\s+([Gg][Cc]where!\$0_)*GCWhere\s+ @@ -183,5 +187,7 @@ SOSCOMMAND:GCRoot VERIFY:.*Thread : VERIFY:\s+\s+\s+GCWhere\.Main\(\)\s+\[.*[/|\\][Gg][Cc][Ww]here\.cs\s+@\s+49\]\s+ +ENDIF:OSX + # Continue to the next DebugBreak CONTINUE