abrown opened PR #6343 from abrown:fix-some-wasi-tests
to bytecodealliance:main
:
After thinking about this some more, I took another look at fixing some issues with the test cases. By doing the following, many more test cases now pass:
- this change cleans up garbage files created by the test
- this change also fixes how directories are mapped, using
--mapdir
instead of--dir
See the commit messages for more detail.
abrown requested fitzgen for a review on PR #6343.
abrown requested wasmtime-core-reviewers for a review on PR #6343.
abrown edited PR #6343:
After thinking about this some more, I took another look at fixing some issues with the test cases. By doing the following, many more test cases now pass:
- this change cleans up garbage files created by the test
- this change also fixes how directories are mapped, using
--mapdir
instead of--dir
See the commit messages for more detail.
alexcrichton submitted PR review.
alexcrichton submitted PR review.
alexcrichton created PR review comment:
Instead of passing the raw directory in the spec test suite to each test, could the directory perhaps be copied to a temporary location and have the test run against that? That way the temporary directory clean up would removing any extra files and the
clean_garbage
filtering may not be necessary?Alternatively though explicitly cleaning out files I think is ok, and if this is how the test suite runs upstream I think it's fine to mirror that as well.
abrown created PR review comment:
Well, right now I believe the other
wasi-testsuite
test runner (the Python one) expects to clean up any*.cleanup
files so I propose we stick with that for now. I opened https://github.com/WebAssembly/wasi-testsuite/pull/74 to actually right down what a test runner should do and I added a comment there about this. How about we change this logic once we decide what to do there?
abrown edited PR review comment.
alexcrichton created PR review comment:
Sounds good to me :+1:
abrown merged PR #6343.
Last updated: Nov 22 2024 at 17:03 UTC