aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2019-10-16 21:43:54 -0400
committerCherry Zhang <cherryyz@google.com>2019-10-21 21:57:10 +0000
commit4fa524b7762d01fe2f7cb1db3297ff9759410451 (patch)
tree90a5980de8255f12df066d2abfdbddd12fa040e5 /src/cmd/dist
parent97e497b2537d0d9588e52bb0c20df59604e6f098 (diff)
downloadgo-4fa524b7762d01fe2f7cb1db3297ff9759410451.tar.xz
[dev.link] cmd/dist: reenable shared library tests
Change-Id: Ifa4de9333b9275d832ebf68c89d3239ed438b104 Reviewed-on: https://go-review.googlesource.com/c/go/+/201819 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'src/cmd/dist')
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 46556f2f79..83bcc86172 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -681,7 +681,7 @@ func (t *tester) registerTests() {
if t.supportedBuildmode("c-shared") {
t.registerHostTest("testcshared", "../misc/cgo/testcshared", "misc/cgo/testcshared", ".")
}
- if t.supportedBuildmode("shared") && false { // TODO: newobj
+ if t.supportedBuildmode("shared") {
t.registerTest("testshared", "../misc/cgo/testshared", t.goTest(), t.timeout(600), ".")
}
if t.supportedBuildmode("plugin") {