mirror of
https://github.com/golang/go
synced 2024-11-21 22:34:48 -07:00
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
This commit is contained in:
parent
7f2ea938ed
commit
e1fa05f59e
@ -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
|
||||
|
@ -1,7 +1,4 @@
|
||||
|
||||
=========== 64bit.go
|
||||
BUG: 64bit
|
||||
|
||||
=========== chan/nonblock.go
|
||||
PASS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user