aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/BUILD
Commit message (Collapse)AuthorAge
* Add licenses() in BUILD filesGravatar Yuchen Zeng2017-03-01
|
* Add a spinlock type.Gravatar Craig Tiller2017-02-27
| | | | | | | | | | Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.
* Remove unused loadGravatar yang-g2017-01-11
|
* Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
|
* e2e fuzzersGravatar Craig Tiller2016-10-20
|
* Make fuzzer unit tests workGravatar Craig Tiller2016-10-20
|
* Begin fuzzing frameworkGravatar Craig Tiller2016-10-20
|
* end2end test generation (first try)Gravatar Craig Tiller2016-10-20
|
* Basic testing.Gravatar Nicolas "Pixel" Noble2016-10-20