- 11 Jun, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 09 Jun, 2009 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 29 May, 2009 1 commit
-
-
zhanyong.wan authored
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments.
-
- 18 May, 2009 1 commit
-
-
tsunanet authored
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>
-
- 07 May, 2009 1 commit
-
-
zhanyong.wan authored
-
- 05 May, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version before 4.0.0 (by Zhanyong Wan).
-
- 29 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 28 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 25 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 24 Apr, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 14 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 09 Apr, 2009 1 commit
-
-
zhanyong.wan authored
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).
-
- 07 Apr, 2009 1 commit
-
-
zhanyong.wan authored
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).
-
- 03 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 02 Apr, 2009 1 commit
-
-
zhanyong.wan authored
-
- 31 Mar, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and exceptions enabled (by Zhanyong Wan).
-
- 27 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 26 Mar, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
Simplifies implementation by defining a POSIX portability layer; adds the death test style flag to --help.
-
- 25 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 24 Mar, 2009 1 commit
-
-
zhanyong.wan authored
Cleans up death test implementation (by Vlad Losev); changes the XML format to be closer to junitreport (by Zhanyong Wan).
-
- 18 Mar, 2009 1 commit
-
-
zhanyong.wan authored
-
- 17 Mar, 2009 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 11 Mar, 2009 4 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 06 Mar, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
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.
-
- 23 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 19 Feb, 2009 1 commit
-
-
zhanyong.wan authored
Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to be C++ standard compliant.
-
- 13 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-