aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.c
Commit message (Collapse)AuthorAge
* Allow fixtures to specify slowdown factors, use it for grpc_trace testsGravatar Craig Tiller2015-08-04
|
* Adding a handler for abort().Gravatar Nicolas "Pixel" Noble2015-07-14
| | | | We want to have a chance to debug a call to abort() in case we have a debugger attached.
* Install simple Windows exception handlers.Gravatar Nicolas "Pixel" Noble2015-07-12
| | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing.
* Fix the display of total slowdownGravatar Craig Tiller2015-05-29
|
* Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
|
* Extend timeouts for Travis 2xGravatar Craig Tiller2015-02-27
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add platform ifdefs, fix up some MSVC warningsGravatar Craig Tiller2015-01-21
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* Run clang-format-all.shGravatar Yang Gao2015-01-14
|
* Unify signal handling in CGravatar Craig Tiller2015-01-14
|
* Fixing test_config.cGravatar Nicolas "Pixel" Noble2015-01-13
| | | | Now all the gpr tests build and run under win32.
* Seed random numbers in each process based on pid.Gravatar ctiller2015-01-05
| | | | | | | | | | This causes get_unused_port_or_die to try different port numbers in each concurrently running tests, and consequently enables some parallelism of test processes. Change on 2015/01/05 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83289374
* Initial import.Gravatar Nicolas Noble2014-11-26