commit c814ac44c0571f844718f07aa52afa47e37fb1ed [browse]
Author: Bryan C. Mills
Date: 2018-07-19 16:59:50 -04:00
cmd/go: fix TestScript/list_test_e on Windows
I forgot to run trybots on CL 123758, and the test failed on Windows because I
hard-coded a slash-delimited path.
Use the tent-in-a-box operator ([/\\]) to make the path platform-agnostic.
Change-Id: I9113ab60d21152c11e2ebdf822b58a44b1b38574
Reviewed-on: https://go-review.googlesource.com/125115
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
commit d365890ba6b7b51f69e65d32dd76d3e59f83ece9 [browse]
Author: Andrew Bonventre
Date: 2018-07-19 16:31:12 -04:00
api: add ErrorHandler function to httputil.ReverseProxy
Change-Id: Ie706c43c9a11cf30ca0f2139a4e9eabac8c75c75
Reviewed-on: https://go-review.googlesource.com/125096
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
commit ecf8bac9596e6b8e1d00285afe1eee2ceb553c9c [browse]
Author: Keith Randall
Date: 2018-07-19 13:19:54 -07:00
cmd/compile: run fmt test only in long mode
Update #26469
Change-Id: Id8b8d1c0db48374d5d3dc663a77187a73f60c9a5
Reviewed-on: https://go-review.googlesource.com/125037
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
commit b47927cc2657ca1e3a1b898632b577cacb3b440c [browse]
Author: Bryan C. Mills
Date: 2018-07-13 17:24:05 -04:00
cmd/go/internal/list: do not examine TestmainGo if the test fails to load
Fixes #25980.
Change-Id: I33c8e72871ffbb1cd1babbcd5dabc8cac0bbcaed
Reviewed-on: https://go-review.googlesource.com/123758
Reviewed-by: Russ Cox <rsc@golang.org>
commit 0b3d39c70018c6f149129abb3b05ce8ccffcf292 [browse]
Author: David Chase
Date: 2018-07-19 15:04:14 -04:00
cmd/compile: don't run gc/ssa_test/TestGenFlowGraph in short mode
The test runs far too long for -short mode (4 seconds).
Also removed useless test of now-disconnected knob
(GO_SSA_PHI_LOC_CUTOFF), which cuts 4 seconds to 2 seconds (which
is still too long), and finished removing the disconnected knob.
Updates #26469.
Change-Id: I6c594227c4a5aaffee46832049bdbbf570d86e60
Reviewed-on: https://go-review.googlesource.com/125075
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
clone the repository to get more history