-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Closed
Copy link
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.release-blocker
Milestone
Description
#!watchflakes
post <- pkg == "cmd/go" && test ~ `TestScript/build_pgo.*` && goos == "windows"
It is just bad path matching in the regular expressions.
script_test.go:154: FAIL: build_pgo.txt:16: stdout -pgo=.*/prof: no match for `(?m)-pgo=.*/prof` in stdout
...
script_test.go:154: FAIL: build_pgo_auto_multi.txt:40: stdout -pgo=.*a\default\.pgo: no match for `(?m)-pgo=.*a\default\.pgo` in stdout
FYI @bcmills
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.release-blocker
Type
Projects
Status
Done