Skip to content

Fix standard library test failures in internal packages. #1061

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

Merged
merged 3 commits into from
Sep 17, 2021

Conversation

nevkontakte
Copy link
Member

  • Exclude internal/abi from CI, since it's not relevant to GopherJS.
  • Work around GopherJS limitations causing a panic in internal/poll pipe pool.

This package seems to be related to the new register-based ABI in Go
1.17, which is completely irrelevant for GopherJS.
The fix is two-fold:

 1. `disableSplice` is initialized with `(*bool)(nil)` to work around
    gopherjs#1060.
 2. Skipped `TestSplicePipePool`, which relies in runtime features
    GopherJS doesn't support.
@nevkontakte nevkontakte merged commit 8b97c5a into gopherjs:wip-go1.17 Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants