Commit 9119402f authored by Jan Kiene's avatar Jan Kiene
Browse files

create reports in sanitizer tests

parent bcf53401
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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