summaryrefslogtreecommitdiff
path: root/test/gtest_output_test.py
Commit message (Expand)AuthorAge
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-19
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Renames test script flags.vladlosev2010-05-13
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-04
* Fixes issue 216 (gtest_output_test broken on Solarisvladlosev2010-02-27
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Google Test's Python tests now pass on Solaris.vladlosev2010-02-15
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-01
* Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...zhanyong.wan2009-06-19
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-17
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-29
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-05
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-09
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-09
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-06
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-10
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...shiqian2008-09-18
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-08
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-25
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-23
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian2008-07-08
* Initial import.shiqian2008-07-03