Commit 8ba52543 authored by Jan Kiene's avatar Jan Kiene
Browse files

only apply ignorelist for Usan

parent 861012ba
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1535,7 +1535,9 @@ renderer-smoke-test:
    - python3 scripts/basop_create_ignorelist_for_ubsan.py

    - make clean
    - make -j CLANG=$CLANG_NUM IGNORELIST=1 2>&1 >$MAKE_BUILD_LOG_FILE_DEFAULT
    - make_args="-j CLANG=$CLANG_NUM"
    - if [ $CLANG_NUM == "3" ]; make_args="$make_args IGNORELIST=1"
    - make -j $make_args 2>&1 >$MAKE_BUILD_LOG_FILE_DEFAULT

    - UBSAN_OPTIONS=suppressions=scripts/ubsan.supp,report_error_type=1,print_stacktrace=1,log_path=usan_log_catchall python3 -m pytest -q -n auto --tb=no --log-level=INFO --html=report.html --self-contained-html --junit-xml=report-junit.xml tests/renderer_short/test_renderer.py