Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
21 changes: 0 additions & 21 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,6 @@ tests:
error_regex: "field_t::range_constraint"
owners:
- *luke
- regex: "barretenberg/acir_tests/scripts/browser_prove.sh"
error_regex: "Failed to fetch"
owners:
- *adam
- regex: "barretenberg/acir_tests/scripts/browser_prove.sh"
error_regex: "RuntimeError: Out of bounds memory access"
owners:
- *adam
- regex: "barretenberg/acir_tests/scripts/browser_prove.sh"
error_regex: "call_indirect to a null table entry"
owners:
- *adam
- regex: "barretenberg/acir_tests/scripts/browser_prove.sh"
error_regex: "Input is not large enough"
owners:
- *adam
# https://gist.github.com/spalladino/4fd3d2abd7b7fb05be2e556649868626
- regex: "barretenberg/acir_tests/scripts/browser_prove.sh"
error_regex: "sending signal TERM to command"
owners:
- *adam
- regex: "barretenberg/cpp/scripts/run_bench.sh wasm bb-micro-bench/wasm/ultra_honk"
error_regex: "Aborted.*core dumped"
owners:
Expand Down
2 changes: 0 additions & 2 deletions ci3/docker_isolate
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ fi
# Launch the container in the background.
# Don't launch in the foreground or you can't process SIGINT/SIGTERM.
# Don't use & as we want to block, and be sure it starts before processing any signals.
# We use --pid=host so that we can rely on $$ in bash scripts being (temporally) unique.
set -x
cid=$(docker run -d \
${name_arg:-} \
${network_arg:-} \
${cpuset_arg:-} \
--cpus=$CPUS \
--memory=$MEM \
--pid=host \
--user $(id -u):$(id -g) \
-v$HOME:$HOME \
$tmp_mount \
Expand Down