gcc/libgo/go/testing
Ian Lance Taylor 00b2a30fd4 libgo: update to final Go 1.8 release
Along with the update this fixes a problem that was always present but
    only showed up with the new reflect test.  When a program used a
    **unsafe.Pointer and stored the value in an interface type, the
    generated type descriptor pointed to the GC data for *unsafe.Pointer.
    It did that by name, but we were not generating a variable with the
    right name.
    
    Reviewed-on: https://go-review.googlesource.com/37144

From-SVN: r245535
2017-02-17 15:43:39 +00:00
..
internal/testdeps libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
iotest
quick libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
allocs_test.go
allocs.go
benchmark_test.go
benchmark.go libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
cover.go
example.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
export_test.go
match_test.go
match.go
sub_test.go libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
testing_test.go
testing.go libgo: update to final Go 1.8 release 2017-02-17 15:43:39 +00:00