Skip to content

Commit

Permalink
Disable more !dumpstack tests (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 authored Jul 8, 2022
1 parent beffa7d commit 22e250e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SOS/SOS.UnitTests/Scripts/StackAndOtherTests.script
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ VERIFY:.*\s+<HEXVAL>\s+<HEXVAL>\s+System\.String\[\].*

ENDIF:NETCORE_OR_DOTNETDUMP

# Issue: https://github.com/dotnet/diagnostics/issues/2947
!IFDEF:MAJOR_RUNTIME_VERSION_GE_7
!IFDEF:DOTNETDUMP
!IFDEF:ARM

Expand All @@ -218,6 +220,7 @@ VERIFY:(.*\s+<HEXVAL>\s+<HEXVAL>\s+\(MethodDesc\s+<HEXVAL>\s+(\+\s*0x<HEXVAL>\s+

ENDIF:ARM
ENDIF:DOTNETDUMP
ENDIF:MAJOR_RUNTIME_VERSION_GE_7

# Verify that IP2MD works (uses IP from ClrStack)
SOSCOMMAND:ClrStack
Expand Down

0 comments on commit 22e250e

Please sign in to comment.