Stream: git-wasmtime

Topic: wasmtime / issue #7569 wasi: test for mtime accuracy to 1...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2023 at 20:16):

pchickey commented on issue #7569:

The right way to set up a configurable test option is to add an element to TestConfig, initialize it from environment variables (so, set by the test runner and resolved at runtime) in from_env, and add an accessor method: https://github.com/bytecodealliance/wasmtime/blob/main/crates/test-programs/src/preview1.rs#L117

view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2023 at 21:43):

guybedford commented on issue #7569:

I've added a new NO_ACCURATE_TIME configuration option for this now.


Last updated: Oct 23 2024 at 20:03 UTC