Skip to content

crypto/ed25519: TestAllocations fails with BoringCrypto or without optimizations #46134

Description

@FiloSottile
--- FAIL: TestAllocations (0.02s)
    ed25519_test.go:202: expected zero allocations, got 3e+01

Testing performance profiles is brittle: it currently fails on the noopt builder, and on the dev.boringcrypto branch. Even if we skipped it on both, it would fail on go test all if run without optimizations, like Delve does.

We can make it run only on a specific builder, but I am worried that will eventually drift out of sync with builder naming and end up never running. Better than nothing, I guess.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions