aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes the bug where the XML output path is affected by test changing the ↵zhanyong.wan2009-01-262-23/+224
| | | | current directory. By Stefan Weigand.
* Implements --gtest_also_run_disabled_tests. By Eric Roman.shiqian2009-01-107-12/+241
|
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-086-6/+135
|
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-091-4/+0
| | | | with the TR1 spec.
* Allow Google Mock to initialize Google Testvladlosev2008-11-261-1/+67
|
* Adding test/gtest_uninitialized_test.py missing from the previous check-invladlosev2008-11-261-14/+4
|
* Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windowsvladlosev2008-11-265-45/+101
|
* Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X ↵shiqian2008-11-241-0/+28
| | | | Tiger); also fixes gtest_output_test when built with xcode.
* Fixed two of the failing tests mentioned in issue 9vladlosev2008-11-223-9/+34
|
* Value-parameterized tests and many bugfixesvladlosev2008-11-2011-50/+1392
|
* Many changes:shiqian2008-10-1112-154/+889
| | | | | | | | | | | | - appends "_" to internal macro names (by Markus Heule). - makes Google Test work with newer versions of tools on Symbian and Windows CE (by Mika Raento). - adds the (ASSERT|EXPECT)_NO_FATAL_FAILURE macros (by Markus Heule). - changes EXPECT_(NON|)FATAL_FAILURE to catch failures in the current thread only (by Markus Heule). - adds the EXPECT_(NON|)FATAL_FAILURE_ON_ALL_THREADS macros (by Markus Heule). - adds GTEST_HAS_PTHREAD and GTEST_IS_THREADSAFE to indicate the availability of <pthread.h> and Google Test's thread-safety (by Zhanyong Wan). - adds scons/SConscript for building with scons (by Joi Sigurdsson). - adds src/gtest-all.cc for building Google Test from a single file (by Markus Heule). - updates the xcode project to include new tests (by Preston Jackson).
* Lots of changes:shiqian2008-09-265-52/+204
| | | | | | | | * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum.
* Makes the Python tests more portable by calling standard functions to ↵shiqian2008-09-186-22/+35
| | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
* Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw ↵shiqian2008-09-181-1/+19
| | | | too).
* Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on ↵shiqian2008-09-131-57/+12
| | | | non-English Windows. By balazs.dan@gmail.com.
* Adds exception assertions. By balaz.dan@gmail.com.shiqian2008-09-121-0/+185
|
* Improves thread-safe death tests by changing to the original working ↵shiqian2008-09-123-29/+101
| | | | directory before they are executed; also fixes out-dated comments about death tests.
* Adds new files for type-parameterized tests, which I forgot to commit in the ↵shiqian2008-09-093-0/+461
| | | | previous revision.
* Adds support for type-parameterized tests (by Zhanyong Wan); also adds ↵shiqian2008-09-087-11/+346
| | | | case-insensitive wide string comparison to the String class (by Vlad Losev).
* Implement wide->UTF-8 string conversion more correctlyvladlosev2008-08-251-26/+146
|
* Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan.shiqian2008-08-061-170/+143
|
* Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in ↵shiqian2008-08-012-29/+4
| | | | opt mode.
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-312-2/+64
|
* Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.shiqian2008-07-252-0/+6
|
* Adds --gtest_print_test for printing the elapsed time of tests.shiqian2008-07-254-5/+241
|
* Makes the output understandable by VS when compiled by MSVC.shiqian2008-07-232-112/+58
|
* Makes Google Test compile on Mac OS X and Cygwin, and adds project files for ↵shiqian2008-07-092-5/+11
| | | | Microsoft Visual Studio.
* Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest ↵shiqian2008-07-084-13/+22
| | | | compile on Windows CE.
* Initial import.shiqian2008-07-0339-0/+13197