Commit 194399f8 authored by Jan Kiene's avatar Jan Kiene
Browse files

add ignorelist for USAN in cmake build

parent 76cf03bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1683,7 +1683,8 @@ renderer-usan:
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=usan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - python3 scripts/basop_create_ignorelist_for_ubsan.py
    - cmake -B cmake-build -G "Unix Makefiles" -DIGNORELIST=1 -DCLANG=usan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - cmake --build cmake-build -- -j
    - testcase_timeout=180
    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest -q --tb=no -n auto --log-level=INFO --junit-xml=report-junit.xml tests/renderer_short/test_renderer.py --testcase_timeout=$testcase_timeout