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

x/build/dashboard: TestSlowBotAliases and TestTryBotsCompileAllPorts failing on windows/arm64 #45131

Closed
dmitshur opened this issue Mar 19, 2021 · 1 comment
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Windows
Milestone

Comments

@dmitshur
Copy link
Contributor

The windows/arm64 port has been enabled on tip, causing these tests to fail because there's no builder for them.

--- FAIL: TestSlowBotAliases (0.04s)
    builders_test.go:782: term "windows-arm64" has no match in slowBotAliases
--- FAIL: TestTryBotsCompileAllPorts (0.02s)
    builders_test.go:870: Missing trybot or misc-compile trybot: "windows-arm64"
FAIL
FAIL	golang.org/x/build/dashboard	0.096s

We need to skip them with a TODO item. The work of adding a windows/arm64 builder is tracked in issue #42604.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. labels Mar 19, 2021
@dmitshur dmitshur added this to the Unreleased milestone Mar 19, 2021
@dmitshur dmitshur self-assigned this Mar 19, 2021
@dmitshur
Copy link
Contributor Author

Fixed by CL 293772.

@golang golang locked and limited conversation to collaborators Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. OS-Windows
Projects
None yet
Development

No branches or pull requests

2 participants