r230695 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Sat Nov 21 01:41:00 GMT 2015


Author: ian
Date: Sat Nov 21 01:41:24 2015
New Revision: 230695

URL: https://gcc.gnu.org/viewcvs?rev=230695&root=gcc&view=rev
Log:
	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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/net/listen_test.go



More information about the Gcc-cvs mailing list