Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything in googletest into googletest/googletest | Billy Donahue | 2015-08-25 | 1 | -172/+0 |
| | |||||
* | Changes default of --gtest_catch_exceptions to true. | vladlosev | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Removes the Windows golden file (by Vlad Losev); implements test result ↵ | zhanyong.wan | 2010-08-19 | 1 | -5/+8 |
| | | | | streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan). | ||||
* | Renames test script flags. | vladlosev | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. | vladlosev | 2010-04-08 | 1 | -4/+11 |
| | |||||
* | Prints help when encountering unrecognized Google Test flags. | vladlosev | 2009-10-22 | 1 | -5/+41 |
| | |||||
* | Adds the command line flags needed for test shuffling. Most code by Josh ↵ | zhanyong.wan | 2009-07-14 | 1 | -0/+2 |
| | | | | Kelley. | ||||
* | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵ | zhanyong.wan | 2009-06-17 | 1 | -3/+2 |
| | | | | 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 | -6/+1 |
| | | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). | ||||
* | Simplifies implementation by defining a POSIX portability layer; adds the ↵ | zhanyong.wan | 2009-03-26 | 1 | -0/+3 |
| | | | | death test style flag to --help. | ||||
* | Fixes two tests on Cygwin, which has no python 2.4. | zhanyong.wan | 2009-03-17 | 1 | -1/+1 |
| | |||||
* | Implements the --help flag; fixes tests on Windows. | zhanyong.wan | 2009-03-11 | 1 | -0/+127 |