x/pkgsite/internal/tests/deps: TestCmdPkgsiteDeps failing on js/wasm due to lack of exec
support
#64942
Labels
arch-wasm
WebAssembly issues
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Go version
c95fe91
What operating system and processor architecture are you using (
go env
)?What did you do?
Check build status at https://build.golang.org/?repo=golang.org%2fx%2fpkgsite.
What did you expect to see?
All tests passing.
What did you see instead?
https://build.golang.org/log/60d543c1c0a966e10b9ccbfa67714f9755dbab21:
This test should call
testenv.MustHaveExecPath(t, "go")
to skip on platforms that do not supportexec
.(attn @matloob)
The text was updated successfully, but these errors were encountered: