From 4fa524b7762d01fe2f7cb1db3297ff9759410451 Mon Sep 17 00:00:00 2001 From: Cherry Zhang Date: Wed, 16 Oct 2019 21:43:54 -0400 Subject: [PATCH] [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 TryBot-Result: Gobot Gobot Reviewed-by: Than McIntosh --- src/cmd/dist/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.48.1