summaryrefslogtreecommitdiff
path: root/test/gtest_output_test_golden_lin.txt
Commit message (Expand)AuthorAgeFilesLines
* Add support for named value-parameterized tests.kosak@google.com2015-07-241-5/+16
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-281-5/+17
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-251-5/+0
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-4/+18
* Fixes off-by-one error in a message about test sharding (by David Glasser).vladlosev2011-02-121-1/+1
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Los...zhanyong.wan2010-07-261-4/+11
* Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong...zhanyong.wan2010-07-211-1/+1
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-7/+15
* Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...zhanyong.wan2010-03-041-5/+35
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-241-4/+36
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-2/+4
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-3/+21
* Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions t...zhanyong.wan2009-02-081-6/+20
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...zhanyong.wan2009-02-061-42/+1
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-101-1/+36
* Many changes:shiqian2008-10-111-4/+109
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...shiqian2008-09-081-5/+53
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-251-0/+70
* Initial import.shiqian2008-07-031-0/+383