rust/tests
bors 319f2dd9e1 Auto merge of #1279 - divergentdave:open_O_EXCL, r=RalfJung
Add support for OpenOptions::create_new()/O_EXCL

This PR extends the POSIX shim for `open` to support the `O_EXCL` flag, when it is used alongside `O_CREAT`, and exercises it by testing `OpenOptions::create_new`.
2020-03-30 15:49:45 +00:00
..
compile-fail Auto merge of #1267 - RalfJung:macos-dtors, r=RalfJung 2020-03-28 07:55:42 +00:00
run-pass Auto merge of #1279 - divergentdave:open_O_EXCL, r=RalfJung 2020-03-30 15:49:45 +00:00
compiletest.rs test harness informs tests about suitable temp dir 2020-03-24 09:11:48 +01:00