Searched refs:UBSAN_OPTIONS (Results 1 – 19 of 19) sorted by relevance
25 UBSAN_OPTIONS=detect_leaks=0 \38 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \44 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \53 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \82 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
92 export UBSAN_OPTIONS="$UBSAN_OPTIONS:$custom_ubsan_options"103 export UBSAN_OPTIONS="$UBSAN_OPTIONS:symbolize=0"
61 ENV UBSAN_OPTIONS="print_stacktrace=1:print_summary=1:silence_unsigned_overflow=1:strip_path_prefix…
26 unset ASAN_OPTIONS MSAN_OPTIONS TSAN_OPTIONS UBSAN_OPTIONS128 export UBSAN_OPTIONS="${sanitizer_options}"
48 config.environment['UBSAN_OPTIONS'] = default_ubsan_opts_str50 # Substitution to setup UBSAN_OPTIONS in portable way.52 'env UBSAN_OPTIONS=' + default_ubsan_opts_str))
4 export UBSAN_OPTIONS=halt_on_error=1
22 export UBSAN_OPTIONS=halt_on_error=1
32 export UBSAN_OPTIONS="detect_leaks=0"
7 build:ubsan --copt=-fsanitize=undefined --linkopt=-fsanitize=undefined --action_env=UBSAN_OPTIONS=h…
238 ``UBSAN_OPTIONS=print_stacktrace=1``.245 file, you can set ``UBSAN_OPTIONS=log_path=...``.250 ``UBSAN_OPTIONS=silence_unsigned_overflow=1``. This feature, combined with285 suppression file in a ``UBSAN_OPTIONS`` environment variable.289 UBSAN_OPTIONS=suppressions=MyUBSan.supp
45 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
123 UBSAN_OPTIONS = ( variable
145 ``UBSAN_OPTIONS=print_stacktrace=1``.179 suppression file in a ``UBSAN_OPTIONS`` environment variable.183 UBSAN_OPTIONS=suppressions=MyUBSan.supp
32 ``LSAN_OPTIONS``, ``MSAN_OPTIONS`` or ``UBSAN_OPTIONS``, as33 appropriate. For the standalone coverage mode, use ``UBSAN_OPTIONS``.
538 export UBSAN_OPTIONS="print_stack_trace=1,silence_unsigned_overflow=1"
74 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
46 'MSAN_OPTIONS', 'UBSAN_OPTIONS',
146 ENV UBSAN_OPTIONS="silence_unsigned_overflow=1"
131 # At unit test runtime set UBSAN_OPTIONS="coverage=1".