]> Cypherpunks repositories - gostls13.git/commit
runtime: disable some tests in -quick mode
authorRuss Cox <rsc@golang.org>
Wed, 15 May 2019 18:31:10 +0000 (14:31 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:25:03 +0000 (03:25 +0000)
commit018d9b42a789809198bb0bcc338d9948a479b108
treea9f9709933f6124c88fe2d7644a4c01577ae0adc
parentdccd5da08eb45923df9fb9ee2a05a9fbbe8c185c
runtime: disable some tests in -quick mode

Speeds up the "go test runtime -cpu=1,2,4 -short -quick" phase of all.bash.

For #26473.

Change-Id: I090f5a5aa754462b3253a2156dc31fa67ce7af2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/177399
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/crash_unix_test.go
src/runtime/memmove_test.go
src/runtime/semasleep_test.go
src/runtime/stack_test.go