about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-07-03 09:59:16 -0400
committerGitHub <noreply@github.com>2019-07-03 09:59:16 -0400
commit05704e80bc2da5a6370ac263ebf5bc0f5085c290 (patch)
tree4c14499df21e0bc5c428e6fa549febff65c0600d /src/liballoc
parentd9dfed8ca2edfcc2a845eca35f12c085fb3fb20f (diff)
parent2a375827ab56900bf550161ee08ada664e68b267 (diff)
downloadrust-05704e80bc2da5a6370ac263ebf5bc0f5085c290.tar.gz
rust-05704e80bc2da5a6370ac263ebf5bc0f5085c290.zip
Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis
std: Move a process test out of libstd

This commit moves a test out of libstd which is causing deadlocks on
musl on CI. Looks like the recent update in musl versions brings in some
internal updates to musl which makes `setgid` and `setuid` invalid to
call after a `fork` in a multithreaded program. The issue seen here is
that the child thread was attempting to grab a lock held by a
nonexistent thread, meaning that the child process simply deadlocked
causing the whole test to deadlock.

This commit moves the test to its own file with no threads which should
work.
Diffstat (limited to 'src/liballoc')
0 files changed, 0 insertions, 0 deletions