28 Commits (888b6ebe7d8b2b1f0ee781b69126dd6981b368a5)

Author SHA1 Message Date
zhanyong.wan c214ebc830 More refactoring for the event listener API, by Vlad Losev. 16 years ago
zhanyong.wan 8bdb31e054 Adds the command line flags needed for test shuffling. Most code by Josh Kelley. 16 years ago
zhanyong.wan 89080477ae Adds color support for TERM=linux (by Alexander Demin); renames List to Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev). 16 years ago
zhanyong.wan 600105ee3a Makes List a random-access data structure. This simplifies the implementation and makes it easier to implement test shuffling. 16 years ago
zhanyong.wan b2db677c99 Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev). 16 years ago
zhanyong.wan aaebfcdc40 Refactors for the event listener API (by Vlad Losev): hides some methods in UnitTest; implements the result printers using the public API. 16 years ago
zhanyong.wan e6095deec8 Makes gtest's tuple implementation work with Symbian 5th edition by bypassing 2 compiler bugs (by Zhanyong Wan); refactors for the event listener API (by Vlad Losev). 16 years ago
zhanyong.wan ef29ce3576 Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves TestCase to gtest.h to prepare for the event listener API (by Vlad Losev). 16 years ago
zhanyong.wan 3c181b5657 Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even listener API work (by Vlad Losev); cleans up the scons script (by Zhanyong Wan). 16 years ago
zhanyong.wan ae3247986b Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes the wrong usage of os.environ.clear() in gtest_output_test.py (by Vlad Losev); fixes the logic for detecting Symbian (by Zhanyong Wan); moves TestProperty for event listener (by Vlad Losev). 16 years ago
zhanyong.wan fa2b06c52f Makes --gtest_list_tests honor the test filter (by Jay Campan). 16 years ago
zhanyong.wan c12f63214e 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). 16 years ago
zhanyong.wan 6a26383e31 Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. 16 years ago
zhanyong.wan 40e72a8a83 Implements --gtest_throw_on_failure for using gtest with other testing frameworks. 16 years ago
zhanyong.wan 0af0709b02 Cleans up macro definitions. 16 years ago
zhanyong.wan ad99ca1446 Exposes gtest flags to user code access. By Alexander Demin. 16 years ago
zhanyong.wan 4b83461e97 Fixes some warnings when compiled with MSVC at warning level 4. 16 years ago
shiqian 53e0dc4041 Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. 16 years ago
vladlosev 1998cf5d32 Allow Google Mock to initialize Google Test 16 years ago
shiqian c440a6923a Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X Tiger); also fixes gtest_output_test when built with xcode. 16 years ago
vladlosev 3d70421763 Value-parameterized tests and many bugfixes 17 years ago
shiqian e0865dd919 Many changes: 17 years ago
shiqian 36865d8d35 Adds exception assertions. By balaz.dan@gmail.com. 17 years ago
shiqian 019d19af97 Improves thread-safe death tests by changing to the original working directory before they are executed; also fixes out-dated comments about death tests. 17 years ago
shiqian a2b1a8556e Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev). 17 years ago
shiqian d5f13d4a25 Changes test creation functions to factories. By Vlad Losev. 17 years ago
shiqian e4e9a8bd7d Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest compile on Windows CE. 17 years ago
shiqian d201456903 Initial import. 17 years ago