You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have no longtest builders for arm64 or arm. Although I know getting compute on non-amd64 architectures is harder, and longtests on arm might take forever, there's a lot of stuff that is skipped on -short. For example, ECDSA is only tested with one curve on -short. This does catch most mistakes, but it also fails to test a lot of architecture-specific code in other curve implementations. Ideally, a longtest builder would be a requirement for first class ports.
(Apologies if there's already an issue open for this, searching long tests didn't bring up anything.)
/cc @golang/release
The text was updated successfully, but these errors were encountered:
We currently have no longtest builders for arm64 or arm. Although I know getting compute on non-amd64 architectures is harder, and longtests on arm might take forever, there's a lot of stuff that is skipped on
-short
. For example, ECDSA is only tested with one curve on-short
. This does catch most mistakes, but it also fails to test a lot of architecture-specific code in other curve implementations. Ideally, a longtest builder would be a requirement for first class ports.(Apologies if there's already an issue open for this, searching long tests didn't bring up anything.)
/cc @golang/release
The text was updated successfully, but these errors were encountered: