summaryrefslogtreecommitdiff
path: root/test/gtest_output_test.py
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring.kosak@google.com2015-07-141-5/+10
* Implement threading support for gtest on Windows.kosak@google.com2014-03-241-2/+2
* Removes obsolete debug code.vladlosev2012-09-061-1/+1
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-091-1/+1
* Removes the Windows golden file (by Vlad Losev); implements test result strea...zhanyong.wan2010-08-191-16/+24
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-1/+1
* Renames test script flags.vladlosev2010-05-131-1/+1
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-2/+2
* Fixes issue 216 (gtest_output_test broken on Solarisvladlosev2010-02-271-0/+2
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-3/+5
* Google Test's Python tests now pass on Solaris.vladlosev2010-02-151-15/+31
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-161-14/+14
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-011-57/+28
* Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...zhanyong.wan2009-06-191-1/+5
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-171-21/+66
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-291-1/+6
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...zhanyong.wan2009-05-051-1/+0
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-091-15/+54
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-24/+44
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-061-2/+7
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-101-3/+8
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...shiqian2008-09-181-1/+19
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-0/+2
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-251-5/+15
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-231-2/+3
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...shiqian2008-07-081-1/+1
* Initial import.shiqian2008-07-031-0/+183