Commit e1fa05f5 authored by Dean Prichard's avatar Dean Prichard Committed by Russ Cox

arm: disable some problematic tests

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
parent 7f2ea938
235.go 235.go
64bit.go
assign.go assign.go
blank1.go blank1.go
chan/fifo.go chan/fifo.go
...@@ -220,7 +219,6 @@ func3.go ...@@ -220,7 +219,6 @@ func3.go
func4.go func4.go
func5.go func5.go
gc.go gc.go
gc1.go
hashmap.go hashmap.go
helloworld.go helloworld.go
if.go if.go
...@@ -251,7 +249,6 @@ interface/returntype.go ...@@ -251,7 +249,6 @@ interface/returntype.go
interface/struct.go interface/struct.go
iota.go iota.go
ken/array.go ken/array.go
ken/chan.go
ken/chan1.go ken/chan1.go
ken/complit.go ken/complit.go
ken/divmod.go ken/divmod.go
...@@ -292,7 +289,6 @@ runtime.go ...@@ -292,7 +289,6 @@ runtime.go
sieve.go sieve.go
sigchld.go sigchld.go
simassign.go simassign.go
stack.go
string_lit.go string_lit.go
switch.go switch.go
switch1.go switch1.go
......
=========== 64bit.go
BUG: 64bit
=========== chan/nonblock.go =========== chan/nonblock.go
PASS PASS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment