aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
Commit message (Collapse)AuthorAge
* Sanitize mallocs and frees.Gravatar Nicolas "Pixel" Noble2016-03-26
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Revert "Revert "Factor out backoff code into a separate library (to be ↵Gravatar Craig Tiller2016-03-18
| | | | re-used elsewhere)""
* Revert "Factor out backoff code into a separate library (to be re-used ↵Gravatar David G. Quintas2016-03-18
| | | | elsewhere)"
* Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-17
|\
| * Preventing huge stacks in load_file_test.Gravatar Nicolas "Pixel" Noble2016-03-17
| |
* | Merge github.com:grpc/grpc into backoff_libGravatar Craig Tiller2016-03-16
|\|
| * Fix copyrightGravatar Sree Kuchibhotla2016-03-14
| |
| * Minor code cleanupGravatar Sree Kuchibhotla2016-03-14
| |
| * Reduce the number of threads so that this test works on x86 systemsGravatar Sree Kuchibhotla2016-03-14
| |
* | Build out backoff as a libraryGravatar Craig Tiller2016-03-11
|/
* Fix copyrightsGravatar Craig Tiller2016-02-23
|
* Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|/
* Reverse changes to AVL codeGravatar murgatroid992016-02-05
|
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
|
* Fix 32 bit linux testsGravatar Jan Tattermusch2016-01-27
|
* Fix copyrightsGravatar Craig Tiller2016-01-20
|
* Simplify avl stress testGravatar Craig Tiller2016-01-19
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* clang-formatGravatar Craig Tiller2016-01-07
|
* Merge pull request #4626 from ctiller/wtfwinGravatar Alistair Veitch2016-01-07
|\ | | | | Add an early out to gpr_cpu_test
| * Merge github.com:grpc/grpc into wtfwinGravatar Craig Tiller2016-01-06
| |\
* | \ Merge github.com:grpc/grpc into clangfmtGravatar Craig Tiller2016-01-06
|\ \ \ | | |/ | |/|
| | * Fix compilation with clang/gccGravatar Craig Tiller2016-01-05
| | |
| | * Add an early out to gpr_cpu_testGravatar Craig Tiller2016-01-05
| | | | | | | | | | | | | | | | | | | | | This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail. Historically tests starting shortly after this test are the most likely to fail. Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible.
* | | Update copyrightsGravatar Craig Tiller2016-01-04
| | |
* | | clang-format codeGravatar Craig Tiller2016-01-04
| |/ |/|
| * Fix time_test.cGravatar Craig Tiller2015-12-22
| |
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* fixing x64 build with vs2015Gravatar Jan Tattermusch2015-12-17
|
* clang-format after last weeks test-festGravatar Craig Tiller2015-12-14
|
* Merge pull request #4423 from ctiller/thdGravatar Nicolas Noble2015-12-11
|\ | | | | Add tests for thread options
| * Add tests for thread optionsGravatar Craig Tiller2015-12-11
| |
* | make gpr_timespec platform agnosticGravatar Jan Tattermusch2015-12-10
|/
* Add cmdline testsGravatar Craig Tiller2015-12-10
|
* Merge pull request #4286 from jtattermusch/win_64bitGravatar Craig Tiller2015-12-09
|\ | | | | Make grpc compile on win64bit
| * get rid of warnings on linuxGravatar Jan Tattermusch2015-12-09
| |
* | PR commentsGravatar David Garcia Quintas2015-12-09
| |
| * make test methods static voidGravatar Jan Tattermusch2015-12-08
| |
| * fix bug MIN_VALUE bug in ltoa and int64toa and add testsGravatar Jan Tattermusch2015-12-08
| |
* | Remove gpr_slice_to_cstring as it is not used anywhereGravatar Sree Kuchibhotla2015-12-08
| |
* | expose gpr_slice_to_cstring()Gravatar Sree Kuchibhotla2015-12-08
| |
* | Add coverage to new_with_len_ref() function (called via gpr_slice_ref()Gravatar Sree Kuchibhotla2015-12-08
| |
* | Add test coverage for gpr_refn() functionGravatar Sree Kuchibhotla2015-12-07
| |
* | Fix a typo in commentGravatar Sree Kuchibhotla2015-12-07
| |
* | Improve test coverage from slice_bufferGravatar Sree Kuchibhotla2015-12-07
|/
* Fix memory leakGravatar Craig Tiller2015-11-23
|