]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/crypto/ed25519/ed25519_test.go
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcrypto
[gostls13.git] / src / crypto / ed25519 / ed25519_test.go
index 8a973b36eafb7b3b57923d72e700b97b6062c64f..84fdc3ca8b59fcf219fde18bf6b98c925872b2d8 100644 (file)
@@ -186,6 +186,7 @@ func TestMalleability(t *testing.T) {
 }
 
 func TestAllocations(t *testing.T) {
+       t.Skip("skipping allocations test on Go+BoringCrypto, as cgo causes allocations")
        if strings.HasSuffix(os.Getenv("GO_BUILDER_NAME"), "-noopt") {
                t.Skip("skipping allocations test without relevant optimizations")
        }