Home
last modified time | relevance | path

Searched full:tsan_options (Results 1 – 25 of 25) sorted by relevance

/external/compiler-rt/test/tsan/
Dlit.cfg28 # Platform-specific default TSAN_OPTIONS for lit tests.
30 config.environment['TSAN_OPTIONS'] = default_tsan_opts
33 'env TSAN_OPTIONS=' + default_tsan_opts))
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/
Dbazel.rc108 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
118 build:thready_tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt…
126 build:tsan_macos --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_o…
/external/cronet/stable/build/sanitizers/
Dtsan_suppressions.cc6 // You can also pass additional suppressions via TSAN_OPTIONS:
7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
/external/cronet/tot/build/sanitizers/
Dtsan_suppressions.cc6 // You can also pass additional suppressions via TSAN_OPTIONS:
7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
/external/angle/build/sanitizers/
Dtsan_suppressions.cc6 // You can also pass additional suppressions via TSAN_OPTIONS:
7 // TSAN_OPTIONS=suppressions=/path/to/suppressions. Please refer to
/external/libvpx/tools/
Dset_analyzer_env.sh26 unset ASAN_OPTIONS MSAN_OPTIONS TSAN_OPTIONS UBSAN_OPTIONS
120 export TSAN_OPTIONS="halt_on_error=1"
/external/grpc-grpc/tools/
Dbazel.rc117 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
127 build:thready_tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt…
135 build:tsan_macos --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_o…
/external/grpc-grpc/tools/run_tests/generated/
Dconfigs.json64 …"TSAN_OPTIONS": "suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock… string
/external/compiler-rt/test/sanitizer_common/
Dlit.common.cfg14 tool_options = "TSAN_OPTIONS"
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dsignal_segv_handler.cc1 // RUN: %clangxx -O1 %s -o %t && TSAN_OPTIONS="flush_memory_ms=1 memory_limit_mb=1" ASAN_OPTIONS="h…
/external/cronet/tot/testing/
Dtest_env.py115 tsan_options = symbolization_options[:]
116 extra_env['TSAN_OPTIONS'] = ' '.join(tsan_options)
/external/cronet/stable/testing/
Dtest_env.py115 tsan_options = symbolization_options[:]
116 extra_env['TSAN_OPTIONS'] = ' '.join(tsan_options)
/external/python/cpython3/.github/workflows/
Dreusable-tsan.yml50 …echo "TSAN_OPTIONS=log_path=${GITHUB_WORKSPACE}/tsan_log suppressions=${GITHUB_WORKSPACE}/${{ inpu…
/external/openscreen/third_party/abseil/src/ci/
Dlinux_clang-latest_libcxx_tsan_bazel.sh87 --test_env="TSAN_OPTIONS=report_atomic_races=0" \
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DTest-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-TSAN.json209 "TSAN_OPTIONS": "report_signal_unsafe=0" string
/external/compiler-rt/lib/tsan/rtl/
Dtsan_defs.h48 const char *const kTsanOptionsEnv = "TSAN_OPTIONS";
Dtsan_report.cc324 Printf(" Hint: use TSAN_OPTIONS=second_deadlock_stack=1 " in PrintReport()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml118TSAN_OPTIONS: suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_st…
/external/grpc-grpc/
Dbuild_handwritten.yaml118TSAN_OPTIONS: suppressions=test/core/util/tsan_suppressions.txt:halt_on_error=1:second_deadlock_st…
/external/skia/infra/bots/recipe_modules/flavor/
Ddefault.py196 env['TSAN_OPTIONS'] = 'report_signal_unsafe=0'
/external/python/cpython3/Lib/test/libregrtest/
Dutils.py726 (tsan, "TSAN_OPTIONS"),
/external/python/cpython3/Lib/test/
Dpythoninfo.py344 "TSAN_OPTIONS",
/external/libdav1d/
D.gitlab-ci.yml666 TSAN_OPTIONS: 'halt_on_error=1'
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp54 constexpr char kTSanOptionsEnvVar[] = "TSAN_OPTIONS";
/external/python/cpython3/Lib/test/support/
D__init__.py436 for name in ('ASAN_OPTIONS', 'MSAN_OPTIONS', 'UBSAN_OPTIONS', 'TSAN_OPTIONS'):