1. ad07f72 Disable ASAN heap corruption unittests. by Sigurdur Asgeirsson · 6 years ago
  2. 0fa54ec Remove Syzygy/SyzyASAN build configuration and related code. by Sigurdur Asgeirsson · 6 years ago
  3. 04992cc Rename buildflag_header targets in base for consistency by Scott Violet · 7 years ago
  4. cd7f827 remove valgrind checks from //base by Mostyn Bramley-Moore · 7 years ago
  5. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  6. ca1cd2f [CFI] Move CFI flags to use buildflags by Vlad Tsyrklevich · 7 years ago
  7. 473708a base: Add CFI_ERROR_MSG patterns for Android and Windows. by Peter Collingbourne · 7 years ago
  8. ee84f43 Extend CFI unit tests by Vlad Tsyrklevich · 7 years ago
  9. d7c57c3 Implement use_cfi_cast to optionally enable cast checks. by krasin · 8 years ago
  10. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  11. 85bb755 CFI: Add a death test. by pcc · 9 years ago
  12. e03e7f7 Work around Clang's new -Wmismatched-new-delete warning. by hans · 9 years ago
  13. 7dc8df5 Standardize usage of virtual/override/final in base/ by dcheng · 10 years ago
  14. 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
  15. f65e67e Avoid macro redefinition in tools_sanity_unittest.cc by tzik@chromium.org · 10 years ago
  16. c75e137 Make sure ThreadSanitizer v2 reports a data race in ToolsSanityTest.DataRace. by glider@chromium.org · 10 years ago
  17. d117d7a Add some function to induce ASan crashes. by sebmarchand@chromium.org · 10 years ago
  18. e43d006 Revert 270383 "Reland https://codereview.chromium.org/276493002:..." by glider@chromium.org · 10 years ago
  19. 738e89d Reland https://codereview.chromium.org/276493002: Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  20. 25612e9 Revert 270087 "Enable ToolsSanityTest.SingleElementDeletedWithBr..." by zhaoqin@google.com · 10 years ago
  21. 81b6f7c Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  22. 3f23a1a Fix an ADDRESS_SANITIZER guard so that it works with SyzyASAN. by chrisha@chromium.org · 10 years ago
  23. 87839ab Use SYZYASAN instead of ADDRESS_SANITIZER. by chrisha@google.com · 10 years ago
  24. 5a5e465 Update base/tools_sanity_unittest.cc to cover MSan. by earthdok@chromium.org · 11 years ago
  25. 62c7227 Make gtest always use simple internal regex engine. by mithro@mithis.com · 11 years ago
  26. 143bb95 Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots. by sadrul@chromium.org · 11 years ago
  27. 629b976 Make gtest always use simple internal regex engine. by mithro@mithis.com · 11 years ago
  28. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  29. 7bb5ece Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable on the heap instead of stack. by glider@chromium.org · 11 years ago
  30. 3fed43f Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleElementDeletedWithBraces by glider@chromium.org · 12 years ago
  31. 8160b27 Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows. by sebmarchand@chromium.org · 12 years ago
  32. a3b3c43 Do not use EXPECT_DEATH with ASan on iOS. by glider@chromium.org · 12 years ago
  33. 7634fc5 Tweak Memcheck sanity tests to avoid duplicate reports. by eugenis@google.com · 12 years ago
  34. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  35. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  36. 4b5cd88 More sanity unittests to make sure AddressSanitizer is instrumenting the code. by glider@chromium.org · 13 years ago
  37. 1a3c5d1 Prevent clang from optimizing away a variable. by thakis@chromium.org · 13 years ago
  38. 2fa52d0 Add a sanity test that crashes under ASan. This should be used to check that the tests are built correctly. by glider@chromium.org · 13 years ago
  39. 71a6e93 Actually run the sanity tests under AddressSanitizer. by glider@chromium.org · 13 years ago
  40. 8027129 gcc 4.6 warnings cleanup by pph34r@gmail.com · 13 years ago
  41. 987f833 mac: Try to fix valgrind sanity tests 14 and 15. by thakis@chromium.org · 13 years ago
  42. c3846f8 Prevent clang from optimizing away 2 variables. by thakis@chromium.org · 13 years ago
  43. b1d5c02 Add more ThreadSanitizer sanity tests by timurrrr@chromium.org · 13 years ago
  44. 732fd06 Re-enable positive OOB write tests under Dr. Memory and add the suppression for these tests. by timurrrr@chromium.org · 14 years ago
  45. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  46. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  47. 4baea27 Fix Valgrind unittests by forcing illegal memory accesses to happen unconditionally. by pkasting@chromium.org · 14 years ago
  48. 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
  49. 819a34e Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
  50. b311fbc Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: move by glider@chromium.org · 14 years ago
  51. 99311d4 Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity tests on Windows. by timurrrr@chromium.org · 14 years ago
  52. fe96ef2 Quick-fix the compliation error on Windows by timurrrr@chromium.org · 14 years ago
  53. 4631544 Add two tests for uninit reads to ToolsSanityTests by timurrrr@chromium.org · 14 years ago
  54. 4a8ecc4 Revert debugging printf()s occasionally landed in r50350 by glider@chromium.org · 14 years ago
  55. 8bb3bde Make the memory waterfall green -- more suppressions for bug 19775. by glider@chromium.org · 14 years ago
  56. e755e0e Reverted an occasional change to ToolsSanityTests brought by r49524 by glider@chromium.org · 14 years ago
  57. e9280e6 Suppress another leak from bug 46343. Suppress bug 46345 by glider@chromium.org · 14 years ago
  58. f39c3ff Update dynamic annotations and move them to base/third_party by timurrrr@chromium.org · 14 years ago
  59. 4597f34 Implement more sanity tests for Memcheck/Valgrind by timurrrr@chromium.org · 14 years ago
  60. e10b3ce Add sleep into data race sanity test since it fails on TSan x64 FYI bot (too fast?) by timurrrr@chromium.org · 15 years ago
  61. 0f9756f Added the ToolsSanityTest test case to base_unittests. by glider@chromium.org · 15 years ago