SIGN IN SIGN UP

bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)

- getgroups always fails.
- geteuid and getegid always return 0 (root), which confuse tarfile and
  tests.
- hardlinks (link, linkat) always fails.
- non-encodable file names are not supported by NODERAWFS layer.
- mark more tests with dependency on subprocess and multiprocessing.
  Mocking does not work if the module fails to import.
C
Christian Heimes committed
5081e78efde901556398615eb477c63c836686e5
Parent: 36dd739
Committed by GitHub <noreply@github.com> on 3/8/2022, 11:17:30 AM