summaryrefslogtreecommitdiff
path: root/std/wasi/snapshot_preview1_test.ts
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-10-26 23:57:09 +0800
committerGitHub <noreply@github.com>2020-10-26 16:57:09 +0100
commitb9dc2c3521fc5d1ad2cb3579f9be7ca8e3fd90c6 (patch)
treecc278efb71847b63aa978369d4758b49299b67a3 /std/wasi/snapshot_preview1_test.ts
parent35caa160bf9b781d20364d77f53fee6e8f9899c3 (diff)
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).
Diffstat (limited to 'std/wasi/snapshot_preview1_test.ts')
-rw-r--r--std/wasi/snapshot_preview1_test.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/std/wasi/snapshot_preview1_test.ts b/std/wasi/snapshot_preview1_test.ts
index a159a634c..0ea57e089 100644
--- a/std/wasi/snapshot_preview1_test.ts
+++ b/std/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.