Skip to content
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

reflect: TestCallReturnsEmpty does not work for -test.count=2 #26857

Closed
randall77 opened this issue Aug 8, 2018 · 2 comments
Closed

reflect: TestCallReturnsEmpty does not work for -test.count=2 #26857

randall77 opened this issue Aug 8, 2018 · 2 comments
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@randall77
Copy link
Contributor

$ ../bin/go test reflect -count=2
--- FAIL: TestCallReturnsEmpty (5.00s)
    all_test.go:1706: finalizer did not run
FAIL
FAIL	reflect	5.816s

This test seems to fail for any count > 1.

@randall77 randall77 added the Testing An issue that has been verified to require only test changes, not just a test failure. label Aug 8, 2018
@randall77 randall77 added this to the Go1.12 milestone Aug 8, 2018
@randall77
Copy link
Contributor Author

@quasilyte

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/128475 mentions this issue: reflect: use a bigger object when we need a finalizer to run

@golang golang locked and limited conversation to collaborators Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

2 participants