aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_output_test_golden_win.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removes the Windows golden file (by Vlad Losev); implements test result ↵zhanyong.wan2010-08-191-577/+0
| | | | streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); ↵zhanyong.wan2010-08-091-45/+4
| | | | improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
* Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad ↵zhanyong.wan2010-07-261-4/+10
| | | | Losev).
* Allows EXPECT_EQ to accept arguments that don't have operator << (by ↵zhanyong.wan2010-07-211-1/+1
| | | | | | | Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev).
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-7/+14
|
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); ↵zhanyong.wan2009-07-221-2/+4
| | | | refactors scons script (by Vlad Losev).
* Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves ↵zhanyong.wan2009-06-221-7/+35
| | | | TestCase to gtest.h to prepare for the event listener API (by Vlad Losev).
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on ↵zhanyong.wan2009-03-061-3/+18
| | | | Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX.
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-091-3/+21
|
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by ↵zhanyong.wan2009-02-061-33/+0
| | | | Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev).
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-101-0/+31
|
* Many changes:shiqian2008-10-111-4/+97
| | | | | | | | | | | | - appends "_" to internal macro names (by Markus Heule). - makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento). - adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule). - changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule). - adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule). - adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan). - adds scons/SConscript for building with scons (by Joi Sigurdsson). - adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule). - updates the xcode project to include new tests (by Preston Jackson).
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-081-5/+35
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-251-0/+61
|
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-231-110/+55
|
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵shiqian2008-07-081-10/+10
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-031-0/+415