Skip to content

Commit

Permalink
Disable dumpstack/eestack tests on 7.0 runtimes (#3174)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 authored Jul 8, 2022
1 parent 41ae1a3 commit eb6bb12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SOS/SOS.UnitTests/Scripts/StackTests.script
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ VERIFY:.*\s+<HEXVAL>\s+<HEXVAL>\s+System\.FormatException\s+
VERIFY:.*\s+<HEXVAL>\s+<HEXVAL>\s+System\.InvalidOperationException\s+
VERIFY:.*\s+<HEXVAL>\s+<HEXVAL>\s+System\.String.*

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

Expand All @@ -172,3 +174,4 @@ VERIFY:.*\s+<HEXVAL>\s+<HEXVAL>\s+\(MethodDesc\s+<HEXVAL>\s+\+\s*0x<HEXVAL>\s+Ne

ENDIF:ARM
ENDIF:DOTNETDUMP
ENDIF:MAJOR_RUNTIME_VERSION_GE_7

0 comments on commit eb6bb12

Please sign in to comment.