Home | History | Annotate | only in /external/perfetto/tools/sanitizers_unittests
Up to higher level directory
NameDateSize
BUILD.gn22-Oct-2020777
README.md22-Oct-2020313
sanitizers_unittest.cc22-Oct-20203.9K

README.md

      1 LLVM sanitizers smoke tests
      2 ---------------------------
      3 The only purpose of this binary is to verify that the various build configs for
      4 sanitizers (`is_asan`, `is_lsan`, `is_msan`, `is_tsan`, `is_ubsan`) do actually
      5 work and spot violations, rather than unconditionally succeeding if we mess up
      6 the build config.
      7