Commit 63bbf925 authored by norvell's avatar norvell
Browse files

Merge branch 'add-hrtf-disable-to-sanitizer-anchor' into 'main'

Add DISABLE_HRTF functionality to sanitizer anchor

See merge request !39
parents aa83fd59 fe36bbc6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1758,6 +1758,10 @@ renderer-usan:
    - testcase_timeout=$SELFTEST_SANITY_TIMEOUT
    - export UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1

    - if [ "$DISABLE_HRTF" = "true" ]; then
    -   export PYTEST_ADDOPTS="${PYTEST_ADDOPTS} -k 'not model'"
    - fi

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES

    - make_args="CLANG=$CLANG_NUM"