aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵zhanyong.wan2009-07-011-5/+15
| | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
* 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 ↵zhanyong.wan2009-06-171-2/+35
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-091-3/+35
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* 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 ↵shiqian2008-09-181-0/+20
| | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
* Initial import.shiqian2008-07-031-0/+106