From 7a8c10bde0f38cffa28c79d6bdcbf46941f32097 Mon Sep 17 00:00:00 2001 From: federicobarbacovi <171914500+federicobarbacovi@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:15:44 +0000 Subject: [PATCH] ECDSA tests don't fail anymore --- barretenberg/acir_tests/bootstrap.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/barretenberg/acir_tests/bootstrap.sh b/barretenberg/acir_tests/bootstrap.sh index fe0f5b876ed3..9f216b2d4060 100755 --- a/barretenberg/acir_tests/bootstrap.sh +++ b/barretenberg/acir_tests/bootstrap.sh @@ -113,12 +113,6 @@ function build { rm -rf acir_tests/{regression_5045,regression_7744} # The following test fails because it uses CallData/ReturnData with UltraBuilder, which is not supported rm -rf acir_tests/{regression_7612,regression_7143,databus_composite_calldata,databus_two_calldata_simple,databus_two_calldata,databus} - # Mark tests that are expected to fail with a failing_ prefix. - # bb_prove.sh will expect these to fail and error if they suddenly pass. - for t in ecdsa_secp256k1_invalid_inputs; do - mv acir_tests/$t acir_tests/failing_$t - sed -i "s/^name = \"$t\"/name = \"failing_$t\"/" acir_tests/failing_$t/Nargo.toml - done # Merge the internal test programs with the acir tests. cp -R ./internal_test_programs/* acir_tests