Commit 00d3b19b authored by Jan Kiene's avatar Jan Kiene
Browse files

apply ignorelist for USAN

parent 2dd7d1f6
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1676,7 +1676,7 @@ renderer-usan:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-cmake"]
  needs: ["build-codec-linux-make"]
  stage: test
  tags: 
    - ubuntu_24_04
@@ -1684,8 +1684,7 @@ renderer-usan:
    - 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
    - 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
    - make -j CLANG=3 IGNORELIST=1
    - 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
    - grep_exit_code=0