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
bufio
builtin
bytes
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
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
encoding libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
errors
expvar
flag
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
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
reflect compiler, runtime, reflect: generate hash functions only for map keys 2020-01-02 21:55:32 +00:00
regexp
runtime libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
sort
strconv
strings
sync
syscall re PR go/93020 (Final patches to build gcc-10 on GNU/Hurd) 2019-12-24 05:05:32 +00:00
testdata
testing
text libgo: compile examples in _test packages 2020-01-09 23:14:57 +00:00
time
unicode