]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: skip broken TestExecutableGOROOT/RelocatedExe
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 16:21:48 +0000 (16:21 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 27 Jun 2017 19:00:52 +0000 (19:00 +0000)
Test just doesn't work.

Updates #20284

Change-Id: I31c3f771e68dcdc471767594a1467e19fbf5fe88
Reviewed-on: https://go-review.googlesource.com/46830
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@google.com>
src/cmd/go/go_test.go

index d04759636922b29453b1df2698222ffffe3410ca..f36432cf34c2dd9eddc2bea94747f72f186babd2 100644 (file)
@@ -4072,6 +4072,8 @@ func TestExecutableGOROOT(t *testing.T) {
        newRoot := tg.path("new")
 
        t.Run("RelocatedExe", func(t *testing.T) {
+               t.Skip("TODO: skipping known broken test; see golang.org/issue/20284")
+
                // Should fall back to default location in binary.
                // No way to dig out other than look at source code.
                data, err := ioutil.ReadFile("../../runtime/internal/sys/zversion.go")