Loading main-basop.yml +4 −2 Original line number Diff line number Diff line Loading @@ -1563,9 +1563,11 @@ ivas-pytest-sanitizers: fi - | if [ "$WHAT" == "CODEC" ]; then pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec" else pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref" else # RENDERER pytest_args="tests/renderer/test_renderer.py $pytest_args --create_ref" # renderer tests have this naming convention and no way to point to specific binaries mv IVAS_rend IVAS_rend_ref fi - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest $pytest_args Loading Loading
main-basop.yml +4 −2 Original line number Diff line number Diff line Loading @@ -1563,9 +1563,11 @@ ivas-pytest-sanitizers: fi - | if [ "$WHAT" == "CODEC" ]; then pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod --ref_decoder_path IVAS_dec" else pytest_args="tests/codec_be_on_mr_nonselection $pytest_args --update_ref 1 --ref_encoder_path IVAS_cod_ref --ref_decoder_path IVAS_dec_ref" else # RENDERER pytest_args="tests/renderer/test_renderer.py $pytest_args --create_ref" # renderer tests have this naming convention and no way to point to specific binaries mv IVAS_rend IVAS_rend_ref fi - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest $pytest_args Loading