-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock: make --trap-stdlib the default when running xgo test
#144
Comments
This was referenced May 26, 2024
The PR #166 has raised a problem:
Logs Link(may expire)Both linux and windows blocks, using go1.20.
Next step:
|
Update:
# blocking
with-go1.20 go run -tags dev ./cmd/xgo test -v --strace --project-dir runtime/test/trace_without_dep
# not blocking
with-go1.20 go run -tags dev ./cmd/xgo test -v --trap-stdlib=false --strace --project-dir runtime/test/trace_without_dep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we fixed the bug in #142, and verified that
xgo test --trap-stdlib ./...
ok in kubernetes, we will proceed on this as completing #103 (comment).But also allow
xgo test --trap-stdlib=false
to explicitly turn it off.The text was updated successfully, but these errors were encountered: