]> Cypherpunks repositories - gostls13.git/commit
test: skip mutex Unlock inlining tests on a few builders
authorAlberto Donizetti <alb.donizetti@gmail.com>
Tue, 5 Mar 2019 17:21:08 +0000 (18:21 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 5 Mar 2019 18:23:18 +0000 (18:23 +0000)
commit2f8d2427d9751ab5ebdc64ec68ee8e2c0252d8d4
tree2b2fc75ffa2ebdefca86dc6b2fdb02c5fe28ddf2
parent9670e81c2e776b4781bc4cecddf45052ebf0afe6
test: skip mutex Unlock inlining tests on a few builders

Fix builder breakage from CL 148958.

This is an inlining test that should be skipped on -N -l.

The inlining also doesn't happen on arm and wasm, so skip the test
there too.

Fixes the noopt builder, the linux-arm builder, and the wasm builder.

Updates #30605

Change-Id: I06b90d595be7185df61db039dd225dc90d6f678f
Reviewed-on: https://go-review.googlesource.com/c/go/+/165339
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/inline_sync.go