R9484/testmaster
R9484/test
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
4984c93490ee | zhanyong.wan | Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac… | Mar 6 2009 | |||
0af0709b0289 | zhanyong.wan | Cleans up macro definitions. | Feb 24 2009 | |||
a5391b50a28b | zhanyong.wan | Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc. | Feb 9 2009 | |||
cd3e4016ea45 | zhanyong.wan | Implements the test sharding protocol. By Eric Fellheimer. | Feb 9 2009 | |||
886cafd4a37f | zhanyong.wan | Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to… | Feb 8 2009 | |||
37504994338c | zhanyong.wan | Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by… | Feb 6 2009 | |||
ad99ca14461f | zhanyong.wan | Exposes gtest flags to user code access. By Alexander Demin. | Feb 2 2009 | |||
4b83461e9772 | zhanyong.wan | Fixes some warnings when compiled with MSVC at warning level 4. | Jan 29 2009 | |||
c946ae601947 | zhanyong.wan | Implements a simple regex matcher (to be used by death tests on Windows). | Jan 29 2009 | |||
650d5bf3ba20 | zhanyong.wan | Fixes the bug where the XML output path is affected by test changing the… | Jan 26 2009 | |||
fe186c382905 | shiqian | Implements --gtest_also_run_disabled_tests. By Eric Roman. | Jan 10 2009 | |||
53e0dc4041f6 | shiqian | Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq. | Jan 8 2009 | |||
5145e0fb2030 | shiqian | Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform… | Dec 9 2008 | |||
1998cf5d32a1 | vladlosev | Allow Google Mock to initialize Google Test | Nov 26 2008 | |||
957ed9fb5210 | vladlosev | Adding test/gtest_uninitialized_test.py missing from the previous check-in | Nov 26 2008 | |||
95536ab53bba | vladlosev | Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows | Nov 26 2008 | |||
c440a6923aa6 | shiqian | Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X… | Nov 24 2008 | |||
514265c415e0 | vladlosev | Fixed two of the failing tests mentioned in issue 9 | Nov 22 2008 | |||
3d7042176307 | vladlosev | Value-parameterized tests and many bugfixes | Nov 20 2008 | |||
e0865dd9199e | shiqian | Many changes: - appends "_" to internal macro names (by Markus Heule). - makes… | Oct 11 2008 | |||
64cdcb69b28f | shiqian | Lots of changes: * changes the XML report format to match JUnit/Ant's. *… | Sep 26 2008 | |||
e79c3ccb73d6 | shiqian | Makes the Python tests more portable by calling standard functions to interpret… | Sep 18 2008 | |||
f6b0dc0b408f | shiqian | Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw… | Sep 18 2008 | |||
ee39a89debba | shiqian | Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non… | Sep 13 2008 | |||
36865d8d3544 | shiqian | Adds exception assertions. By balaz.dan@gmail.com. | Sep 12 2008 | |||
019d19af978f | shiqian | Improves thread-safe death tests by changing to the original working directory… | Sep 12 2008 | |||
29d8235540f1 | shiqian | Adds new files for type-parameterized tests, which I forgot to commit in the… | Sep 9 2008 | |||
a2b1a8556ea6 | shiqian | Adds support for type-parameterized tests (by Zhanyong Wan); also adds case… | Sep 8 2008 | |||
0c5a66245b8c | vladlosev | Implement wide->UTF-8 string conversion more correctly | Aug 26 2008 | |||
9b093c1779eb | shiqian | Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan. | Aug 6 2008 | |||
bcb12fa0f651 | shiqian | Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt… | Aug 1 2008 | |||
bf9b4b48dc65 | shiqian | Makes gtest work on Windows Mobile and Symbian. By Mika Raento. | Jul 31 2008 | |||
d88da49d028d | shiqian | Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com. | Jul 25 2008 | |||
15cbe5f70ada | shiqian | Adds --gtest_print_test for printing the elapsed time of tests. | Jul 25 2008 | |||
253d2bc57605 | shiqian | Makes the output understandable by VS when compiled by MSVC. | Jul 23 2008 | |||
e0ecb7ac588e | shiqian | Makes Google Test compile on Mac OS X and Cygwin, and adds project files for… | Jul 9 2008 | |||
e4e9a8bd7d2d | shiqian | Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest… | Jul 8 2008 | |||
d201456903f3 | shiqian | Initial import. | Jul 4 2008 |
c4science · Help