]> Cypherpunks repositories - gostls13.git/commitdiff
arm: disable some problematic tests
authorDean Prichard <dean.prichard@gmail.com>
Thu, 25 Mar 2010 07:23:07 +0000 (00:23 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 25 Mar 2010 07:23:07 +0000 (00:23 -0700)
test/64bit.go:  segfaults on sheevaplug(armv5)

The following have long runtimes when GC is on.
Sample run time in seconds for android emulator
and sheevaplug
test/stack.go:          4934s   1780s
test/ken/chan.go:        860s    296s
test/gc1.go:             218s     69s

R=rsc, kaib
CC=golang-dev
https://golang.org/cl/749041

test/arm-pass.txt
test/golden-arm.out

index 2f3b66020efbb2719bdf348bcee52b99ae216172..7b1d3113352e459aca0c5f5b16022e7e7cf448df 100644 (file)
@@ -1,5 +1,4 @@
 235.go
-64bit.go
 assign.go
 blank1.go
 chan/fifo.go
@@ -220,7 +219,6 @@ func3.go
 func4.go
 func5.go
 gc.go
-gc1.go
 hashmap.go
 helloworld.go
 if.go
@@ -251,7 +249,6 @@ interface/returntype.go
 interface/struct.go
 iota.go
 ken/array.go
-ken/chan.go
 ken/chan1.go
 ken/complit.go
 ken/divmod.go
@@ -292,7 +289,6 @@ runtime.go
 sieve.go
 sigchld.go
 simassign.go
-stack.go
 string_lit.go
 switch.go
 switch1.go
index 6764f93347d0d73ee65f0e284d664683e5ef12aa..fa89104cacbb9b6bae46b12b857876a425cba417 100644 (file)
@@ -1,7 +1,4 @@
 
-=========== 64bit.go
-BUG: 64bit
-
 =========== chan/nonblock.go
 PASS