summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-03-03 18:49:47 -0700
committerAlan Somers <asomers@gmail.com>2019-03-03 20:30:53 -0700
commit3453a8c6227bce298cb27f6fd7a1fc8be4bca697 (patch)
tree7e657a2f8cc38e39716d505888c2b0af6c5b9375 /build.rs
parent04e7551ea6c4dd19ed0c269876633eee4b68bea8 (diff)
downloadnix-3453a8c6227bce298cb27f6fd7a1fc8be4bca697.zip
Fix test_thread_signal* test failures with Cargo 1.33.0
Previous versions of Cargo would create and destroy a new thread for each test. Cargo 1.33.0 instead creates a thread pool and reuses the same thread for multiple tests. Some Nix tests that changed the per-thread sigmask began to fail as a result, because they didn't do any cleanup. The easiest solution is to spawn a new thread for each of those tests.
Diffstat (limited to 'build.rs')
0 files changed, 0 insertions, 0 deletions