Skip to content

x/tools/go/packages: TestOverlayModFileChanges broken at head #33956

Closed
@bcmills

Description

@bcmills

I'm not sure why this isn't showing up in the builders, but TestOverlayModFileChanges is failing consistently for me on everything from go1.12.9 to gotip:

~/src/golang.org/x/tools$ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.

~/src/golang.org/x/tools$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

~/src/golang.org/x/tools$ go1.13rc2 test ./go/packages
--- FAIL: TestOverlayModFileChanges (0.43s)
    packages_test.go:1119: expected module mod2

        go 1.11
        , got module mod2

        go 1.11

        require golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
FAIL
FAIL    golang.org/x/tools/go/packages  10.118s
FAIL

~/src/golang.org/x/tools$

CC @matloob @ianthehat

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.SoonThis needs action soon. (recent regressions, service outages, unusual time-sensitive situations)TestingAn issue that has been verified to require only test changes, not just a test failure.release-blocker

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions