initial import from Debian
version: 14.3.0-5 commit: bee30ab0fff2fd6af94c62376c8aa4221bb831e0
This commit is contained in:
19
debian/patches/go-testsuite.diff
vendored
Normal file
19
debian/patches/go-testsuite.diff
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# DP: Skip Go testcase on AArch64 which hangs on the buildds.
|
||||
|
||||
--- a/src/gcc/testsuite/go.test/go-test.exp
|
||||
+++ b/src/gcc/testsuite/go.test/go-test.exp
|
||||
@@ -460,6 +460,14 @@ proc go-gc-tests { } {
|
||||
continue
|
||||
}
|
||||
|
||||
+ # Hangs on the buildds
|
||||
+ if { [istarget "aarch64*-*-*"] } {
|
||||
+ if { [file tail $test] == "pprof.go" } {
|
||||
+ untested $test
|
||||
+ continue
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
if { [file tail $test] == "init1.go" } {
|
||||
# This tests whether GC runs during init, which for gccgo
|
||||
# it currently does not.
|
Reference in New Issue
Block a user