Skip to content

cmd/go: CL 496958 breaks TestScript/build_pgo_auto_multi on windows-amd64-longtest #60408

@prattmic

Description

@prattmic
#!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/goNeedsFixThe 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.release-blocker

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions