summaryrefslogtreecommitdiff
path: root/test/gtest_test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-131-3/+3
* supports a protocol for catching tests that prematurely exitzhanyong.wan2013-09-061-0/+15
* Fixes a user reported test break (modifying a dict while iterating).vladlosev2011-08-161-1/+1
* Updates an outdated error message.vladlosev2011-02-101-5/+1
* Renames test script flags.vladlosev2010-05-131-5/+5
* Google Test's Python tests now pass on Solaris.vladlosev2010-02-151-11/+39
* Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ...zhanyong.wan2009-11-241-2/+5
* Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ...vladlosev2009-11-171-0/+8
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-011-5/+15
* Fixes the broken run_tests_test (by Vlad Losev).zhanyong.wan2009-06-191-1/+2
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-171-2/+35
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-091-3/+35
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-111-14/+14
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-261-22/+65
* Fixed two of the failing tests mentioned in issue 9vladlosev2008-11-221-0/+25
* Makes the Python tests more portable by calling standard functions to interpr...shiqian2008-09-181-0/+20
* Initial import.shiqian2008-07-031-0/+106