aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-265-65/+21
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-244-32/+26
* Fixes two tests on Cygwin, which has no python 2.4.zhanyong.wan2009-03-172-2/+2
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan2009-03-172-3/+4
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-117-30/+233
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-112-7/+10
* Implements --gtest_throw_on_failure for using gtest with other testing framew...zhanyong.wan2009-03-068-8/+412
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-064-25/+313
* Cleans up macro definitions.zhanyong.wan2009-02-2318-237/+243
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-092-19/+48
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-097-41/+420
* Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions t...zhanyong.wan2009-02-082-33/+55
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-065-93/+92
* Exposes gtest flags to user code access. By Alexander Demin.zhanyong.wan2009-02-021-0/+19
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-292-7/+7
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-12/+489
* Fixes the bug where the XML output path is affected by test changing the curr...zhanyong.wan2009-01-262-23/+224
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-107-12/+241
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-086-6/+135
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian2008-12-091-4/+0
* Allow Google Mock to initialize Google Testvladlosev2008-11-261-1/+67
* Adding test/gtest_uninitialized_test.py missing from the previous check-invladlosev2008-11-261-14/+4
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-265-45/+101
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X T...shiqian2008-11-241-0/+28
* Fixed two of the failing tests mentioned in issue 9vladlosev2008-11-223-9/+34
* Value-parameterized tests and many bugfixesvladlosev2008-11-2011-50/+1392
* Many changes:shiqian2008-10-1112-154/+889
* Lots of changes:shiqian2008-09-265-52/+204
* Makes the Python tests more portable by calling standard functions to interpr...shiqian2008-09-186-22/+35
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...shiqian2008-09-181-1/+19
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non...shiqian2008-09-131-57/+12
* Adds exception assertions. By balaz.dan@gmail.com.shiqian2008-09-121-0/+185
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-123-29/+101
* Adds new files for type-parameterized tests, which I forgot to commit in the ...shiqian2008-09-093-0/+461
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-087-11/+346
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-251-26/+146
* Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan.shiqian2008-08-061-170/+143
* Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt...shiqian2008-08-012-29/+4
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-312-2/+64
* Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.shiqian2008-07-252-0/+6
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-254-5/+241
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-232-112/+58
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ...shiqian2008-07-092-5/+11
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian2008-07-084-13/+22
* Initial import.shiqian2008-07-0339-0/+13197