Stream: git-wasmtime

Topic: wasmtime / Issue #1526 Add AArch64 tests to CI


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 20:15):

alexcrichton commented on Issue #1526:

I should note that I tried to write #[should_panic] for all failing tests on aarch64 so if something is fixed we can be sure to enable the regression test. Unfortunately though this directive doesn't work for test functions returning a result, so many wasmtime tests are simply #[ignore]

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 20:26):

github-actions[bot] commented on Issue #1526:

Subscribe to Label Action

cc @bnjbvr

<details>
This issue or pull request has been labeled: "cranelift"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 20:33):

github-actions[bot] commented on Issue #1526:

Subscribe to Label Action

cc @fitzgen, @kubkon, @peterhuene

<details>
This issue or pull request has been labeled: "cranelift:module", "fuzzing", "wasi", "wasmtime:api", "wasmtime:c-api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 20:46):

alexcrichton commented on Issue #1526:

Updated with a comment about the new semantics of test_run

view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2020 at 15:41):

alexcrichton commented on Issue #1526:

Ok should be green now to account for recent merges.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 21 2020 at 18:58):

alexcrichton commented on Issue #1526:

Ok I've pushed up a commit which accounts for https://github.com/bytecodealliance/wasmtime/issues/1569 and recently fixed tests too.


Last updated: Oct 23 2024 at 20:03 UTC