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 libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
quick libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
allocs.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
allocs_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
benchmark.go libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
benchmark_test.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
cover.go libgo, compiler: Upgrade libgo to Go 1.4, except for runtime. 2015-01-15 00:27:56 +00:00
example.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
export_test.go libgo: Update to October 24 version of master library. 2013-11-06 19:49:01 +00:00
match.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
match_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
sub_test.go libgo: update to go1.8rc2 2017-01-23 22:18:42 +00:00
testing.go libgo: update to final Go 1.8 release 2017-02-17 15:43:39 +00:00
testing_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00