summaryrefslogtreecommitdiffstats
path: root/base/tools_sanity_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+3
* CFI: Add a death test.pcc2015-07-311-0/+15
* Work around Clang's new -Wmismatched-new-delete warning.hans2015-05-191-2/+14
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-6/+6
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-3/+3
* Avoid macro redefinition in tools_sanity_unittest.cctzik@chromium.org2014-07-181-4/+6
* Make sure ThreadSanitizer v2 reports a data race in ToolsSanityTest.DataRace.glider@chromium.org2014-06-261-4/+15
* Add some function to induce ASan crashes.sebmarchand@chromium.org2014-06-141-2/+36
* Revert 270383 "Reland https://codereview.chromium.org/276493002:..."glider@chromium.org2014-05-141-23/+12
* Reland https://codereview.chromium.org/276493002: Enable ToolsSanityTest.Sing...glider@chromium.org2014-05-141-12/+23
* Revert 270087 "Enable ToolsSanityTest.SingleElementDeletedWithBr..."zhaoqin@google.com2014-05-131-23/+12
* Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.Arr...glider@chromium.org2014-05-131-12/+23
* Fix an ADDRESS_SANITIZER guard so that it works with SyzyASAN.chrisha@chromium.org2014-03-281-3/+3
* Use SYZYASAN instead of ADDRESS_SANITIZER.chrisha@google.com2014-03-271-4/+4
* Update base/tools_sanity_unittest.cc to cover MSan.earthdok@chromium.org2014-01-161-3/+12
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-181-4/+5
* Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots.sadrul@chromium.org2013-12-101-16/+4
* Make gtest always use simple internal regex engine.mithro@mithis.com2013-12-091-4/+16
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable ...glider@chromium.org2013-03-231-3/+4
* Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleE...glider@chromium.org2013-01-291-3/+12
* Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows.sebmarchand@chromium.org2013-01-141-2/+3
* Do not use EXPECT_DEATH with ASan on iOS.glider@chromium.org2012-10-241-8/+27
* Tweak Memcheck sanity tests to avoid duplicate reports.eugenis@google.com2012-05-161-2/+2
* Add virtual and OVERRIDE to base/ implementation filesrsleevi@chromium.org2012-04-061-7/+7
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-3/+3
* More sanity unittests to make sure AddressSanitizer is instrumenting the code.glider@chromium.org2011-11-081-1/+26
* Prevent clang from optimizing away a variable.thakis@chromium.org2011-11-011-1/+2
* Add a sanity test that crashes under ASan. This should be used to check that ...glider@chromium.org2011-10-121-0/+8
* Actually run the sanity tests under AddressSanitizer.glider@chromium.org2011-10-051-15/+33
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-0/+1
* mac: Try to fix valgrind sanity tests 14 and 15.thakis@chromium.org2011-09-181-1/+4
* Prevent clang from optimizing away 2 variables.thakis@chromium.org2011-09-181-2/+4
* Add more ThreadSanitizer sanity teststimurrrr@chromium.org2011-05-101-32/+83
* Re-enable positive OOB write tests under Dr. Memory and add the suppression f...timurrrr@chromium.org2011-02-221-8/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+5
* Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi...pkasting@chromium.org2010-10-181-2/+4
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-3/+3
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-3/+3
* Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: moveglider@chromium.org2010-10-141-8/+8
* Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity ...timurrrr@chromium.org2010-10-011-0/+8
* Quick-fix the compliation error on Windowstimurrrr@chromium.org2010-09-231-1/+1
* Add two tests for uninit reads to ToolsSanityTeststimurrrr@chromium.org2010-09-231-0/+9
* Revert debugging printf()s occasionally landed in r50350glider@chromium.org2010-06-211-1/+0
* Make the memory waterfall green -- more suppressions for bug 19775.glider@chromium.org2010-06-211-1/+1
* Reverted an occasional change to ToolsSanityTests brought by r49524glider@chromium.org2010-06-111-1/+1
* Suppress another leak from bug 46343.glider@chromium.org2010-06-111-1/+1
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-261-1/+67