alexcrichton opened PR #10423 from alexcrichton:refactor-utiles
to bytecodealliance:main
:
This commit consolidates all of the existing crates we have for testing into a smaller set of crates. Specifically:
crates/misc/component-fuzz-util
=>wasmtime-test-util
+component-fuzz
featurecrates/misc/component-test-util
=>wasmtime-test-util
+component
featurecrates/wast-util
=>wasmtime-test-util
+wast
featurecrates/misc/component-macro-test
=>wasmtime-test-macros
The goal is to have one location we put various test helpers/macros rather than our current organically-grown many locations. This is inspired by the test failure on #10405 where I'd like to refactor more infrastructure to a "test util" location but it wasn't clear where to put it so I wanted to do this refactoring first.
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #10423.
alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #10423.
alexcrichton requested wasmtime-core-reviewers for a review on PR #10423.
alexcrichton requested wasmtime-default-reviewers for a review on PR #10423.
alexcrichton updated PR #10423.
alexcrichton commented on PR #10423:
this is a commit on the objdump PR to fix the test failure over there, leveraging this PR
github-actions[bot] commented on PR #10423:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
fitzgen submitted PR review.
fitzgen merged PR #10423.
Last updated: Apr 16 2025 at 17:03 UTC