Skip to content

Commit

Permalink
Merge pull request #648 from mikem8361/release/stable
Browse files Browse the repository at this point in the history
3.1 merge from master
  • Loading branch information
mikem8361 authored Nov 25, 2019
2 parents 75e9a0a + 0199ca0 commit 6767a9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SOS/SOS.UnitTests/Scripts/TaskNestedException.script
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ VERIFY:StackTrace \(generated\):\s+
VERIFY:\s+SP\s+IP\s+Function\s+
VERIFY:\s+<HEXVAL>\s+<HEXVAL>.+RandomTest(::|\.)RandomUserTask\.<\.ctor>.+\+0x<HEXVAL>\s*
# Desktop sos has a bug that prevents the line number/source file info from being printed. Fixed in ProjectK.
IFDEF:PROJECTK
!IFDEF:DESKTOP
!IFDEF:TRIAGE_DUMP
VERIFY:[.+[\\|/]Debuggees[\\|/](dotnet.+[\\|/])?[Tt]ask[Nn]ested[Ee]xception[\\|/][Rr]andom[Uu]ser[Ll]ibrary[\\|/][Rr]andom[Uu]ser[Tt]ask\.cs @ (16|23)\]
ENDIF:PROJECTK
ENDIF:TRIAGE_DUMP
ENDIF:DESKTOP

SOSCOMMAND:PrintException -lines <POUT>InnerException:\s+System\.InvalidOperationException, Use !PrintException (<HEXVAL>) to see more<POUT>
VERIFY:Exception object:\s+<HEXVAL>\s+
Expand Down

0 comments on commit 6767a9a

Please sign in to comment.