runtime: TestSpuriousWakeupsNeverHangSemasleep doesn't build on Plan 9 #27662
Comments
Change https://golang.org/cl/135315 mentions this issue: |
Thanks for catching that @0intro! Interestingly though yesterday it built successfully https://go-review.googlesource.com/c/go/+/135015#message-01bdd240e139e50a967331d9c6095945f2ce702f |
Unfortunately, the plan9 trybot has been disabled a while ago. The misc-compile-plan9 trybot only builds Go, without running the tests. However, the tests are only built when executed. |
Gotcha, thanks for the fix @0intro! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CL 135015 added TestSpuriousWakeupsNeverHangSemasleep. This test is failing on Plan 9 because syscall.SIGIO is not defined.
See https://build.golang.org/log/a16a3aa8831cb7b424c37ccb0ce84a88ca27b5dc
The text was updated successfully, but these errors were encountered: