cmd/go: all.bash test failure in the terminal test from commit 1fba10c999 #34791
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Soon
This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Starting with commit 1fba10c (which is to fix issue #29062), running
all.bash
in a terminal causes the TestIsTerminal test to fail:Running
all.bash
in a context where it doesn't have a terminal (pty) available causes this test to be skipped, resulting in no failure, which may be why the builders aren't picking up on this test failure.The text was updated successfully, but these errors were encountered: