]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: unbreak Windows build.
authorAdam Langley <agl@golang.org>
Fri, 28 Mar 2014 14:36:52 +0000 (10:36 -0400)
committerAdam Langley <agl@golang.org>
Fri, 28 Mar 2014 14:36:52 +0000 (10:36 -0400)
This change sets systemSkip on a test where Go and CAPI have different
chain building behaviour. CAPI is correct, but aligning the Go code is
probably too large a change prior to 1.3.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/81620043

src/pkg/crypto/x509/verify_test.go

index 75612138f379d32433c3af4f0e401a20ab6cc2f1..d3c6129c6955b151a0459c66edce55f70284fb5a 100644 (file)
@@ -105,6 +105,10 @@ var verifyTests = []verifyTest{
                        //            twice.
                        {"Google", "Google Internet Authority", "GeoTrust", "GeoTrust"},
                },
+               // CAPI doesn't build the chain with the duplicated GeoTrust
+               // entry so the results don't match. Thus we skip this test
+               // until that's fixed.
+               systemSkip: true,
        },
        {
                leaf:          dnssecExpLeaf,