]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.link] cmd/dist: reenable shared library tests
authorCherry Zhang <cherryyz@google.com>
Thu, 17 Oct 2019 01:43:54 +0000 (21:43 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 21 Oct 2019 21:57:10 +0000 (21:57 +0000)
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>
src/cmd/dist/test.go

index 46556f2f793bb8ef6803f76c7ae9d148859d0bb9..83bcc8617205d89aa3e97c758705d4f91f0a880c 100644 (file)
@@ -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") {