~angelsl/ubuntu/wily/gcc-5/mips-cross

« back to all changes in this revision

Viewing changes to debian/patches/go-testsuite.diff

  • Committer: angelsl
  • Date: 2015-10-30 03:30:35 UTC
  • Revision ID: angelsl-20151030033035-rmug41zm8hyjgisg
Original import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: Skip Go testcase on AArch64 which hangs on the buildds.
 
2
 
 
3
Index: b/src/gcc/testsuite/go.test/go-test.exp
 
4
===================================================================
 
5
--- a/src/gcc/testsuite/go.test/go-test.exp
 
6
+++ b/src/gcc/testsuite/go.test/go-test.exp
 
7
@@ -398,6 +398,14 @@ proc go-gc-tests { } {
 
8
            }
 
9
        }
 
10
 
 
11
+       # Hangs on the buildds
 
12
+       if { [istarget "aarch64*-*-*"] } {
 
13
+           if { [string match "*go.test/test/chan/select5.go" $test] } {
 
14
+               untested $test
 
15
+               continue
 
16
+           }
 
17
+       }
 
18
+
 
19
        if { [file tail $test] == "init1.go" } {
 
20
            # This tests whether GC runs during init, which for gccgo
 
21
            # it currently does not.