summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/death_test.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70815 unittest unify string formatting, support enumsBilly Donahue2022-10-261-1/+1
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-201-0/+18
* Revert "SERVER-61860 exec in most DEATH_TESTs"auto-revert-processor2022-03-171-18/+0
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-161-0/+18
* SERVER-62735 Add unit test support for expected output in separate filesAnna Wawrzyniak2022-02-231-2/+3
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-0/+18
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-1/+32
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-1/+1
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-54/+49
* SERVER-41626 Fix lint.ADAM David Alan Martin2019-06-131-25/+26
* SERVER-41626 Correct use of illegal names in macros for unittestsADAM David Alan Martin2019-06-131-12/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35284 Construct unit test fixtures only in the child process in C++ de...Andy Schwerin2018-05-301-4/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-30/+31
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-28/+34
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-171-0/+109