summaryrefslogtreecommitdiff
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
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).
-rw-r--r--std/wasi/snapshot_preview1_test.ts4
m---------std/wasi/testdata0
2 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.
diff --git a/std/wasi/testdata b/std/wasi/testdata
-Subproject 324366afb925a3974c6135390c280aff9c4e0e9
+Subproject 8f49014513d9508f0495977be44ec60c6f4c8e0