murgatroid99
0c73a1ad8e
Clang format
8 years ago
murgatroid99
1191b7202d
Improve Node and libuv testing and test coverage
...
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
8 years ago
Robbie Shade
ca7effcdff
Replace timeout/scaling macros with functions.
8 years ago
Muxi Yan
cf6eaa7071
Add <string.h> to test_config.c
8 years ago
Craig Tiller
96583a39a9
Remove file dependency to simplify build graph
8 years ago
Craig Tiller
f2876ea1e0
Up timeouts for poll-cv polling strategy, seems to make things more stable
8 years ago
David Garcia Quintas
8c5424f0d5
added gpr_types.h
9 years ago
Craig Tiller
1b409a02a2
Ensure minimum size of alt stack (to please vtune)
9 years ago
Nicolas "Pixel" Noble
c4b18a50de
Adding support for msys.
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
bb84c6a70e
Make stack traces show up in run_tests.py logs
9 years ago
Craig Tiller
2ed1a9e329
Disable warning: system header is broken
9 years ago
Craig Tiller
b195792ed9
Drop the L
9 years ago
Craig Tiller
2befb68e82
Tweaking formatting
9 years ago
Craig Tiller
adf3a9d0b0
clang-fmt
9 years ago
Craig Tiller
c9c0b8bf42
Review feedback
9 years ago
Craig Tiller
3c788053bc
Fix copyright
9 years ago
Craig Tiller
2b45cb827f
clang-format code
9 years ago
Craig Tiller
ce2b3084e7
Get stack traces in crash dumps working for Windows
9 years ago
Craig Tiller
4bf292890c
Fix proxy end2end tests
...
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.
9 years ago
Craig Tiller
2c0b91d4ff
Dont call malloc either
10 years ago
Craig Tiller
3a12dcfd06
Fixes
10 years ago
Craig Tiller
4e710f5e13
Remove stdio usage from signal handler
10 years ago
Craig Tiller
73c4e87670
Fix mac build
10 years ago
Craig Tiller
ecc4f9c694
Fix mac build
10 years ago
Craig Tiller
2bc37297c8
Enable backtraces on C tests
10 years ago
Craig Tiller
a82950e683
clang-format all core files
10 years ago
Craig Tiller
45724b35e4
indent pass to get logical source lines on one physical line
10 years ago
Craig Tiller
3121fd4d75
Sign conversion fixes
10 years ago
Craig Tiller
d6c98df792
clang-format all source
10 years ago
Craig Tiller
7b9ed35a2c
Allow fixtures to specify slowdown factors, use it for grpc_trace tests
10 years ago
Nicolas "Pixel" Noble
e1d95d6e98
Adding a handler for abort().
...
We want to have a chance to debug a call to abort() in case we have a debugger attached.
10 years ago
Nicolas "Pixel" Noble
717ea0eb74
Install simple Windows exception handlers.
...
Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing.
10 years ago
Craig Tiller
9300c4b9c0
Fix the display of total slowdown
10 years ago
Craig Tiller
2da0296478
Eliminate need for SIGPIPE handling
10 years ago
Craig Tiller
8451e87ced
Extend timeouts for Travis 2x
10 years ago
Craig Tiller
190d360def
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
0c0b60c322
Add platform ifdefs, fix up some MSVC warnings
10 years ago
Craig Tiller
32946d37e0
() --> (void)
10 years ago
Craig Tiller
6046dc35ef
clang-format
10 years ago
Yang Gao
5680ff4687
Run clang-format-all.sh
10 years ago
Craig Tiller
e1e2475b69
Unify signal handling in C
10 years ago
Nicolas "Pixel" Noble
80d68c09c4
Fixing test_config.c
...
Now all the gpr tests build and run under win32.
10 years ago
Craig Tiller
5c35008ea1
Unify signal handling in C
10 years ago
ctiller
b3e3317ae8
Seed random numbers in each process based on pid.
...
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
10 years ago
Nicolas Noble
b7ebd3b8c6
Initial import.
10 years ago