index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gtest-death-test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-1340/+0
*
Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_
kosak
2015-07-24
1
-0/+6
*
Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE.
kosak
2015-07-19
1
-0/+8
*
Add support for --gtest_flagfile
kosak
2015-07-17
1
-20/+0
*
Reduce the number of occurrences of gendered pronouns in gtest.
kosak
2014-06-18
1
-3/+3
*
Disable asan instrumentation for StackGrowsDown().
kosak
2014-06-17
1
-0/+2
*
Removes testing::internal::String::Format(), which causes problems as it trun...
kosak
2013-02-22
1
-41/+44
*
Unfortunately, the svn repo is a bit out of date. This commit contains 8
jgm
2012-11-15
1
-35/+28
*
fixes a problem in which we pass the address one byte ...
jgm
2012-07-12
1
-1/+12
*
Improves conformance to the Google C++ Style Guide (by Greg Miller).
vladlosev
2011-11-04
1
-0/+1
*
Adds support for detection of running in death test child processes.
vladlosev
2011-10-28
1
-1/+31
*
Adds ability to inject death test child arguments for test purposes.
vladlosev
2011-10-05
1
-1/+6
*
Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...
vladlosev
2011-09-09
1
-0/+21
*
QNX compatibility patch (by Haruka Iwao).
vladlosev
2011-06-20
1
-8/+52
*
Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul ...
vladlosev
2011-06-13
1
-4/+6
*
fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)
zhanyong.wan
2011-04-14
1
-0/+5
*
Fixes Windows CE compatibility problem (issue http://code.google.com/p/google...
vladlosev
2011-03-30
1
-1/+1
*
Indents preprocessor directives.
zhanyong.wan
2011-02-22
1
-46/+64
*
Add markers to death test messages to make them more recogizable (by Jeff Shu...
zhanyong.wan
2011-02-02
1
-5/+24
*
Modifies handling of C++ exceptions in death tests to treat exceptions escapi...
vladlosev
2010-10-18
1
-10/+23
*
Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...
zhanyong.wan
2010-10-11
1
-8/+8
*
Include gtest headers as user headers instead of system headers.
zhanyong.wan
2010-09-14
1
-4/+4
*
Improves support for building Google Test as Windows DLL.
vladlosev
2010-05-05
1
-1/+8
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-2/+0
*
Turns on -Wshadow (by Preston Jackson).
zhanyong.wan
2009-12-16
1
-16/+16
*
Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).
zhanyong.wan
2009-09-30
1
-12/+13
*
Small code simplification (by Vlad Losev).
zhanyong.wan
2009-09-16
1
-4/+3
*
Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames
zhanyong.wan
2009-09-16
1
-14/+11
*
More implementation of the event listener interface (by Vlad Losev); Reduces ...
zhanyong.wan
2009-09-04
1
-1/+5
*
Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...
zhanyong.wan
2009-08-07
1
-6/+2
*
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...
zhanyong.wan
2009-04-24
1
-7/+7
*
Works around a VC bug by avoiding defining a function named strdup().
zhanyong.wan
2009-03-26
1
-2/+2
*
Simplifies implementation by defining a POSIX portability layer; adds the dea...
zhanyong.wan
2009-03-26
1
-50/+7
*
Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.
zhanyong.wan
2009-03-25
1
-1/+1
*
Cleans up death test implementation (by Vlad Losev); changes the XML format t...
zhanyong.wan
2009-03-24
1
-347/+252
*
Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...
zhanyong.wan
2009-03-17
1
-21/+52
*
Fixes a typo in Vlad's email address.
zhanyong.wan
2009-03-11
1
-1/+1
*
Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...
zhanyong.wan
2009-03-06
1
-127/+615
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-7/+7
*
Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.
shiqian
2009-01-08
1
-2/+23
*
Many changes:
shiqian
2008-10-11
1
-34/+34
*
Lots of changes:
shiqian
2008-09-26
1
-0/+1
*
Improves thread-safe death tests by changing to the original working director...
shiqian
2008-09-12
1
-1/+22
*
Makes gtest work on Windows Mobile and Symbian. By Mika Raento.
shiqian
2008-07-31
1
-0/+2
*
Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.
shiqian
2008-07-23
1
-2/+2
*
Initial import.
shiqian
2008-07-03
1
-0/+751