]> Cypherpunks.ru repositories - gostls13.git/commit
test: disable the live test on riscv64
authorJoel Sing <joel@sing.id.au>
Tue, 28 Jan 2020 18:30:19 +0000 (05:30 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 29 Jan 2020 02:43:35 +0000 (02:43 +0000)
commit212c0bf24c299616f24880401a621a31c9099b8c
treed34ed0449d4df8e65e88deadcdc7ed9f8f6dffda
parente7f9e17b7927cad7a93c5785e864799e8d9b4381
test: disable the live test on riscv64

This test expects that open-coded defers are enabled, which is not currently
the case on riscv64.

Updates issue #27532 and #36786.

Change-Id: I94bb558c5b0734b4cfe5ae12873be81026009bcf
Reviewed-on: https://go-review.googlesource.com/c/go/+/216777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/live.go