1. f65e67e Avoid macro redefinition in tools_sanity_unittest.cc by tzik@chromium.org · 10 years ago
  2. c75e137 Make sure ThreadSanitizer v2 reports a data race in ToolsSanityTest.DataRace. by glider@chromium.org · 10 years ago
  3. d117d7a Add some function to induce ASan crashes. by sebmarchand@chromium.org · 10 years ago
  4. e43d006 Revert 270383 "Reland https://codereview.chromium.org/276493002:..." by glider@chromium.org · 10 years ago
  5. 738e89d Reland https://codereview.chromium.org/276493002: Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  6. 25612e9 Revert 270087 "Enable ToolsSanityTest.SingleElementDeletedWithBr..." by zhaoqin@google.com · 10 years ago
  7. 81b6f7c Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. by glider@chromium.org · 10 years ago
  8. 3f23a1a Fix an ADDRESS_SANITIZER guard so that it works with SyzyASAN. by chrisha@chromium.org · 10 years ago
  9. 87839ab Use SYZYASAN instead of ADDRESS_SANITIZER. by chrisha@google.com · 10 years ago
  10. 5a5e465 Update base/tools_sanity_unittest.cc to cover MSan. by earthdok@chromium.org · 11 years ago
  11. 62c7227 Make gtest always use simple internal regex engine. by mithro@mithis.com · 11 years ago
  12. 143bb95 Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots. by sadrul@chromium.org · 11 years ago
  13. 629b976 Make gtest always use simple internal regex engine. by mithro@mithis.com · 11 years ago
  14. a043a86 Use a direct include of the message_loop header in base/. by avi@chromium.org · 11 years ago
  15. 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
  16. 3fed43f Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleElementDeletedWithBraces by glider@chromium.org · 12 years ago
  17. 8160b27 Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows. by sebmarchand@chromium.org · 12 years ago
  18. a3b3c43 Do not use EXPECT_DEATH with ASan on iOS. by glider@chromium.org · 12 years ago
  19. 7634fc5 Tweak Memcheck sanity tests to avoid duplicate reports. by eugenis@google.com · 12 years ago
  20. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  21. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  22. 4b5cd88 More sanity unittests to make sure AddressSanitizer is instrumenting the code. by glider@chromium.org · 13 years ago
  23. 1a3c5d1 Prevent clang from optimizing away a variable. by thakis@chromium.org · 13 years ago
  24. 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
  25. 71a6e93 Actually run the sanity tests under AddressSanitizer. by glider@chromium.org · 13 years ago
  26. 8027129 gcc 4.6 warnings cleanup by pph34r@gmail.com · 13 years ago
  27. 987f833 mac: Try to fix valgrind sanity tests 14 and 15. by thakis@chromium.org · 13 years ago
  28. c3846f8 Prevent clang from optimizing away 2 variables. by thakis@chromium.org · 13 years ago
  29. b1d5c02 Add more ThreadSanitizer sanity tests by timurrrr@chromium.org · 13 years ago
  30. 732fd06 Re-enable positive OOB write tests under Dr. Memory and add the suppression for these tests. by timurrrr@chromium.org · 13 years ago
  31. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  32. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 14 years ago
  33. 4baea27 Fix Valgrind unittests by forcing illegal memory accesses to happen unconditionally. by pkasting@chromium.org · 14 years ago
  34. 99d88cd ** Think this may have caused TabSwitchingTest to fail, as it is parsing log files. ** by tim@chromium.org · 14 years ago
  35. 819a34e Convert LOG(INFO) to VLOG(1) - base/. by pkasting@chromium.org · 14 years ago
  36. b311fbc Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: move by glider@chromium.org · 14 years ago
  37. 99311d4 Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity tests on Windows. by timurrrr@chromium.org · 14 years ago
  38. fe96ef2 Quick-fix the compliation error on Windows by timurrrr@chromium.org · 14 years ago
  39. 4631544 Add two tests for uninit reads to ToolsSanityTests by timurrrr@chromium.org · 14 years ago
  40. 4a8ecc4 Revert debugging printf()s occasionally landed in r50350 by glider@chromium.org · 14 years ago
  41. 8bb3bde Make the memory waterfall green -- more suppressions for bug 19775. by glider@chromium.org · 14 years ago
  42. e755e0e Reverted an occasional change to ToolsSanityTests brought by r49524 by glider@chromium.org · 14 years ago
  43. e9280e6 Suppress another leak from bug 46343. Suppress bug 46345 by glider@chromium.org · 14 years ago
  44. f39c3ff Update dynamic annotations and move them to base/third_party by timurrrr@chromium.org · 14 years ago
  45. 4597f34 Implement more sanity tests for Memcheck/Valgrind by timurrrr@chromium.org · 14 years ago
  46. e10b3ce Add sleep into data race sanity test since it fails on TSan x64 FYI bot (too fast?) by timurrrr@chromium.org · 14 years ago
  47. 0f9756f Added the ToolsSanityTest test case to base_unittests. by glider@chromium.org · 15 years ago