googletest/test
shiqian e0865dd919 Many changes:
- appends "_" to internal macro names (by Markus Heule).
- makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento).
- adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule).
- changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule).
- adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule).
- adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan).
- adds scons/SConscript for building with scons (by Joi Sigurdsson).
- adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule).
- updates the xcode project to include new tests (by Preston Jackson).
2008-10-11 07:20:02 +00:00
..
gtest_break_on_failure_unittest_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_break_on_failure_unittest.py Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. 2008-09-18 21:18:11 +00:00
gtest_color_test_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_color_test.py Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. 2008-09-18 21:18:11 +00:00
gtest_env_var_test_.cc Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. 2008-07-25 21:13:11 +00:00
gtest_env_var_test.py Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. 2008-07-25 21:13:11 +00:00
gtest_environment_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_filter_unittest_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_filter_unittest.py Initial import. 2008-07-03 22:38:12 +00:00
gtest_list_tests_unittest_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_list_tests_unittest.py Initial import. 2008-07-03 22:38:12 +00:00
gtest_main_unittest.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_nc_test.py Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). 2008-09-08 17:55:52 +00:00
gtest_nc.cc Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). 2008-09-08 17:55:52 +00:00
gtest_no_test_unittest.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_output_test_.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_output_test_golden_lin.txt Many changes: 2008-10-11 07:20:02 +00:00
gtest_output_test_golden_win.txt Many changes: 2008-10-11 07:20:02 +00:00
gtest_output_test.py Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too). 2008-09-18 18:06:35 +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 Many changes: 2008-10-11 07:20:02 +00:00
gtest_sole_header_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_stress_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_test_utils.py Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. 2008-09-18 21:18:11 +00:00
gtest_uninitialized_test_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_uninitialized_test.py Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines. 2008-09-18 21:18:11 +00:00
gtest_unittest.cc Many changes: 2008-10-11 07:20:02 +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 Lots of changes: 2008-09-26 16:08:30 +00:00
gtest_xml_output_unittest_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_xml_output_unittest.py Lots of changes: 2008-09-26 16:08:30 +00:00
gtest_xml_test_utils.py Lots of changes: 2008-09-26 16:08:30 +00:00
gtest-death-test_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest-filepath_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest-message_test.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest-options_test.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest-test-part_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest-typed-test_test.cc Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. 2008-09-09 03:01:38 +00:00
gtest-typed-test_test.h Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. 2008-09-09 03:01:38 +00:00
gtest-typed-test2_test.cc Adds new files for type-parameterized tests, which I forgot to commit in the previous revision. 2008-09-09 03:01:38 +00:00
production.cc Initial import. 2008-07-03 22:38:12 +00:00
production.h Initial import. 2008-07-03 22:38:12 +00:00