We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691876f commit a70fd62Copy full SHA for a70fd62
integration-test/android.Tests.ps1
@@ -159,7 +159,7 @@ Describe 'MAUI app' -ForEach @(
159
160
Dump-ServerErrors -Result $result
161
$result.HasErrors() | Should -BeFalse
162
- $result.Envelopes() | Should -AnyElementMatch "`"type`":`"SIG[A-Z]+`"" # SIGILL, SIGTRAP
+ $result.Envelopes() | Should -AnyElementMatch "`"type`":`"SIG[A-Z]+`"" # SIGILL (x86_64), SIGTRAP (arm64-v8a)
163
$result.Envelopes() | Should -Not -AnyElementMatch "`"type`":`"System.\w+Exception`""
164
}
165
0 commit comments