Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes ↵ | zhanyong.wan | 2009-11-24 | 1 | -2/+5 |
| | | | | a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). | ||||
* | Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from ↵ | vladlosev | 2009-11-17 | 1 | -0/+8 |
| | | | | Python test scripts (fixes issue 223). | ||||
* | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵ | zhanyong.wan | 2009-07-01 | 1 | -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.wan | 2009-06-19 | 1 | -1/+2 |
| | |||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -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.wan | 2009-04-09 | 1 | -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.wan | 2009-03-11 | 1 | -14/+14 |
| | |||||
* | Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows | vladlosev | 2008-11-26 | 1 | -22/+65 |
| | |||||
* | Fixed two of the failing tests mentioned in issue 9 | vladlosev | 2008-11-22 | 1 | -0/+25 |
| | |||||
* | Makes the Python tests more portable by calling standard functions to ↵ | shiqian | 2008-09-18 | 1 | -0/+20 |
| | | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines. | ||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+106 |