aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
Commit message (Collapse)AuthorAge
* Getting dependencies fixed upGravatar Craig Tiller2016-04-05
|
* Expand gtest suites into individual run_tests testsGravatar Craig Tiller2016-02-24
|
* Merge github.com:grpc/grpc into naming-crisisGravatar Craig Tiller2016-02-23
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
| |
| * Revert "Revert "Proto API for LB request/responses""Gravatar Craig Tiller2016-02-11
|/
* Revert "Proto API for LB request/responses"Gravatar Craig Tiller2016-02-11
|
* Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-28
|\
| * Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
| |\ | | | | | | Make zlib a first class build citizen
| | * Fix sanityGravatar Craig Tiller2016-01-21
| | |
| * | Move build configs into build.yamlGravatar Craig Tiller2016-01-20
| |/ | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-20
|\|
| * Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
| |
* | Srcs and hdrs sanity checks skip third_partyGravatar David Garcia Quintas2016-01-11
|/
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Exclude qps_test from tsan runsGravatar Craig Tiller2015-08-19
| | | | | | | The TSAN deadlock detector has some problems that prevents this test from running successfully. Issue #2994 has been filed to re-enable these in the future.
* Reduce mac CI loadGravatar Craig Tiller2015-08-07
|
* Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
* Make this more robust against mergesGravatar Craig Tiller2015-06-25
|
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Better defaulting of attributesGravatar Craig Tiller2015-04-08
|
* Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
|
* Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Also check build=testGravatar Craig Tiller2015-02-20
|
* Make run_tests.py respect the run= attributeGravatar Craig Tiller2015-02-20
|
* Googlify indentationGravatar Craig Tiller2015-01-18
|
* Pretty print tests.jsonGravatar Craig Tiller2015-01-18
|
* Only run language specified testsGravatar Craig Tiller2015-01-18
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.