HomeSort by relevance Sort by last modified time
    Searched refs:tsan (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/lib/tsan/
check_cmake.sh 15 ninja check-tsan
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
test.bash 19 echo "skipping msan/tsan tests: vm.overcommit_memory=2" >&2
39 tsan=yes
48 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.6)"
50 tsan=no
61 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.8) incompatible with linux version $linuxmajor.$linuxminor (4.1 or newer)"
63 tsan=no
134 if test "$tsan" = "yes"; then
141 echo "skipping tsan tests: -fsanitize=thread not supported"
142 tsan=no
145 echo "skipping tsan tests: -fsanitizer=thread build failed
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
test.bash 19 echo "skipping msan/tsan tests: vm.overcommit_memory=2" >&2
39 tsan=yes
48 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.6)"
50 tsan=no
61 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.8) incompatible with linux version $linuxmajor.$linuxminor (4.1 or newer)"
63 tsan=no
134 if test "$tsan" = "yes"; then
141 echo "skipping tsan tests: -fsanitize=thread not supported"
142 tsan=no
145 echo "skipping tsan tests: -fsanitizer=thread build failed
    [all...]
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 28 echo "Please specify a tool (tsan or drmemory) by using --tool flag"
39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN
40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported."
61 :: Set up PIN_COMMAND to invoke TSan {{{1
62 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
72 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 89 # TSan
90 TSAN_RTL=${COMPILER_RT}/lib/tsan
96 run_lint ${TSAN_LIT_TEST_LINT_FILTER} ${LIT_TESTS}/tsan/*.cc &
  /build/soong/cc/
sanitize.go 52 tsan
59 case tsan:
60 return "tsan"
200 // TSAN and SafeStack are not supported on 32-bit architectures
401 case tsan:
415 case tsan:
51 tsan const
cc.go 48 ctx.TopDown("tsan_deps", sanitizerDepsMutator(tsan))
49 ctx.BottomUp("tsan", sanitizerMutator(tsan)).Parallel()
    [all...]
  /external/v8/tools/
run-tests.py 351 result.add_option("--tsan",
352 help="Regard test expectations for TSAN",
426 if options.tsan:
492 options.tsan = build_config["is_tsan"]
545 # msan and tsan.
549 if options.tsan:
799 "tsan": options.tsan,
    [all...]
  /external/v8/tools/mb/
mb.py     [all...]
  /external/v8/tools/clang/scripts/
update.py     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
out.go     [all...]