Skip to content

fix: Update Tests#13

Merged
TomAFrench merged 11 commits into
mainfrom
jtriley-eth/test-updates
Nov 30, 2024
Merged

fix: Update Tests#13
TomAFrench merged 11 commits into
mainfrom
jtriley-eth/test-updates

Conversation

@jtriley2p
Copy link
Copy Markdown
Contributor

Description

Remove tests from impl blocks, dedupe test names.

Additional Context

Tests now fail for msm on Secp256r1, MNT6_753, MNT4_753, and Secp384r1 curves. I'm unsure what msm means, but the error originates in the Curve::evaluate_linear_expression method and fails in __compute_quadratic_expression_with_borrow_flags from the noir-bignum library, specifically:

assert(remainder == [0; N]);

@kashbrti kashbrti changed the title Update Tests fix: Update Tests Nov 28, 2024
@kashbrti kashbrti marked this pull request as ready for review November 28, 2024 14:40
@TomAFrench
Copy link
Copy Markdown
Member

Looks like the issue is just from trying to run too many tests at once. I've made CI run these single-threaded for now to hopefully unblock this.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants