diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-15 00:36:50 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-02-15 00:36:50 +0000 |
commit | c8530c410972f09b88bb143e5e5a4910bd72b2ee (patch) | |
tree | 93d9f78cf295af4117b6d17f89039e06a631b118 /gcc | |
parent | b90fff0cc04c63d7cf23d689dbf1bc91f799de2c (diff) | |
download | gcc-c8530c410972f09b88bb143e5e5a4910bd72b2ee.zip gcc-c8530c410972f09b88bb143e5e5a4910bd72b2ee.tar.gz gcc-c8530c410972f09b88bb143e5e5a4910bd72b2ee.tar.bz2 |
re PR go/89168 (FAIL: cmd/go/internal/load)
PR go/89168
libgo: change gotest to run examples with output
Change the gotest script to act like "go test" and run examples that
have "output" comments. This is not done with full generality, but
just enough to run the libgo tests. Other packages should be tested
with "go test" as usual.
While we're here clean up some old bits of gotest, and only run
TestXXX functions that are actually in *_test.go files. The latter
change should fix https://gcc.gnu.org/PR89168.
Reviewed-on: https://go-review.googlesource.com/c/162139
From-SVN: r268922
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index ebf8cd5..e8d4f99 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c2fc3b83d832725accd4fa5874a5b5ca02dd90dc +4a6f2bb2c8d3f00966f001a5b03c57cb4a278265 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |