summaryrefslogtreecommitdiff
path: root/test/gtest_help_test.py
Commit message (Expand)AuthorAge
* Changes default of --gtest_catch_exceptions to true.vladlosev2010-10-26
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Renames test script flags.vladlosev2010-05-13
* Fixes gtest_filter_unittest and gtest_help_test on systems without death tests.vladlosev2010-04-08
* Prints help when encountering unrecognized Google Test flags.vladlosev2009-10-22
* Adds the command line flags needed for test shuffling. Most code by Josh Kel...zhanyong.wan2009-07-14
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-17
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-09
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Fixes two tests on Cygwin, which has no python 2.4.zhanyong.wan2009-03-17
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-11