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
Note that Android can exec (though the platform generally discourages it). The problem there is that all Go binaries must be linked with a linker not available on the Android platform. You have to cross compile. The result is there is no useful go command on Android, which many tests use.
iOS cannot exec at all, the sandboxd disallows it.
So the set of tests excluded on Android is a subset of the tests excluded on iOS.
too many tests must now ask the "does this os have exec?" question it would be nice to put it in one place, and os/exec is the obvious one.
The text was updated successfully, but these errors were encountered: