Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: 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-10 | test(std/wasi): add a case for open directory/../.. (#8708) | Casper Beyer | |
2020-12-04 | feat(op_crates/web) EventTarget signal support (#8616) | Benjamin Gruenbaum | |
Fixes: https://github.com/denoland/deno/issues/8606 | |||
2020-10-26 | test(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-24 | fix(std/wasi): disallow path_open outside of pre-opened dirfd (#8078) | Casper Beyer | |
2020-10-20 | test(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-21 | test(std/wasi): add fd_renumber test (#7574) | Casper Beyer | |
2020-09-16 | test(std/wasi): add sched_yield test (#7511) | Casper Beyer | |
2020-08-27 | fix(std/wasi): invalid number to bigint conversion in fd_tell (#7215) | Casper Beyer | |
2020-08-25 | fix(std/wasi): return flags from fd_fdstat_get (#7112) | Casper Beyer | |
2020-08-25 | test(std/wasi): add wasi-testsuite as a submodule (#7042) | Casper Beyer | |
2020-06-24 | feat(std/wasi): add wasi_snapshot_preview1 (#6441) | Casper Beyer | |
2019-10-09 | remove std submodule | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std |