summaryrefslogtreecommitdiff
path: root/debian/patches/go-testsuite.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-18 15:53:29 +0300
commit8f6c4b0033c72f8ac14694c419a99458339dd6a9 (patch)
tree06c106e622a58100aa85a381b9b65d222b076df4 /debian/patches/go-testsuite.diff
parent42156b5190f4fa150e1fab6777eb81e69d4db8c9 (diff)
downloadgcc-9-debian.tar.gz
Import gcc-9 (9.2.1-19)debian/9.2.1-19debian
Diffstat (limited to 'debian/patches/go-testsuite.diff')
-rw-r--r--debian/patches/go-testsuite.diff6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/patches/go-testsuite.diff b/debian/patches/go-testsuite.diff
index 4f486c9..f37d3cd 100644
--- a/debian/patches/go-testsuite.diff
+++ b/debian/patches/go-testsuite.diff
@@ -1,16 +1,14 @@
# DP: Skip Go testcase on AArch64 which hangs on the buildds.
-Index: b/src/gcc/testsuite/go.test/go-test.exp
-===================================================================
--- a/src/gcc/testsuite/go.test/go-test.exp
+++ b/src/gcc/testsuite/go.test/go-test.exp
-@@ -404,6 +404,14 @@ proc go-gc-tests { } {
+@@ -407,6 +407,14 @@ proc go-gc-tests { } {
continue
}
+ # Hangs on the buildds
+ if { [istarget "aarch64*-*-*"] } {
-+ if { [string match "*go.test/test/chan/select5.go" $test] } {
++ if { [file tail $test] == "pprof.go" } {
+ untested $test
+ continue
+ }