R9484/testmaster
R9484/test
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
e96d247b2011 | vladlosev | Allows Google Test to build on OSes other then a pre-determined set and… | Jul 22 2010 | |||
e2a7f03b80fc | zhanyong.wan | Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong… | Jul 22 2010 | |||
5e4214cee4f7 | zhanyong.wan | Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves the… | Jul 8 2010 | |||
682c89f7557e | zhanyong.wan | Makes gtest report failures in ad hoc test assertions executed before… | Jun 17 2010 | |||
985a30360ce4 | zhanyong.wan | Adds tests for SkipPrefix(). | Jun 9 2010 | |||
0e41324393d5 | vladlosev | Fixes issue 286. | May 22 2010 | |||
1097b54dcf1c | vladlosev | Implements printing parameters of failed parameterized tests (issue 71). | May 18 2010 | |||
55d166a2228d | zhanyong.wan | Adds GTEST_REMOVE_REFERENCE_AND_CONST_. | May 17 2010 | |||
3678a248d357 | vladlosev | Renames test script flags. | May 13 2010 | |||
2ccea88c99d1 | zhanyong.wan | Moves the universal printer from gmock to gtest and refactors the cmake script… | May 10 2010 | |||
c476707e82f8 | vladlosev | Improves support for building Google Test as Windows DLL. | May 5 2010 | |||
e05489605fc5 | vladlosev | Implements color output in GNU Screen sessions (issue 277). | Apr 22 2010 | |||
e85375608b87 | vladlosev | Fixes gtest-port_test on MinGW. | Apr 22 2010 | |||
1b71f0b272f4 | zhanyong.wan | Adds alternative spellings for FAIL, SUCCEED, and TEST. | Apr 13 2010 | |||
eddd9e85a829 | vladlosev | Fixes gtest_filter_unittest and gtest_help_test on systems without death tests. | Apr 8 2010 | |||
d21c142eb89c | vladlosev | C++ Builder compatibility patch by Josh Kelley. | Apr 7 2010 | |||
b9a7cead1cdf | zhanyong.wan | Fixes a leak in ThreadLocal. | Mar 26 2010 | |||
9f0824b0a61b | zhanyong.wan | Adds missing gtest DLL exports. | Mar 22 2010 | |||
90030d74c8ca | vladlosev | Fixes comments and tests for the moment of generator parameter evaluation in… | Mar 20 2010 | |||
06d04c0945bf | vladlosev | Solaris and AIX patch by Hady Zalek | Mar 17 2010 | |||
40604f891efd | vladlosev | Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest… | Mar 8 2010 | |||
79e11d7c7d17 | vladlosev | Adds a smoketest for ThreadWithParam. | Mar 5 2010 | |||
83589cca345d | zhanyong.wan | Supports building gtest as a DLL (by Vlad Losev). | Mar 5 2010 | |||
12a92c26fc0e | zhanyong.wan | Renames ThreadStartSempahore to Notificaton (by Vlad Losev); adds threading… | Mar 4 2010 | |||
172b233a0477 | vladlosev | Modifies gtest-death-test_test not to use core-dumping API calls. | Mar 2 2010 | |||
70eceaf8e7c6 | vladlosev | Fixes issue 216 (gtest_output_test broken on Solaris | Feb 27 2010 | |||
c85a77a6ab0e | zhanyong.wan | Simplifies ThreadStartSemaphore's implementation. | Feb 26 2010 | |||
6baed3c1173c | zhanyong.wan | Fixes MSVC warnings in 64-bit mode. | Feb 25 2010 | |||
4879aac74991 | zhanyong.wan | Simplifies the threading implementation and improves some comments. | Feb 25 2010 | |||
0d27868d0fae | zhanyong.wan | Simplifies the implementation by using std::vector instead of Vector. | Feb 25 2010 | |||
3bef459eac9a | zhanyong.wan | Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth)… | Feb 24 2010 | |||
dd280cfa8dff | zhanyong.wan | Fixes a C++ standard conformance bug in gtest-param-test_test.cc. | Feb 17 2010 | |||
6f50ccf32c31 | vladlosev | Google Test's Python tests now pass on Solaris. | Feb 15 2010 | |||
cfcbc298cd91 | vladlosev | Adds Solaris support (by Hady Zalek) | Feb 3 2010 | |||
8d373310561a | zhanyong.wan | Adds support for alternate path separator on Windows, and make all tests pass… | Feb 2 2010 | |||
81e1cc73c832 | zhanyong.wan | Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes… | Jan 28 2010 | |||
fd6f2a8a4b3f | zhanyong.wan | Implements stdout capturing (by Vlad Losev); fixes compiler error on NVCC (by… | Jan 27 2010 | |||
e92ccedad996 | zhanyong.wan | Changes Message() to print double with enough precision by default. | Jan 8 2010 | |||
24265424027f | zhanyong.wan | Removes support for MSVC 7.1 from the scons scripts. | Dec 23 2009 | |||
a3dd9d97c57e | zhanyong.wan | Supports building gtest as a DLL (by Vlad Losev). | Dec 18 2009 | |||
88e97c822c98 | zhanyong.wan | Removes uses of GTEST_HAS_STD_STRING. | Dec 17 2009 | |||
cca227fe7548 | zhanyong.wan | Moves mis-placed tests. | Dec 16 2009 | |||
d56773b492b7 | zhanyong.wan | Turns on -Wshadow (by Preston Jackson). | Dec 16 2009 | |||
2e075a7f60da | zhanyong.wan | Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a… | Nov 24 2009 | |||
b6fe6899bef6 | vladlosev | Implements the element_type typedef in testing::internal::scoped_ptr. This is… | Nov 18 2009 | |||
bf26ca01f23e | vladlosev | Prevents Google Test from printing help message upon seeing the… | Nov 17 2009 | |||
24ccb2c3e079 | vladlosev | Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from… | Nov 17 2009 | |||
bcf926ec6566 | zhanyong.wan | Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests… | Nov 13 2009 | |||
6bfc4b2bd378 | vladlosev | Prints help when encountering unrecognized Google Test flags. | Oct 22 2009 | |||
bad778caa39a | vladlosev | Implements support for AssertionResult in Boolean assertions such as… | Oct 20 2009 | |||
bd851333e895 | zhanyong.wan | Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original… | Oct 1 2009 | |||
f8b268ee86ca | zhanyong.wan | Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan). Renames… | Sep 30 2009 | |||
b50ef44a3527 | zhanyong.wan | Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to… | Sep 24 2009 | |||
2534ae201e47 | zhanyong.wan | Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the… | Sep 21 2009 | |||
e5373af0cb9c | zhanyong.wan | Renames the TestPartResult type enums and adjusts the order of methods in the… | Sep 18 2009 | |||
9f894c2b36e8 | zhanyong.wan | Makes gtest compile cleanly with MSVC's warning 4511 & 4512 (copy ctor /… | Sep 18 2009 | |||
f43e4ff3ad12 | zhanyong.wan | Renames the methods in the event listener API, and changes the order of *End… | Sep 17 2009 | |||
12d740faef11 | zhanyong.wan | Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter)… | Sep 17 2009 | |||
866f4a94461d | zhanyong.wan | Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renames… | Sep 16 2009 | |||
b2ee82ebf9b8 | zhanyong.wan | Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing… | Sep 11 2009 | |||
16e9dd6e28a8 | zhanyong.wan | More implementation of the event listener interface (by Vlad Losev); Reduces… | Sep 4 2009 | |||
56a2e686e915 | zhanyong.wan | Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad… | Sep 1 2009 | |||
ed8500b341c4 | zhanyong.wan | Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility with… | Aug 7 2009 | |||
16b9431ae01d | zhanyong.wan | Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors… | Jul 22 2009 | |||
c214ebc830aa | zhanyong.wan | More refactoring for the event listener API, by Vlad Losev. | Jul 16 2009 | |||
8bdb31e0540c | zhanyong.wan | Adds the command line flags needed for test shuffling. Most code by Josh… | Jul 15 2009 | |||
89080477aee9 | zhanyong.wan | Adds color support for TERM=linux (by Alexander Demin); renames List to Vector… | Jul 13 2009 | |||
600105ee3ac4 | zhanyong.wan | Makes List a random-access data structure. This simplifies the implementation… | Jul 2 2009 | |||
b2db677c9905 | zhanyong.wan | Reduces the flakiness of gtest-port_test on Mac; improves the Python tests… | Jul 1 2009 | |||
aaebfcdc4005 | zhanyong.wan | Refactors for the event listener API (by Vlad Losev): hides some methods in… | Jun 25 2009 | |||
e6095deec89d | zhanyong.wan | Makes gtest's tuple implementation work with Symbian 5th edition by bypassing 2… | Jun 25 2009 | |||
ef29ce357624 | zhanyong.wan | Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves… | Jun 23 2009 | |||
046efb852bef | zhanyong.wan | Fixes the broken run_tests_test (by Vlad Losev). | Jun 19 2009 | |||
4853a503371f | zhanyong.wan | Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). | Jun 19 2009 | |||
ae3247986bbb | zhanyong.wan | Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes… | Jun 19 2009 | |||
532dc2de35f2 | zhanyong.wan | Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan)… | Jun 17 2009 | |||
b24b49d85a74 | zhanyong.wan | Fixes a typo in run_tests.py and its test (by Vlad Losev). | Jun 11 2009 | |||
819501581cca | zhanyong.wan | Adds run_tests.py for running the tests (by Vlad Losev). | Jun 9 2009 | |||
fd36c200f446 | zhanyong.wan | Adds support for xterm-256color (by Michihiro Kuramochi). | Jun 9 2009 | |||
1bd424d9608d | zhanyong.wan | Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). | May 29 2009 | |||
8de91f8f8374 | tsunanet | Change a few visibilities to work around a bug in g++ 3.4.2. | May 18 2009 | |||
c8a0482c0bff | zhanyong.wan | Fixes the broken gtest_break_on_failure_unittest.py. | May 7 2009 | |||
42abea350d4f | zhanyong.wan | Uses DebugBreak() to properly break on Windows (by Vlad Losev). | May 6 2009 | |||
9b23e3cc7677 | zhanyong.wan | Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version… | May 5 2009 | |||
fbaedd2d017c | zhanyong.wan | Trivial source code format tweak. | Apr 30 2009 | |||
c78ae6196dc9 | zhanyong.wan | Ports gtest to C++Builder, by Josh Kelley. | Apr 28 2009 | |||
fa2b06c52fa3 | zhanyong.wan | Makes --gtest_list_tests honor the test filter (by Jay Campan). | Apr 24 2009 | |||
f2d0d0e3d567 | zhanyong.wan | Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to… | Apr 24 2009 | |||
f204cd89e591 | zhanyong.wan | Makes gtest print elapsed time by default. | Apr 15 2009 | |||
7fa242a44b47 | zhanyong.wan | Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in… | Apr 9 2009 | |||
c12f63214e9b | zhanyong.wan | Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the… | Apr 7 2009 | |||
6a26383e31cf | zhanyong.wan | Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. | Mar 31 2009 | |||
3e54f5a3715f | zhanyong.wan | Fixes a MSVC warning (by Vlad Losev); fixes SConscript to work with VC 7.1 and… | Mar 31 2009 | |||
3c7bbf5b4667 | zhanyong.wan | Simplifies implementation by defining a POSIX portability layer; adds the death… | Mar 26 2009 | |||
2c0fc6d41534 | zhanyong.wan | Cleans up death test implementation (by Vlad Losev); changes the XML format to… | Mar 24 2009 | |||
61e953e8c39d | zhanyong.wan | Fixes two tests on Cygwin, which has no python 2.4. | Mar 17 2009 | |||
9623aed82cf3 | zhanyong.wan | Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on… | Mar 17 2009 | |||
87d23e45f096 | zhanyong.wan | Implements the --help flag; fixes tests on Windows. | Mar 11 2009 | |||
44a041b711ff | zhanyong.wan | Fixes death-test-related tests on Windows, by Vlad Losev. | Mar 11 2009 | |||
40e72a8a837b | zhanyong.wan | Implements --gtest_throw_on_failure for using gtest with other testing… | Mar 6 2009 |
c4science · Help