aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_color_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds color support for TERM=linux (by Alexander Demin); renames List to ↵zhanyong.wan2009-07-131-0/+1
| | | | Vector (by Zhanyong Wan); implements Vector::Erase (by Vlad Losev).
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; ↵zhanyong.wan2009-07-011-4/+7
| | | | hides methods that we don't want to publish; makes win-dbg8 the default scons configuration (all by Vlad Losev).
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong ↵zhanyong.wan2009-06-171-4/+3
| | | | Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev).
* Adds support for xterm-256color (by Michihiro Kuramochi).zhanyong.wan2009-06-091-0/+1
|
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-091-9/+12
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* Makes the Python tests more portable by calling standard functions to ↵shiqian2008-09-181-1/+1
| | | | interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
* Initial import.shiqian2008-07-031-0/+123