Skip to content

Commit 2650c60

Browse files
Copilotnoahfalk
andauthored
[SOS][tests] Fix OtherCommands test failure on Alpine Linux (#5489)
## Problem In the past SOS.OtherCommands test was failing on Alpine Linux with error: ``` System.Exception : VerifyOutput: no last command output or debugger exited unexpectedly: \s*Name:\s+SymbolTestApp.Program\s+ ``` We believe the issue was resolved in #5421 but the tests had never been re-enabled. This PR re-enables the test. Fixes #4654. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: noahfalk <[email protected]>
1 parent 60dfab3 commit 2650c60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SOS/SOS.UnitTests/Scripts/OtherCommands.script

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,10 @@ SOSCOMMAND:DumpClass <POUT>\s*Class:\s+(<HEXVAL>)\s+<POUT>
106106
VERIFY:\s*Class Name:\s+SymbolTestApp.Program\s+
107107
VERIFY:\s*File:\s+.*SymbolTestApp\.(dll|exe)\s+
108108

109-
# Issue: https://github.com/dotnet/diagnostics/issues/4654
110-
!IFDEF:ALPINE
111109
# Verify DumpMT
112110
SOSCOMMAND:DumpMT <POUT>\s*Method Table:\s+(<HEXVAL>)\s+<POUT>
113111
VERIFY:\s*Name:\s+SymbolTestApp.Program\s+
114112
VERIFY:\s*File:\s+.*SymbolTestApp\.(dll|exe)\s+
115-
ENDIF:ALPINE
116113

117114
SOSCOMMAND:FinalizeQueue
118115
VERIFY:\s*SyncBlocks to be cleaned up:\s+<DECVAL>\s+

0 commit comments

Comments
 (0)