Skip to content

Commit 2642df9

Browse files
committed
crypto/x509: re-enable TestSystemRoots on darwin
It was apparently waiting on CL 36942, which was submitted. Fixes #21416 Change-Id: I8f4ccc5a3176070abf0df019c82700c5761b5f53 Reviewed-on: https://go-review.googlesource.com/117055 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 3a7cbfa commit 2642df9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/crypto/x509/root_darwin_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ func TestSystemRoots(t *testing.T) {
1616
t.Skipf("skipping on %s/%s, no system root", runtime.GOOS, runtime.GOARCH)
1717
}
1818

19-
switch runtime.GOOS {
20-
case "darwin":
21-
t.Skipf("skipping on %s/%s until cgo part of golang.org/issue/16532 has been implemented.", runtime.GOOS, runtime.GOARCH)
22-
}
23-
2419
t0 := time.Now()
2520
sysRoots := systemRootsPool() // actual system roots
2621
sysRootsDuration := time.Since(t0)

0 commit comments

Comments
 (0)