aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/example_test.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-4/+12
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2019-02-15re PR go/89168 (FAIL: cmd/go/internal/load)Ian Lance Taylor1-4/+4
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
2017-09-14libgo: update to go1.9Ian Lance Taylor1-0/+54
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767