.. |
gtest_all_test.cc
|
|
|
gtest_break_on_failure_unittest_.cc
|
Adds support for alternate path separator on Windows, and make all tests pass with CMake and VC++ 9 (by Manuel Klimek).
|
2010-02-02 22:33:34 +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
|
|
|
gtest_color_test.py
|
|
|
gtest_dll_test_.cc
|
Supports building gtest as a DLL (by Vlad Losev).
|
2010-03-05 21:21:06 +00:00 |
gtest_env_var_test_.cc
|
|
|
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
|
|
|
gtest_filter_unittest_.cc
|
|
|
gtest_filter_unittest.py
|
Google Test's Python tests now pass on Solaris.
|
2010-02-15 21:31:41 +00:00 |
gtest_help_test_.cc
|
|
|
gtest_help_test.py
|
Prints help when encountering unrecognized Google Test flags.
|
2009-10-22 01:22:29 +00:00 |
gtest_list_tests_unittest_.cc
|
|
|
gtest_list_tests_unittest.py
|
|
|
gtest_main_unittest.cc
|
|
|
gtest_nc_test.py
|
|
|
gtest_nc.cc
|
|
|
gtest_no_test_unittest.cc
|
|
|
gtest_output_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_output_test_golden_lin.txt
|
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_output_test_golden_win.txt
|
|
|
gtest_output_test.py
|
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_pred_impl_unittest.cc
|
|
|
gtest_prod_test.cc
|
|
|
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
|
|
|
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
|
Google Test's Python tests now pass on Solaris.
|
2010-02-15 21:31:41 +00:00 |
gtest_throw_on_failure_ex_test.cc
|
|
|
gtest_throw_on_failure_test_.cc
|
|
|
gtest_throw_on_failure_test.py
|
|
|
gtest_uninitialized_test_.cc
|
|
|
gtest_uninitialized_test.py
|
|
|
gtest_unittest.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_xml_outfile1_test_.cc
|
|
|
gtest_xml_outfile2_test_.cc
|
|
|
gtest_xml_outfiles_test.py
|
|
|
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
|
Modifies gtest-death-test_test not to use core-dumping API calls.
|
2010-03-02 00:56:24 +00:00 |
gtest-filepath_test.cc
|
Adds Solaris support (by Hady Zalek)
|
2010-02-03 02:27:02 +00:00 |
gtest-linked_ptr_test.cc
|
|
|
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
|
|
|
gtest-param-test_test.cc
|
Fixes a C++ standard conformance bug in gtest-param-test_test.cc.
|
2010-02-17 21:28:45 +00:00 |
gtest-param-test_test.h
|
|
|
gtest-param-test2_test.cc
|
|
|
gtest-port_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-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
|
|
|
gtest-typed-test2_test.cc
|
|
|
gtest-unittest-api_test.cc
|
|
|
production.cc
|
|
|
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
|
Removes support for MSVC 7.1 from the scons scripts.
|
2009-12-23 20:47:20 +00:00 |