Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -8/+7 |
| | | | | 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 | -2/+1 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Cleans up death test implementation (by Vlad Losev); changes the XML format ↵ | zhanyong.wan | 2009-03-24 | 1 | -4/+4 |
| | | | | to be closer to junitreport (by Zhanyong Wan). | ||||
* | Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows | vladlosev | 2008-11-26 | 1 | -5/+4 |
| | |||||
* | Fixed two of the failing tests mentioned in issue 9 | vladlosev | 2008-11-22 | 1 | -3/+4 |
| | |||||
* | Lots of changes: | shiqian | 2008-09-26 | 1 | -3/+3 |
| | | | | | | | | * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum. | ||||
* | Makes the Python tests more portable by calling standard functions to ↵ | shiqian | 2008-09-18 | 1 | -1/+1 |
| | | | | 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/+134 |