Skip to content

Commit

Permalink
test(wasi): re-enable clock_time_get tests (denoland/deno#8098)
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 previous
tests for this in the upstream test suite were a bit more aggressive).
  • Loading branch information
caspervonb authored Oct 26, 2020
1 parent b74bd42 commit bc66254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions 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 wasi/testdata
Submodule testdata updated from 324366 to 8f4901

0 comments on commit bc66254

Please sign in to comment.