Temporarily disable part of the GCTests on MacOS
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 <POUT>\w+\s+(<HEXVAL>)\s+([Gg][Cc]where!\$0_)*GCWhere\s+<POUT>
VERIFY:.*Thread <HEXVAL>:
VERIFY:\s+<HEXVAL>\s+<HEXVAL>\s+GCWhere\.Main\(\)\s+\[.*[/|\\][Gg][Cc][Ww]here\.cs\s+@\s+49\]\s+
+ENDIF:OSX
+
# Continue to the next DebugBreak
CONTINUE