Loading includes/format-switching.yml +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ format-switching-sanitizers: - make -j IVAS_dec CLANG=$clang_num # TODO: for basop - ignorelist - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec --html report.html --self-contained-html --junit-xml report.xml timeout: "20 minutes" artifacts: when: always Loading Loading
includes/format-switching.yml +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ format-switching-sanitizers: - make -j IVAS_dec CLANG=$clang_num # TODO: for basop - ignorelist - export UBSAN_OPTIONS="suppressions=scripts/ubsan_basop.supp,report_error_type=1,print_stacktrace=1" - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec - python3 -m pytest tests/format_switching/test_format_switching.py --create_ref --ref_decoder_path ./IVAS_dec --html report.html --self-contained-html --junit-xml report.xml timeout: "20 minutes" artifacts: when: always Loading