Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions barretenberg/acir_tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading