Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Google Test's Python tests now pass on Solaris. | vladlosev | 2010-02-15 | 1 | -4/+7 |
| | |||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -2/+1 |
| | | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). | ||||
* | Fixes the broken gtest_break_on_failure_unittest.py. | zhanyong.wan | 2009-05-07 | 1 | -0/+2 |
| | |||||
* | Uses DebugBreak() to properly break on Windows (by Vlad Losev). | zhanyong.wan | 2009-05-05 | 1 | -0/+16 |
| | |||||
* | Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵ | zhanyong.wan | 2009-04-09 | 1 | -2/+2 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Implements --gtest_throw_on_failure for using gtest with other testing ↵ | zhanyong.wan | 2009-03-06 | 1 | -5/+18 |
| | | | | frameworks. | ||||
* | Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows | vladlosev | 2008-11-26 | 1 | -6/+12 |
| | |||||
* | Makes the Python tests more portable by calling standard functions to ↵ | shiqian | 2008-09-18 | 1 | -4/+1 |
| | | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines. | ||||
* | Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵ | shiqian | 2008-07-09 | 1 | -2/+6 |
| | | | | Microsoft Visual Studio. | ||||
* | Initial import. | shiqian | 2008-07-03 | 1 | -0/+178 |