Re: [PATCH, go]: Skip some go tests

2014-01-17 Thread Ian Lance Taylor
On Fri, Jan 17, 2014 at 8:32 AM, Matthias Klose wrote: > Am 09.01.2014 18:11, schrieb Uros Bizjak: >> On Thu, Jan 9, 2014 at 4:01 PM, Ian Lance Taylor wrote: >>> On Thu, Jan 9, 2014 at 2:54 AM, Uros Bizjak wrote: 2014-01-09 Uros Bizjak * go.test/go-test.exp (go-gc-test

Re: [PATCH, go]: Skip some go tests

2014-01-17 Thread Matthias Klose
Am 09.01.2014 18:11, schrieb Uros Bizjak: > On Thu, Jan 9, 2014 at 4:01 PM, Ian Lance Taylor wrote: >> On Thu, Jan 9, 2014 at 2:54 AM, Uros Bizjak wrote: >>> >>> 2014-01-09 Uros Bizjak >>> >>> * go.test/go-test.exp (go-gc-tests): Don't run peano.go on systems >>> which don't support -f

Re: [PATCH, go]: Skip some go tests

2014-01-09 Thread Ian Lance Taylor
On Thu, Jan 9, 2014 at 2:54 AM, Uros Bizjak wrote: > > There are two remaining warnings: > > go.test/test/nilcheck.go: unrecognized test line: // errorcheck -0 -N -d=nil > go.test/test/nilptr3.go: unrecognized test line: // errorcheck -0 -d=nil Thanks, not sure how I missed those. Those tests ar

Re: [PATCH, go]: Skip some go tests

2014-01-09 Thread Uros Bizjak
On Thu, Jan 9, 2014 at 4:01 PM, Ian Lance Taylor wrote: > On Thu, Jan 9, 2014 at 2:54 AM, Uros Bizjak wrote: >> >> 2014-01-09 Uros Bizjak >> >> * go.test/go-test.exp (go-gc-tests): Don't run peano.go on systems >> which don't support -fsplit-stack. Skip rotate[0123]-out.go. > > This i

Re: [PATCH, go]: Skip some go tests

2014-01-09 Thread Ian Lance Taylor
On Thu, Jan 9, 2014 at 2:54 AM, Uros Bizjak wrote: > > 2014-01-09 Uros Bizjak > > * go.test/go-test.exp (go-gc-tests): Don't run peano.go on systems > which don't support -fsplit-stack. Skip rotate[0123]-out.go. This is OK. Thanks. You might want to tweak the comment just under wher

[PATCH, go]: Skip some go tests

2014-01-09 Thread Uros Bizjak
Hello! Attached patch skip some go tests to avoid testsuite failures: - peano.go tests recursive call. The test fails on targets that don't support -fsplit-stack (Centos 5.3, alpha) - rotate[0123]-out.go take too long to compile. The test should be skipped for the same reason as rotate.go: