blob: 519bddfce449c26172f3ecc196d0eba92b6c77bc [file] [log] [blame]
Peter Collingbourne93c73eb2015-04-05 23:30:42 +00001diff -r a6e10414311a libgo/Makefile.am
2--- a/libgo/Makefile.am Fri Jan 16 07:57:02 2015 -0800
3+++ b/libgo/Makefile.am Fri Apr 03 15:07:47 2015 -0700
4@@ -3738,7 +3738,6 @@
Andrew Wilkinsd07b2b42015-03-06 02:49:07 +00005 os/check \
6 path/check \
7 reflect/check \
8- regexp/check \
9 runtime/check \
10 sort/check \
11 strconv/check \
Peter Collingbourne93c73eb2015-04-05 23:30:42 +000012@@ -3838,7 +3837,6 @@
Andrew Wilkinsd07b2b42015-03-06 02:49:07 +000013 os/user/check \
14 path/filepath/check \
15 regexp/syntax/check \
16- runtime/pprof/check \
17 sync/atomic/check \
18 text/scanner/check \
19 text/tabwriter/check \
Peter Collingbourne93c73eb2015-04-05 23:30:42 +000020diff -r a6e10414311a libgo/Makefile.in
21--- a/libgo/Makefile.in Fri Jan 16 07:57:02 2015 -0800
22+++ b/libgo/Makefile.in Fri Apr 03 15:07:47 2015 -0700
23@@ -2212,7 +2212,6 @@
Andrew Wilkinsd07b2b42015-03-06 02:49:07 +000024 os/check \
25 path/check \
26 reflect/check \
27- regexp/check \
28 runtime/check \
29 sort/check \
30 strconv/check \
Peter Collingbourne93c73eb2015-04-05 23:30:42 +000031@@ -2312,7 +2311,6 @@
Andrew Wilkinsd07b2b42015-03-06 02:49:07 +000032 os/user/check \
33 path/filepath/check \
34 regexp/syntax/check \
35- runtime/pprof/check \
36 sync/atomic/check \
37 text/scanner/check \
38 text/tabwriter/check \
Peter Collingbourne93c73eb2015-04-05 23:30:42 +000039diff -r a6e10414311a libgo/go/runtime/mfinal_test.go
40--- a/libgo/go/runtime/mfinal_test.go Fri Jan 16 07:57:02 2015 -0800
41+++ b/libgo/go/runtime/mfinal_test.go Fri Apr 03 15:07:47 2015 -0700
42@@ -62,6 +62,7 @@
43 }()
44 <-done
45 runtime.GC()
46+ runtime.GC()
47 select {
48 case <-ch:
49 case <-time.After(time.Second * 4):