summaryrefslogtreecommitdiff
path: root/std/wasi/testdata/std_fs_create_dir.rs
AgeCommit message (Collapse)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2020-12-10test(std/wasi): add a case for open directory/../.. (#8708)Casper Beyer
2020-12-04feat(op_crates/web) EventTarget signal support (#8616)Benjamin Gruenbaum
Fixes: https://github.com/denoland/deno/issues/8606
2020-10-26test(std/wasi): re-enable clock_time_get tests (#8098)Casper Beyer
This brings in revised tests for clock_time_get from upstream and re-enables them. This revision of these tests allow for lower precision clocks (we only provide millisecond precision, and that is conformant but previous tests for this in the upstream test suite were a bit more aggressive).
2020-10-24fix(std/wasi): disallow path_open outside of pre-opened dirfd (#8078)Casper Beyer
2020-10-20test(std/wasi): reduce test duplication (#8053)Casper Beyer
This fast-forwards wasi-test-suite a couple of commits removed duplicate, or near duplicate tests with not much additional value. Other tests have been merged to reduce the number of modules to make tests topical to the syscall that is being tested.
2020-09-21test(std/wasi): add fd_renumber test (#7574)Casper Beyer
2020-09-16test(std/wasi): add sched_yield test (#7511)Casper Beyer
2020-08-27fix(std/wasi): invalid number to bigint conversion in fd_tell (#7215)Casper Beyer
2020-08-25fix(std/wasi): return flags from fd_fdstat_get (#7112)Casper Beyer
2020-08-25test(std/wasi): add wasi-testsuite as a submodule (#7042)Casper Beyer
2020-07-02test(std/wasi): add create directory and file tests (#6603)Casper Beyer
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
js/deps/https/deno.land/std -> js/std