aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_list_tests_unittest.py
Commit message (Collapse)AuthorAgeFilesLines
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵zhanyong.wan2009-07-011-22/+17
| | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-5/+2
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Makes --gtest_list_tests honor the test filter (by Jay Campan).zhanyong.wan2009-04-241-17/+38
|
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-091-2/+1
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* Initial import.shiqian2008-07-031-0/+165