aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the logic for determining whether cxxabi.h is available.zhanyong.wan2009-06-112-8/+12
|
* Works around a gcc bug when compiling tr1/tuple with RTTI disabled.zhanyong.wan2009-06-113-7/+52
|
* Fixes a typo in run_tests.py and its test (by Vlad Losev).zhanyong.wan2009-06-112-2/+2
|
* Enables tr1 tuple on Symbian.zhanyong.wan2009-06-091-2/+20
|
* Adds run_tests.py for running the tests (by Vlad Losev).zhanyong.wan2009-06-092-0/+960
|
* Adds support for xterm-256color (by Michihiro Kuramochi).zhanyong.wan2009-06-092-1/+3
|
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). ↵zhanyong.wan2009-05-296-5/+43
| | | | Minor format adjustments.
* Change a few visibilities to work around a bug in g++ 3.4.2.tsunanet2009-05-182-3/+3
| | | | | | | | | | | | | | | 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>
* Fixes the broken gtest_break_on_failure_unittest.py.zhanyong.wan2009-05-071-0/+2
|
* Uses DebugBreak() to properly break on Windows (by Vlad Losev).zhanyong.wan2009-05-052-0/+23
|
* Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version ↵zhanyong.wan2009-05-053-12/+4
| | | | before 4.0.0 (by Zhanyong Wan).
* Trivial source code format tweak.zhanyong.wan2009-04-292-6/+0
|
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-2813-203/+810
|
* Ports gtest to minGW (by Kenton Varda).zhanyong.wan2009-04-255-14/+402
|
* Makes --gtest_list_tests honor the test filter (by Jay Campan).zhanyong.wan2009-04-245-40/+85
|
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to ↵zhanyong.wan2009-04-2413-110/+107
| | | | SConscript (by Vlad Losev).
* Makes gtest print elapsed time by default.zhanyong.wan2009-04-144-13/+14
|
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-0915-198/+255
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the ↵zhanyong.wan2009-04-078-4/+189
| | | | thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan).
* Fixes the comment about GTEST_ATTRIBUTE_UNUSED_.zhanyong.wan2009-04-031-3/+6
|
* Fixes the scons script to build gtest-death-test_test on Linux.zhanyong.wan2009-04-021-15/+22
|
* Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER.zhanyong.wan2009-03-315-24/+13
|
* Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 ↵zhanyong.wan2009-03-313-3/+7
| | | | and exceptions enabled (by Zhanyong Wan).
* Fixes MSVC casting warning.zhanyong.wan2009-03-271-2/+2
|
* Works around a VC bug by avoiding defining a function named strdup().zhanyong.wan2009-03-263-7/+12
|
* Simplifies implementation by defining a POSIX portability layer; adds the ↵zhanyong.wan2009-03-2612-265/+181
| | | | death test style flag to --help.
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-254-10/+11
|
* Cleans up death test implementation (by Vlad Losev); changes the XML format ↵zhanyong.wan2009-03-248-390/+291
| | | | to be closer to junitreport (by Zhanyong Wan).
* Adds scripts/test/Makefile to the distribution in trunk.zhanyong.wan2009-03-181-0/+1
|
* Updates the 1.3.0 release note.zhanyong.wan2009-03-172-1/+16
|
* Fixes two tests on Cygwin, which has no python 2.4.zhanyong.wan2009-03-172-2/+2
|
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test ↵zhanyong.wan2009-03-174-28/+61
| | | | on Mac.
* Fixes a typo in Vlad's email address.zhanyong.wan2009-03-111-1/+1
|
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-1111-46/+382
|
* Fixes build failure on Windows, by Rainer Klaffenboeck.zhanyong.wan2009-03-111-1/+4
|
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-116-11/+17
|
* Implements --gtest_throw_on_failure for using gtest with other testing ↵zhanyong.wan2009-03-0613-29/+501
| | | | frameworks.
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on ↵zhanyong.wan2009-03-0613-201/+1219
| | | | Mac and Cygwin; fixes build issue on some Linux versions due to PATH_MAX.
* Cleans up macro definitions.zhanyong.wan2009-02-2342-419/+411
|
* Updates the definitions of GTEST_HAS_EXCEPTIONS and GTEST_HAS_STD_STRING to ↵zhanyong.wan2009-02-191-3/+10
| | | | be C++ standard compliant.
* Removes upload*.py from the release package, as they are useless without an ↵zhanyong.wan2009-02-131-2/+0
| | | | SVN checkout.
* Adds upload_gtest.py for uploading a Google Test patch for review.zhanyong.wan2009-02-133-0/+1467
|
* Removes svn:executable and sets svn:eol-style to CRLF for VS project files.zhanyong.wan2009-02-1310-1521/+1521
|
* Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.zhanyong.wan2009-02-095-24/+54
|
* Implements the test sharding protocol. By Eric Fellheimer.zhanyong.wan2009-02-0910-62/+619
|
* Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions ↵zhanyong.wan2009-02-083-49/+74
| | | | to be used with gcc.
* Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by ↵zhanyong.wan2009-02-067-98/+119
| | | | Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev).
* Exposes gtest flags to user code access. By Alexander Demin.zhanyong.wan2009-02-023-19/+64
|
* Fixes some warnings when compiled with MSVC at warning level 4.zhanyong.wan2009-01-296-24/+37
|
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-296-27/+854
|