googletest/test
zhanyong.wan 5e4214cee4 Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves
the NULL-dereferencing hack to work with LLVM (by chandlerc).
2010-07-08 21:44:59 +00:00
..
gtest_all_test.cc Improves support for building Google Test as Windows DLL. 2010-05-05 13:09:35 +00:00
gtest_break_on_failure_unittest_.cc Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves 2010-07-08 21:44:59 +00:00
gtest_break_on_failure_unittest.py Google Test's Python tests now pass on Solaris. 2010-02-15 21:31:41 +00:00
gtest_color_test_.cc Adds missing gtest DLL exports. 2010-03-22 21:23:51 +00:00
gtest_color_test.py Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). 2009-07-13 19:25:02 +00:00
gtest_env_var_test_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 2009-03-06 20:05:23 +00:00
gtest_env_var_test.py Google Test's Python tests now pass on Solaris. 2010-02-15 21:31:41 +00:00
gtest_environment_test.cc Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). 2010-06-16 22:47:13 +00:00
gtest_filter_unittest_.cc Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan). 2009-09-11 06:59:42 +00:00
gtest_filter_unittest.py Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. 2010-04-08 01:01:12 +00:00
gtest_help_test_.cc Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. 2010-04-08 01:01:12 +00:00
gtest_help_test.py Renames test script flags. 2010-05-13 18:05:20 +00:00
gtest_list_tests_unittest_.cc Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. 2009-05-29 19:46:51 +00:00
gtest_list_tests_unittest.py Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 2009-07-01 04:58:05 +00:00
gtest_main_unittest.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_nc_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 2009-06-17 21:06:27 +00:00
gtest_nc.cc Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 2009-01-08 01:10:31 +00:00
gtest_no_test_unittest.cc Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS(). 2010-06-16 22:47:13 +00:00
gtest_output_test_.cc Implements printing parameters of failed parameterized tests (issue 71). 2010-05-18 21:13:48 +00:00
gtest_output_test_golden_lin.txt Implements printing parameters of failed parameterized tests (issue 71). 2010-05-18 21:13:48 +00:00
gtest_output_test_golden_win.txt Implements printing parameters of failed parameterized tests (issue 71). 2010-05-18 21:13:48 +00:00
gtest_output_test.py Implements printing parameters of failed parameterized tests (issue 71). 2010-05-18 21:13:48 +00:00
gtest_pred_impl_unittest.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_prod_test.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_repeat_test.cc Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). 2009-09-30 20:23:50 +00:00
gtest_shuffle_test_.cc Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch). 2009-09-30 23:46:28 +00:00
gtest_shuffle_test.py Google Test's Python tests now pass on Solaris. 2010-02-15 21:31:41 +00:00
gtest_sole_header_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_stress_test.cc Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan). 2010-03-04 22:15:53 +00:00
gtest_test_utils.py Renames test script flags. 2010-05-13 18:05:20 +00:00
gtest_throw_on_failure_ex_test.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 2009-03-06 20:05:23 +00:00
gtest_throw_on_failure_test_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 2009-03-06 20:05:23 +00:00
gtest_throw_on_failure_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 2009-06-17 21:06:27 +00:00
gtest_uninitialized_test_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_uninitialized_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 2009-06-17 21:06:27 +00:00
gtest_unittest.cc Adds tests for SkipPrefix(). 2010-06-08 22:51:46 +00:00
gtest_xml_outfile1_test_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_xml_outfile2_test_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_xml_outfiles_test.py Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). 2009-06-17 21:06:27 +00:00
gtest_xml_output_unittest_.cc Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). 2009-09-30 20:23:50 +00:00
gtest_xml_output_unittest.py Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). 2009-09-30 20:23:50 +00:00
gtest_xml_test_utils.py Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). 2009-09-30 20:23:50 +00:00
gtest-death-test_test.cc Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-death-test_test.cc. 2010-03-08 20:42:47 +00:00
gtest-filepath_test.cc Adds missing gtest DLL exports. 2010-03-22 21:23:51 +00:00
gtest-linked_ptr_test.cc Value-parameterized tests and many bugfixes 2008-11-20 01:40:35 +00:00
gtest-listener_test.cc Simplifies the implementation by using std::vector instead of Vector. 2010-02-25 01:09:07 +00:00
gtest-message_test.cc Changes Message() to print double with enough precision by default. 2010-01-08 00:23:45 +00:00
gtest-options_test.cc Adds missing gtest DLL exports. 2010-03-22 21:23:51 +00:00
gtest-param-test_test.cc Implements printing parameters of failed parameterized tests (issue 71). 2010-05-18 21:13:48 +00:00
gtest-param-test_test.h Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-param-test2_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-port_test.cc Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). 2010-05-10 17:11:58 +00:00
gtest-printers_test.cc Fixes issue 286. 2010-05-22 00:27:10 +00:00
gtest-test-part_test.cc Moves mis-placed tests. 2009-12-16 20:21:27 +00:00
gtest-tuple_test.cc Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). 2009-11-24 20:19:45 +00:00
gtest-typed-test_test.cc Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading tests for SCOPED_TRACE() (by Vlad Losev); replaces native pthread calls with gtest's threading constructs (by Vlad Losev); fixes flakiness in CountedDestructor (by Vlad Losev); minor MSVC 7.1 clean-up (by Zhanyong Wan). 2010-03-04 22:15:53 +00:00
gtest-typed-test_test.h Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors scons script (by Vlad Losev). 2009-07-22 02:16:37 +00:00
gtest-typed-test2_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-unittest-api_test.cc Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to simplify gtest code (by Zhanyong Wan). 2009-09-24 21:15:59 +00:00
production.cc Initial import. 2008-07-03 22:38:12 +00:00
production.h Turns on -Wshadow (by Preston Jackson). 2009-12-16 19:54:05 +00:00
run_tests_util_test.py Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev). 2009-11-24 20:19:45 +00:00
run_tests_util.py Renames test script flags. 2010-05-13 18:05:20 +00:00