MFC after: 1 week
Sponsored by: Klara, Inc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53151 Build 50042: arc lint + arc unit
Event Timeline
lib/libutil/tests/forkpty_test.c | ||
---|---|---|
30 | This affects all processes with the same UID, right? If so, the setting could cause transient failures for a user running the tests. Though, contrib/netbsd-tests/lib/libc/sys/t_setrlimit.c does the same thing, and it doesn't appear to cause problems, so perhaps I'm missing something. |
lib/libutil/tests/forkpty_test.c | ||
---|---|---|
30 | The count is global but the limit only applies to the current process and its descendants. |