googletest/test
tsunanet 8de91f8f83 Change a few visibilities to work around a bug in g++ 3.4.2.
It looks like this version of g++ is confused by the local class generated
by the TEST_F macro and it can't tell that we're in a method that inherits
the class we want to access.

This bug causes the following kind of error:
../samples/../test/gtest_unittest.cc: In static member function `static void
<unnamed>::ExpectFatalFailureTest_CatchesFatalFaliure_Test::TestBody()::GTestExpectFatalFailureHelper::Execute()':
../samples/../test/gtest_unittest.cc:799: error: `static void
<unnamed>::ScopedFakeTestPartResultReporterTest::AddFailure(<unnamed>::ScopedFakeTestPartResultReporterTest::FailureMode)'
is protected
../samples/../test/gtest_unittest.cc:883: error: within this context

Signed-off-by: Benoit Sigoure <tsunanet@gmail.com>
2009-05-18 20:53:57 +00:00
..
gtest_all_test.cc Implements the --help flag; fixes tests on Windows. 2009-03-11 22:18:52 +00:00
gtest_break_on_failure_unittest_.cc Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 2009-03-06 20:05:23 +00:00
gtest_break_on_failure_unittest.py Fixes the broken gtest_break_on_failure_unittest.py. 2009-05-07 20:39:08 +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 stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +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 Makes gtest print elapsed time by default. 2009-04-14 23:19:22 +00:00
gtest_environment_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_filter_unittest_.cc Trivial source code format tweak. 2009-04-29 23:53:30 +00:00
gtest_filter_unittest.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest_help_test_.cc Implements the --help flag; fixes tests on Windows. 2009-03-11 22:18:52 +00:00
gtest_help_test.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest_list_tests_unittest_.cc Trivial source code format tweak. 2009-04-29 23:53:30 +00:00
gtest_list_tests_unittest.py Makes --gtest_list_tests honor the test filter (by Jay Campan). 2009-04-24 20:27:29 +00:00
gtest_main_unittest.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_nc_test.py Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 2009-01-08 01:10:31 +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 Initial import. 2008-07-03 22:38:12 +00:00
gtest_output_test_.cc Change a few visibilities to work around a bug in g++ 3.4.2. 2009-05-18 20:53:57 +00:00
gtest_output_test_golden_lin.txt Implements the test sharding protocol. By Eric Fellheimer. 2009-02-09 18:05:21 +00:00
gtest_output_test_golden_win.txt Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX. 2009-03-06 01:20:15 +00:00
gtest_output_test.py Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version before 4.0.0 (by Zhanyong Wan). 2009-05-05 19:31:00 +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 Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest_sole_header_test.cc Many changes: 2008-10-11 07:20:02 +00:00
gtest_stress_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest_test_utils.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +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 Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 2009-04-24 00:26:25 +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 stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest_unittest.cc Change a few visibilities to work around a bug in g++ 3.4.2. 2009-05-18 20:53:57 +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 Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest_xml_output_unittest_.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest_xml_output_unittest.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest_xml_test_utils.py Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). 2009-04-09 02:57:38 +00:00
gtest-death-test_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 2009-04-24 00:26:25 +00:00
gtest-filepath_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 2009-04-24 00:26:25 +00:00
gtest-linked_ptr_test.cc Value-parameterized tests and many bugfixes 2008-11-20 01:40:35 +00:00
gtest-message_test.cc Initial import. 2008-07-03 22:38:12 +00:00
gtest-options_test.cc Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). 2009-04-24 00:26:25 +00:00
gtest-param-test2_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-param-test_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-param-test_test.h Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-port_test.cc Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). 2009-04-07 21:03:22 +00:00
gtest-test-part_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-typed-test2_test.cc Cleans up macro definitions. 2009-02-23 23:21:55 +00:00
gtest-typed-test_test.cc Fixes death-test-related tests on Windows, by Vlad Losev. 2009-03-11 18:31:26 +00:00
gtest-typed-test_test.h Cleans up macro definitions. 2009-02-23 23:21:55 +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