Skip to content

[iOS] System.Tests.PosixSignalRegistrationTests: RemoteExecutor is not supported on this platform. #55328

@MaximLipnin

Description

@MaximLipnin

A couple of tests, added recently in #54136, fail with the following:

System.PlatformNotSupportedException : RemoteExecutor is not supported on this platform.]]>
   at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(MethodInfo method, String[] args, RemoteInvokeOptions options, Boolean pasteArguments)
   at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(Action`1 method, String arg, RemoteInvokeOptions options)
   at System.Tests.PosixSignalRegistrationTests.SignalHandlerCalledForRawSignals(PosixSignal s)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  • System.Tests.PosixSignalRegistrationTests.SignalHandlerCalledForRawSignals
  • System.Tests.PosixSignalRegistrationTests.SignalHandlerCalledForKnownSignals

cc @steveisok

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions