summaryrefslogtreecommitdiff
path: root/llgo/libgo-check-failures.diff
blob: ac53aeefa5800ed30a8df4ff76f3e521bea66b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 526b656..31c206e 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -3688,7 +3688,6 @@ TEST_PACKAGES = \
 	os/check \
 	path/check \
 	reflect/check \
-	regexp/check \
 	runtime/check \
 	sort/check \
 	strconv/check \
@@ -3787,7 +3786,6 @@ TEST_PACKAGES = \
 	os/user/check \
 	path/filepath/check \
 	regexp/syntax/check \
-	runtime/pprof/check \
 	sync/atomic/check \
 	text/scanner/check \
 	text/tabwriter/check \
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 2254478..d2482d1 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -2193,7 +2193,6 @@ TEST_PACKAGES = \
 	os/check \
 	path/check \
 	reflect/check \
-	regexp/check \
 	runtime/check \
 	sort/check \
 	strconv/check \
@@ -2292,7 +2291,6 @@ TEST_PACKAGES = \
 	os/user/check \
 	path/filepath/check \
 	regexp/syntax/check \
-	runtime/pprof/check \
 	sync/atomic/check \
 	text/scanner/check \
 	text/tabwriter/check \