aboutsummaryrefslogtreecommitdiff
path: root/test/gtest-death-test_test.cc
AgeCommit message (Expand)Author
2011-02-22Indents preprocessor directives.zhanyong.wan
2011-02-02Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan
2010-10-18Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev
2010-10-11Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan
2010-09-14Include gtest headers as user headers instead of system headers.zhanyong.wan
2010-08-09Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan
2010-03-08Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-...vladlosev
2010-03-02Modifies gtest-death-test_test not to use core-dumping API calls.vladlosev
2010-02-24Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan
2010-02-02Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan
2009-12-16Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan
2009-09-30Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan
2009-09-30Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan
2009-09-17Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan
2009-09-16Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan
2009-09-11Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan
2009-09-01Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan
2009-08-07Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan
2009-07-22Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan
2009-07-16More refactoring for the event listener API, by Vlad Losev.zhanyong.wan
2009-06-25Refactors for the event listener API (by Vlad Losev): hides some methods in U...zhanyong.wan
2009-04-24Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan
2009-03-26Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan
2009-03-24Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan
2009-03-17Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan
2009-03-11Implements the --help flag; fixes tests on Windows.zhanyong.wan
2009-03-11Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan
2009-03-06Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan
2009-02-23Cleans up macro definitions.zhanyong.wan
2009-01-08Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian
2008-10-11Many changes:shiqian
2008-09-12Improves thread-safe death tests by changing to the original working director...shiqian
2008-08-01Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt...shiqian
2008-07-03Initial import.shiqian