Commit fe36bbc6 authored by norvell's avatar norvell
Browse files

Add DISABLE_HRTF functionality to sanitizer anchor

parent aa83fd59
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"