Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Craig Tiller
58270d5461
Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)""
9 years ago
David G. Quintas
108cecb826
Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"
9 years ago
Nicolas "Pixel" Noble
80da2ec697
Preventing huge stacks in load_file_test.
9 years ago
Sree Kuchibhotla
f7cea97658
Fix copyright
9 years ago
Sree Kuchibhotla
b19489c6c8
Minor code cleanup
9 years ago
Sree Kuchibhotla
cc43d693e5
Reduce the number of threads so that this test works on x86 systems
9 years ago
Craig Tiller
c72cc42238
Build out backoff as a library
9 years ago
Craig Tiller
19fa540100
Fix copyrights
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
murgatroid99
85474df7b3
Reverse changes to AVL code
9 years ago
murgatroid99
7a55684a13
Clang format and fix copyrights
9 years ago
murgatroid99
309830f6b8
Replace 'long' with 'int64_t' in public core headers
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Jan Tattermusch
a99687be96
Fix 32 bit linux tests
9 years ago
Craig Tiller
9e1e99aa72
Fix copyrights
9 years ago
Craig Tiller
b8958ef88a
Simplify avl stress test
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Craig Tiller
2a1540496f
clang-format
9 years ago
Craig Tiller
e8f9ba6b7f
Fix compilation with clang/gcc
9 years ago
Craig Tiller
d3917ab790
Add an early out to gpr_cpu_test
...
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.
9 years ago
Craig Tiller
560e5f8aa3
Update copyrights, clang-fmt
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
be52c6e9c2
clang-format code
9 years ago
Craig Tiller
0b96edc3ed
Fix time_test.c
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Jan Tattermusch
1b34aeb554
fixing x64 build with vs2015
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago
Craig Tiller
861d8ed7e7
Add tests for thread options
9 years ago
Jan Tattermusch
88086373db
make gpr_timespec platform agnostic
9 years ago
Craig Tiller
1fa1ab84c9
Add cmdline tests
9 years ago
Jan Tattermusch
06ae5cd48c
get rid of warnings on linux
9 years ago
David Garcia Quintas
a5aa19b8b6
PR comments
9 years ago
Jan Tattermusch
26e190f3ee
make test methods static void
9 years ago
Jan Tattermusch
338ef4aa6c
fix bug MIN_VALUE bug in ltoa and int64toa and add tests
9 years ago
Sree Kuchibhotla
f99dbf5d08
Remove gpr_slice_to_cstring as it is not used anywhere
9 years ago
Sree Kuchibhotla
38d39f4622
expose gpr_slice_to_cstring()
9 years ago
Sree Kuchibhotla
b6fd9bcbb6
Add coverage to new_with_len_ref() function (called via gpr_slice_ref()
9 years ago
Sree Kuchibhotla
93360e1fbd
Add test coverage for gpr_refn() function
9 years ago
Sree Kuchibhotla
ea4b3c6082
Fix a typo in comment
9 years ago
Sree Kuchibhotla
7bf082faf8
Improve test coverage from slice_buffer
9 years ago
Craig Tiller
a3c03e6854
Fix memory leak
9 years ago
Craig Tiller
0593622d8f
AVL: removal, and passing tests
9 years ago
Craig Tiller
fba79f213f
AVL: creation, destroy, add
9 years ago
Alistair Veitch
f987e3af95
Fix for long-running tsan test
10 years ago
Alistair Veitch
427eb90803
Fix memory leak
10 years ago