about summary refs log tree commit diff
path: root/src/test/run-pass/fds-are-cloexec.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-83/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-01-29Add support for test suites emulated in QEMUAlex Crichton-1/+1
2016-09-25Haiku: add workaround for missing F_DUPFD_CLOEXECNiels Sascha Reedijk-0/+1
2016-08-25use file!() even though it shouldn't be necessaryAlex Burka-1/+1
2016-08-21modify fds-are-cloexec test to open a file that existsAlex Burka-1/+1
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2016-02-05std: Try to use pipe2 on Linux for pipesAlex Crichton-2/+17
2015-04-14Fallout: move from scoped to spawnAaron Turon-5/+2
2015-04-10std: Unconditionally close all file descriptorsAlex Crichton-0/+1
2015-04-09std: Set CLOEXEC for all fds opened on unixAlex Crichton-0/+75