gcc/libgo/go
Ian Lance Taylor fcee603081 libgo: compile examples in _test packages
Previously if the only names defined by _test packages were examples,
    the gotest script would emit an incorrect _testmain.go file.
    I worked around that by marking the example_test.go files +build ignored.
    
    This CL changes the gotest script to handle this case correctly,
    and removes the now-unnecessary build tags.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/214039

From-SVN: r280085
2020-01-09 23:14:57 +00:00
..
archive libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
bufio libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
builtin libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
bytes libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
cmd libgo: better cmd/cgo handling for '.' in pkgpath 2019-11-19 23:04:08 +00:00
compress libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
container libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
context libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
crypto libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
database/sql libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
debug libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
encoding libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
errors libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
expvar libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
flag libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
fmt libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
go libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
golang.org/x libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
hash libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
html libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
image libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
index/suffixarray libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
internal compiler, runtime, reflect: generate hash functions only for map keys 2020-01-02 21:55:32 +00:00
io libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
log libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
math libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
mime libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
net libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
os re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) 2019-12-24 05:05:32 +00:00
path libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
plugin libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
reflect compiler, runtime, reflect: generate hash functions only for map keys 2020-01-02 21:55:32 +00:00
regexp libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
runtime libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
sort libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00
strconv libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
strings libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
sync libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
syscall re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) 2019-12-24 05:05:32 +00:00
testdata libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testing libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
text libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
time libgo: update to Go1.13 2019-09-12 23:22:53 +00:00
unicode libgo: update to Go 1.13beta1 release 2019-09-06 18:12:46 +00:00