index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gtest_output_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move everything in googletest into googletest/googletest
Billy Donahue
2015-08-25
1
-340
/
+0
*
Minor refactoring.
kosak
2015-07-14
1
-5
/
+10
*
Implement threading support for gtest on Windows.
kosak
2014-03-24
1
-2
/
+2
*
Removes obsolete debug code.
vladlosev
2012-09-06
1
-1
/
+1
*
Misc small updates to some debug death code, and to messages streaming to macros
jgm
2012-03-09
1
-1
/
+1
*
Removes the Windows golden file (by Vlad Losev); implements test result strea...
zhanyong.wan
2010-08-19
1
-16
/
+24
*
Implements printing parameters of failed parameterized tests (issue 71).
vladlosev
2010-05-18
1
-1
/
+1
*
Renames test script flags.
vladlosev
2010-05-13
1
-1
/
+1
*
Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading ...
zhanyong.wan
2010-03-04
1
-2
/
+2
*
Fixes issue 216 (gtest_output_test broken on Solaris
vladlosev
2010-02-27
1
-0
/
+2
*
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...
zhanyong.wan
2010-02-24
1
-3
/
+5
*
Google Test's Python tests now pass on Solaris.
vladlosev
2010-02-15
1
-15
/
+31
*
Removes uses of GTEST_HAS_STD_STRING.
zhanyong.wan
2009-12-16
1
-14
/
+14
*
Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...
zhanyong.wan
2009-07-01
1
-57
/
+28
*
Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes...
zhanyong.wan
2009-06-19
1
-1
/
+5
*
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...
zhanyong.wan
2009-06-17
1
-21
/
+66
*
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...
zhanyong.wan
2009-05-29
1
-1
/
+6
*
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version bef...
zhanyong.wan
2009-05-05
1
-1
/
+0
*
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...
zhanyong.wan
2009-04-09
1
-15
/
+54
*
Implements the test sharding protocol. By Eric Fellheimer.
zhanyong.wan
2009-02-09
1
-24
/
+44
*
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zha...
zhanyong.wan
2009-02-06
1
-2
/
+7
*
Implements --gtest_also_run_disabled_tests. By Eric Roman.
shiqian
2009-01-10
1
-3
/
+8
*
Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw t...
shiqian
2008-09-18
1
-1
/
+19
*
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-i...
shiqian
2008-09-08
1
-0
/
+2
*
Adds --gtest_print_test for printing the elapsed time of tests.
shiqian
2008-07-25
1
-5
/
+15
*
Makes the output understandable by VS when compiled by MSVC.
shiqian
2008-07-23
1
-2
/
+3
*
Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest com...
shiqian
2008-07-08
1
-1
/
+1
*
Initial import.
shiqian
2008-07-03
1
-0
/
+183