You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libraries] Update System.Runtime.Extensions tests for iOS,MacCatalyst,tvOS (#57210)
* [libraries] Update AppDomainTests for iOS,MacCatalyst,tvOS
* Update skip reasons
* Add MacCatalyst to Case Insensitive and remove ActiveIssues
* Replace ActiveIssue with ConditionalTheory based on RemoteExecutor
* Fix test for iOS/tvOS/Catalyst
* Skip UserName test on iOS tvOS
Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
[InlineData(1)]// setting ExitCode and exiting Main
42
42
[InlineData(2)]// setting ExitCode both from Main and from an Unloading event handler.
43
43
[InlineData(3)]// using Exit(exitCode)
44
-
[SkipOnPlatform(TestPlatforms.Android|TestPlatforms.Browser|TestPlatforms.iOS|TestPlatforms.MacCatalyst|TestPlatforms.tvOS,"Not supported on Android, Browser, iOS, MacCatalyst, or tvOS.")]
0 commit comments