1
0
Fork 0
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:
Casper Beyer 2020-10-26 23:57:09 +08:00 committed by GitHub
parent 35caa160bf
commit b9dc2c3521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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