dispatchrun / wasi-go

A Go implementation of the WebAssembly System Interface (WASI)
Apache License 2.0
124 stars 7 forks source link

unix: fix fstest #53

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

We had a few issues in our use of testing/fstest, which are fixed by this PR.

After fixing the issues, I ran into what appears to be a bug in the testing/fstest package, and submitted a CL to Go to address https://go-review.googlesource.com/c/go/+/503175

The tests in this PR won't pass until the fix is added to Go, so I have changed it to skip instead of failing.