Skip to content

Conversation

nevkontakte
Copy link
Member

Go 1.16.3 introduced a new regression test in the testing package, which also required runtime.Callers(). Since I've already implemented the hard part of the call stack support, I went ahead and completed it. I think this is the last pull request before we can merge go1.16-stdlib into master (famous last words).

Updates #989

Go 1.16.3 added yet another test in the `testing` package, which relied
upon these functions, but since most of the support already existed, I
decided to complete it instead of skipping yet another test.

As a result, I was able to re-enable several tests in `io` and `testing`
packages.
@nevkontakte nevkontakte requested a review from flimzy April 5, 2021 18:10
@nevkontakte nevkontakte merged commit c9347d8 into gopherjs:go1.16-stdlib Apr 6, 2021
@nevkontakte nevkontakte deleted the go1.16-stdlib branch April 11, 2021 12:03
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