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

runtime/race: RaceChanWrongSend flake on linux-amd64 #19604

Closed
bradfitz opened this issue Mar 18, 2017 · 1 comment
Closed

runtime/race: RaceChanWrongSend flake on linux-amd64 #19604

bradfitz opened this issue Mar 18, 2017 · 1 comment
Labels
FrozenDueToAge help wanted Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bradfitz
Copy link
Contributor

This change failed on linux-amd64-race:
See https://storage.googleapis.com/go-build-log/99e58459/linux-amd64-race_abd9d5c2.log

NoRaceChanSyncCloseRecv2                 .
NoRaceChanSyncCloseRecv3                 .
RaceChanSyncCloseSend                    .
RaceChanAsyncCloseSend                   .
RaceChanCloseClose                       .
RaceChanSendLen                          .
RaceChanRecvLen                          .
RaceChanSendSend                         .
NoRaceChanPtr                            .
RaceChanWrongSend                        FAILED
RaceChanWrongClose                       .
RaceChanSendClose                        .
RaceChanSendSelectClose                  .
RaceSelectReadWriteAsync                 .
RaceSelectReadWriteSync                  .
NoRaceSelectReadWriteAsync               .
RaceChanReadWriteAsync                   .
RaceChanReadWriteSync                    .

/cc @dvyukov

@bradfitz bradfitz added help wanted Testing An issue that has been verified to require only test changes, not just a test failure. labels Mar 18, 2017
@bradfitz bradfitz added this to the Go1.9Maybe milestone Mar 18, 2017
@dvyukov
Copy link
Member

dvyukov commented Mar 18, 2017

dup of #14119

@dvyukov dvyukov closed this as completed Mar 18, 2017
@golang golang locked and limited conversation to collaborators Mar 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted 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

3 participants