Loading main-basop.yml +4 −1 Original line number Diff line number Diff line Loading @@ -1536,7 +1536,10 @@ renderer-smoke-test: - make clean - make_args="-j CLANG=$CLANG_NUM" - if [ $CLANG_NUM == "3" ]; make_args="$make_args IGNORELIST=1" - | if [ $CLANG_NUM == "3" ]; then make_args="$make_args IGNORELIST=1" fi - 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 Loading Loading
main-basop.yml +4 −1 Original line number Diff line number Diff line Loading @@ -1536,7 +1536,10 @@ renderer-smoke-test: - make clean - make_args="-j CLANG=$CLANG_NUM" - if [ $CLANG_NUM == "3" ]; make_args="$make_args IGNORELIST=1" - | if [ $CLANG_NUM == "3" ]; then make_args="$make_args IGNORELIST=1" fi - 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 Loading