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

cmd/compile/internal/test: TestIntendedInlining failures #60261

Open
gopherbot opened this issue May 17, 2023 · 4 comments
Open

cmd/compile/internal/test: TestIntendedInlining failures #60261

gopherbot opened this issue May 17, 2023 · 4 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 17, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-04-03 14:51 netbsd-arm-bsiegert go@f5371581 cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (63.02s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER
2023-04-03 18:34 netbsd-arm-bsiegert go@ccad8a9f cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (66.11s)
    inl_test.go:340: sync.OnceFunc was not inlined: unhandled op DEFER

watchflakes

@cherrymui
Copy link
Member

Old failure. Fixed.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-23 20:25 linux-ppc64le-power9osu go@74af79bc cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (6.36s)
    inl_test.go:334: exit status 1

watchflakes

@gopherbot gopherbot reopened this May 23, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "cmd/compile/internal/test" && test == "TestIntendedInlining"
2023-05-25 00:13 linux-ppc64le-power10osu go@4406ed6d cmd/compile/internal/test.TestIntendedInlining (log)
--- FAIL: TestIntendedInlining (5.50s)
    inl_test.go:334: exit status 1

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants