From 686514bea7d54d858efe10ac01592ec1641dd5bd Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Mon, 26 Oct 2020 23:57:09 +0800 Subject: [PATCH] test(wasi): re-enable clock_time_get tests (denoland/deno#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). --- wasi/snapshot_preview1_test.ts | 4 +--- wasi/testdata | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wasi/snapshot_preview1_test.ts b/wasi/snapshot_preview1_test.ts index a159a634c29e..0ea57e089f33 100644 --- a/wasi/snapshot_preview1_test.ts +++ b/wasi/snapshot_preview1_test.ts @@ -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. diff --git a/wasi/testdata b/wasi/testdata index 324366afb925..8f49014513d9 160000 --- a/wasi/testdata +++ b/wasi/testdata @@ -1 +1 @@ -Subproject commit 324366afb925a3974c6135390c280aff9c4e0e99 +Subproject commit 8f49014513d9508f0495977be44ec60c6f4c8e06