gcc/libgo/go
Ian Lance Taylor eaa7bc3388 re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no network connection)
PR go/65785
    net: don't run multicast listen test on nil interface in short mode
    
    This is a backport of https://golang.org/cl/17154.
    
    The gccgo bug report https://gcc.gnu.org/PR65785 points out that the
    multicast listen tests will use the network even with -test.short.
    Fix test by checking testing.Short with a nil interface.
    
    Reviewed-on: https://go-review.googlesource.com/17158

From-SVN: r230695
2015-11-21 01:41:24 +00:00
..
archive runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
bufio runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
builtin runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
bytes runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
cmd re PR go/68072 (malformed DWARF TagVariable entry) 2015-11-20 22:48:47 +00:00
compress runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
container libgo: Update to Go 1.3 release. 2014-07-19 08:53:52 +00:00
crypto runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
database/sql runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
debug runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
encoding re PR go/66138 (json decoder Decode function fails for some structure return values) 2015-11-07 01:24:57 +00:00
errors libgo: Update to weekly.2012-02-22 release. 2012-03-02 20:01:37 +00:00
exp libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
expvar runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
flag runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
fmt libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
hash runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
html runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
image runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
index/suffixarray libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
internal libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
io runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
log runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
math runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
mime runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
net re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no network connection) 2015-11-21 01:41:24 +00:00
old libgo: Update to Go 1.1.1. 2013-07-16 06:54:42 +00:00
os runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
path runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
reflect re PR go/66138 (json decoder Decode function fails for some structure return values) 2015-11-07 01:24:57 +00:00
regexp runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
runtime libgo: Update from Go 1.5 to Go 1.5.1. 2015-10-31 15:23:52 +00:00
sort runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
strconv runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
strings runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
sync runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
syscall libgo: Solaris portability fixes. 2015-11-06 19:15:45 +00:00
testing runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
text runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
time runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
unicode runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00