mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 15:10:44 -05:00
test(std/wasi): re-enable clock_time_get tests (#8098)
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).
This commit is contained in:
parent
35caa160bf
commit
b9dc2c3521
2 changed files with 2 additions and 4 deletions
|
@ -41,9 +41,7 @@ const tests = [
|
|||
"testdata/wasi_sched_yield.wasm",
|
||||
];
|
||||
|
||||
const ignore = [
|
||||
"testdata/wasi_clock_time_get.wasm",
|
||||
];
|
||||
const ignore = [];
|
||||
|
||||
// TODO(caspervonb) investigate why these tests are failing on windows and fix
|
||||
// them.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 324366afb925a3974c6135390c280aff9c4e0e99
|
||||
Subproject commit 8f49014513d9508f0495977be44ec60c6f4c8e06
|
Loading…
Add table
Reference in a new issue