rust/tests
Smit Soni da6880427a Update error code for fs ops in isolation
Change the code to either `EACCES` (if the op is performed on the
path), or `EBADF` (if the op is performed the fd)

Updated ops: `stat`, `opendir`, `ftruncate64`, and `readlink`

Add a new test for fs ops in isolation.
2021-07-20 08:23:51 -07:00
..
compile-fail test for negative offsets 2021-07-20 13:30:49 +02:00
run-pass Update error code for fs ops in isolation 2021-07-20 08:23:51 -07:00
compiletest.rs Use harness = false instead of #![feature(custom_test_frameworks)] 2021-05-01 22:28:33 +08:00