aboutsummaryrefslogtreecommitdiff
path: root/test/inline_sync.go
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2020-03-16 02:58:23 +1100
committerJoel Sing <joel@sing.id.au>2020-03-25 01:11:15 +0000
commitf4fe89108c42bde3978fda8b826acbcd77db6076 (patch)
treec1fe714e94cec641ac3622de2ebd9906c34e217b /test/inline_sync.go
parentefb0ac4ce6a95435f8fba8c7f77becf083e8eaad (diff)
downloadgo-f4fe89108c42bde3978fda8b826acbcd77db6076.tar.gz
go-f4fe89108c42bde3978fda8b826acbcd77db6076.zip
test: re-enable atomic intrinsic related tests on riscv64
riscv64 now has atomic intrinsics, so re-enable the atomic intrinsic tests. Fixes #36765 Change-Id: I838f27570a94d7fa5774c43f1ca5f4df2ca104cf Reviewed-on: https://go-review.googlesource.com/c/go/+/223560 Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'test/inline_sync.go')
-rw-r--r--test/inline_sync.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/inline_sync.go b/test/inline_sync.go
index c37cb136f7..30b436af41 100644
--- a/test/inline_sync.go
+++ b/test/inline_sync.go
@@ -1,4 +1,4 @@
-// +build !nacl,!386,!wasm,!arm,!riscv64,!gcflags_noopt
+// +build !nacl,!386,!wasm,!arm,!gcflags_noopt
// errorcheck -0 -m
// Copyright 2019 The Go Authors. All rights reserved.
@@ -14,9 +14,6 @@
// of the sync fast paths. This test should be re-enabled once the problem
// is solved.
-// TODO(jsing): Re-enable on riscv64 when it has atomic intrinsics - see
-// golang.org/issue/36765
-
package foo
import (