Skip to content

Commit

Permalink
test(std/wasi): re-enable clock_time_get tests
Browse files Browse the repository at this point in the history
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 my previous
tests for this in the upstream test suite were a bit more aggressive).
  • Loading branch information
caspervonb committed Oct 24, 2020
1 parent dd95281 commit 00049f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions std/wasi/snapshot_preview1_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion std/wasi/testdata

0 comments on commit 00049f6

Please sign in to comment.