From: Mitchell Hwang <16830051+mdh1418@users.noreply.github.com> Date: Thu, 9 May 2024 20:07:09 +0000 (-0700) Subject: [test][SOS] Disable OtherCommands Dumpmt test on Alpine (#4656) X-Git-Tag: accepted/tizen/unified/20241231.014852~40^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9efc2e9a04c86be5f66995522f63679ced519c7;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git [test][SOS] Disable OtherCommands Dumpmt test on Alpine (#4656) It was discovered in https://github.com/dotnet/diagnostics/pull/4616 that SOS.OtherCommands DumpMT Verification fails on Alpine Release builds for PRs starting Friday 4/26. As PRs cannot be merged until all checks are passing, this test failure is blocking. This PR disables the test for Alpine, with https://github.com/dotnet/diagnostics/issues/4654 as the tracking issue --- diff --git a/src/SOS/SOS.UnitTests/Scripts/OtherCommands.script b/src/SOS/SOS.UnitTests/Scripts/OtherCommands.script index b3473d5b3..17ba7acf2 100644 --- a/src/SOS/SOS.UnitTests/Scripts/OtherCommands.script +++ b/src/SOS/SOS.UnitTests/Scripts/OtherCommands.script @@ -108,10 +108,13 @@ SOSCOMMAND:DumpClass \s*Class:\s+()\s+ VERIFY:\s*Class Name:\s+SymbolTestApp.Program\s+ VERIFY:\s*File:\s+.*SymbolTestApp\.(dll|exe)\s+ +# Issue: https://github.com/dotnet/diagnostics/issues/4654 +!IFDEF:ALPINE # Verify DumpMT SOSCOMMAND:DumpMT \s*Method Table:\s+()\s+ VERIFY:\s*Name:\s+SymbolTestApp.Program\s+ VERIFY:\s*File:\s+.*SymbolTestApp\.(dll|exe)\s+ +ENDIF:ALPINE SOSCOMMAND:FinalizeQueue VERIFY:\s*SyncBlocks to be cleaned up:\s+\s+