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
3 changes: 3 additions & 0 deletions barretenberg/acir_tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ 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}
# These depend on the external poseidon library (v0.2.4) which is incompatible with the current nargo
# (poseidon2_permutation signature changed from 2 args to 1). Remove once the library is updated.
rm -rf acir_tests/{bench_2_to_17,no_predicates_numeric_generic_poseidon,poseidon_bn254_hash_width_3,poseidonsponge_x5_254,regression_5252,regression_5615,uhashmap}
# Merge the internal test programs with the acir tests.
cp -R ./internal_test_programs/* acir_tests

Expand Down
Loading