summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-107-0/+84
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-9/+9
* SERVER-10868 add --tempPath parameter to unittests and dbtestsMathias Stearn2013-11-122-2/+17
* SERVER-11637: Consolidate unittest crutches into crutch.cppShaun Verch2013-11-092-9/+25
* SERVER-11637: Move lasterror.cpp into its own library and add comment about d...Shaun Verch2013-11-092-2/+8
* SERVER-11637: Move some base files that libfoundation.a needs to link into li...Shaun Verch2013-11-091-3/+0
* SERVER-11062 fixed runtime issue with unsupported printf width specifier z on...Benety Goh2013-10-081-2/+2
* SERVER-8937 added success/failure summary at end of executionBenety Goh2013-10-041-10/+32
* SERVER-10868 Step 1: Make an RAII TempDir class for unit testsMathias Stearn2013-09-274-1/+217
* add time to unittest output and fix formattingEliot Horowitz2013-09-241-2/+12
* SERVER-10431 Add Windows unhandled exception filter to unit testsTad Marshall2013-08-061-0/+2
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-093-1/+28
* Include what you use: mongo/util/concurrency/mutex.h.Andy Schwerin2013-06-271-0/+1
* Don't convert static strings (__FILE__ and macro #arg) to std::strings in uni...Mathias Stearn2013-05-132-11/+19
* Mark unit test fail as noreturn to help static analysis toolsAndrew Morrow2013-05-021-1/+1
* Namespace qualify Status in ASSERT_OKAndrew Morrow2013-03-081-3/+3
* SERVER-7767 Support extended privilege document format in the AuthorizationMa...Andy Schwerin2012-12-171-0/+5
* fix solaris build failure due to collision of template param and macroAndrea Lattuada2012-11-141-2/+2
* add approximate equality assertion to unittest frameworkAndrea Lattuada2012-11-132-0/+31
* Move ASSERT_OK macro into mongo/unittest/unittest.h.Andy Schwerin2012-11-061-0/+5
* improve performance of ASSERT_Eliot Horowitz2012-11-021-11/+22
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+15
* Revert "Support templated unittest tests"Mathias Stearn2012-10-011-31/+0
* Revert "Support templated unittest test suites."Mathias Stearn2012-10-012-72/+1
* Support templated unittest test suites.Mathias Stearn2012-09-302-1/+72
* Support templated unittest testsMathias Stearn2012-09-301-0/+31
* SERVER-5112 Introduce runGlobalInitializers(), macros and tools for global in...Andy Schwerin2012-09-252-2/+5
* Break a few more libraries off of "mongocommon".Andy Schwerin2012-07-171-0/+3
* do not compare raw pointersEric Milkie2012-07-161-4/+0
* Added fixtures to new unit test framework.Alberto Lerner2012-06-274-7/+140
* add a --runs option to dbtestsEliot Horowitz2012-06-123-7/+8
* SERVER-5702 Respond to late-arriving codereview comments.Andy Schwerin2012-06-041-14/+11
* SERVER-5702 Whitespace fixup.Andy Schwerin2012-06-042-40/+40
* SERVER-5702: Add ability to register unit tests in SCons.Andy Schwerin2012-06-041-3/+3
* SERVER-5702: C++ unit test framework that can be compiled separately.Andy Schwerin2012-06-047-174/+513
* Revert "increase StackChecker maximum to 256KB. used for _DEBUG builds"Eric Milkie2012-05-101-4/+0
* increase StackChecker maximum to 256KB. used for _DEBUG buildsDwight2012-05-091-0/+4
* windows was not compiling in the visual studio project. it is likely still br...Dwight2012-04-051-0/+2
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-033-0/+487