aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_throw_on_failure_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-3/+2
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to ↵zhanyong.wan2009-04-241-1/+2
| | | | SConscript (by Vlad Losev).
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-091-2/+2
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* Fixes two tests on Cygwin, which has no python 2.4.zhanyong.wan2009-03-171-1/+1
|
* Implements --gtest_throw_on_failure for using gtest with other testing ↵zhanyong.wan2009-03-061-0/+171
frameworks.