-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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:race: TestOutput failures #69257
Comments
Found new dashboard test flakes for:
2024-09-04 04:56 gotip-linux-ppc64le_power8 go@1b5ae451 runtime/race:race.TestOutput (log)
|
Looks like the regexp expects the line 9 case first and line 10 second, but got it in the opposite order. Maybe the test is fragile? Can it actually control the order of the writes? |
The failing test was added by @aclements in May, 2023 in https://go.dev/cl/497235. For purposes of the issue (#60245) I suspect we can simply the regexp to just look for the wrapper symbol. Or, we could do what some of the other tests do and add a |
Found new dashboard test flakes for:
2024-11-18 18:43 gotip-linux-amd64-boringcrypto go@5a0f2a7a runtime/race:race.TestOutput (log)
|
Found new dashboard test flakes for:
2024-11-19 22:30 gotip-linux-amd64 go@8c2a04f1 runtime/race:race.TestOutput (log)
|
Found new dashboard test flakes for:
2025-01-03 18:12 go1.24-linux-ppc64le_power8 release-branch.go1.24@eb0c2b2f runtime/race:race.TestOutput (log)
|
Issue created automatically to collect these failures.
Example (log):
— watchflakes
The text was updated successfully, but these errors were encountered: