aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Clang formatGravatar murgatroid992017-02-17
| |
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|/
* Add <string.h> to test_config.cGravatar Muxi Yan2016-11-28
|
* Remove file dependency to simplify build graphGravatar Craig Tiller2016-11-28
|
* Up timeouts for poll-cv polling strategy, seems to make things more stableGravatar Craig Tiller2016-11-28
|
* added gpr_types.hGravatar David Garcia Quintas2016-08-01
|
* Ensure minimum size of alt stack (to please vtune)Gravatar Craig Tiller2016-04-29
|
* Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Make stack traces show up in run_tests.py logsGravatar Craig Tiller2016-03-17
|
* Disable warning: system header is brokenGravatar Craig Tiller2016-03-16
|
* Drop the LGravatar Craig Tiller2016-03-16
|
* Tweaking formattingGravatar Craig Tiller2016-03-16
|
* clang-fmtGravatar Craig Tiller2016-03-16
|
* Review feedbackGravatar Craig Tiller2016-03-16
|
* Fix copyrightGravatar Craig Tiller2016-03-16
|
* clang-format codeGravatar Craig Tiller2016-03-16
|
* Get stack traces in crash dumps working for WindowsGravatar Craig Tiller2016-03-16
|
* Fix proxy end2end testsGravatar Craig Tiller2015-12-14
| | | | | | | | Some transport callbacks weren't getting triggered. We now ensure that this always occurs. Additionally: left some debug only code around to make this class of bug easier to diagnose in the future.
* Dont call malloc eitherGravatar Craig Tiller2015-09-30
|
* FixesGravatar Craig Tiller2015-09-30
|
* Remove stdio usage from signal handlerGravatar Craig Tiller2015-09-30
|
* Fix mac buildGravatar Craig Tiller2015-09-28
|
* Fix mac buildGravatar Craig Tiller2015-09-28
|
* Enable backtraces on C testsGravatar Craig Tiller2015-09-28
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Sign conversion fixesGravatar Craig Tiller2015-09-10
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* 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