aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
Commit message (Collapse)AuthorAge
* Merge pull request #4791 from ctiller/rtt2Gravatar Michael Lumish2016-01-21
|\ | | | | Move build configs into build.yaml
* | Make run_tests.py respect job count for compilationGravatar Craig Tiller2016-01-21
| |
| * Fix importsGravatar Craig Tiller2016-01-20
| |
| * Use ast.literal_eval instead of json.loads to avoid unicode problems on windowsGravatar Craig Tiller2016-01-20
| |
| * 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.
* | enable running c# tests on macGravatar Jan Tattermusch2016-01-20
|/
* Merge branch 'cpu-cost' into more-sanenessGravatar Craig Tiller2016-01-20
|\
* | List Sanity tests in a config file, not a shell scriptGravatar Craig Tiller2016-01-20
| | | | | | | | Allows parallelization of sanity tests, and better error reporting
| * Add CPU cost measurement, tune parameters, decrease default maxjobsGravatar Craig Tiller2016-01-20
| |
| * Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
|/
* Eliminate jobset timeouts in some circumstancesGravatar Craig Tiller2016-01-19
| | | | | | There are cases where we truly don't care how long something takes, and some external timeout will kill truly stuck processes, so let's eliminate timeouts in those cases
* Merge pull request #4676 from stanley-cheung/php_gcov_reportsGravatar Michael Lumish2016-01-19
|\ | | | | Add gcov php coverage report
* | Fix TSAN on Jenkins and on my machineGravatar Craig Tiller2016-01-15
| |
| * Add lcov php code coverage reportGravatar Stanley Cheung2016-01-13
|/
* Merge pull request #4645 from ctiller/coverallsGravatar Michael Lumish2016-01-08
|\ | | | | Refine coverage language list
* | Flag errors betterGravatar Craig Tiller2016-01-08
| |
* | Tweak run_tests exit status handlingGravatar Craig Tiller2016-01-08
| |
| * Refine coverage language listGravatar Craig Tiller2016-01-07
|/
* Fix building submodules at headGravatar Craig Tiller2016-01-06
| | | | | - ensure failure propogates through run_jenkins.sh - don't try to regenerate projects on non-linux environments
* Update copyrightsGravatar Craig Tiller2016-01-05
|
* Add ability to update submodules before buildGravatar Craig Tiller2016-01-05
|
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* fix build_step_environ()Gravatar Jan Tattermusch2015-12-16
|
* polishing run_tests.pyGravatar Jan Tattermusch2015-12-15
|
* split up C# tests into separate processesGravatar Jan Tattermusch2015-12-14
|
* Merge github.com:grpc/grpc into secsvrGravatar Craig Tiller2015-12-10
|\
* | Fixes, review feedbackGravatar Craig Tiller2015-12-08
| |
* | Add a test of httpcli over sslGravatar Craig Tiller2015-12-08
| |
| * add --arch, --compiler and --build_only cmdline argsGravatar Jan Tattermusch2015-12-07
|/
* Supporting Msys2's python.Gravatar Nicolas "Pixel" Noble2015-12-03
|
* Merge pull request #4229 from nicolasnoble/ruby-gcovGravatar Michael Lumish2015-12-01
|\ | | | | Ruby gcov support.
| * Adding coverage report for ruby.Gravatar Nicolas "Pixel" Noble2015-12-02
| |
* | Run code coverage no matter if tests failed or succeeded.Gravatar Adele Zhou2015-11-30
|/
* Skip OjbC when running code coverage.Gravatar Adele Zhou2015-11-20
|
* Merge pull request #4097 from ctiller/hpack_max_table_sizeGravatar David G. Quintas2015-11-19
|\ | | | | Support dynamic HPACK table resizing
| * Support rebuilding tableGravatar Craig Tiller2015-11-18
| |
* | Use mako template for HTML report.Gravatar Adele Zhou2015-11-18
|/
* Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-16
|\
| * put cwd of port server elsewhereGravatar Jan Tattermusch2015-11-05
| |
* | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
|\|
| * Define resultset.Gravatar Adele Zhou2015-11-04
| |
* | If run_tests is invoked with a regex, compile only those targetsGravatar Craig Tiller2015-11-04
|/
* Renamed report_utils.py.Gravatar Adele Zhou2015-11-03
|
* Create a separate utility for reporting.Gravatar Adele Zhou2015-11-03
|
* Merge pull request #3974 from adelez/bazel-like-outputGravatar Craig Tiller2015-10-29
|\ | | | | Bazel like output
* \ Merge pull request #3987 from jtattermusch/csharp_opencoverGravatar Nicolas Noble2015-10-28
|\ \ | | | | | | Add OpenCover coverage for C#
| * | C# native extension coverage on LinuxGravatar Jan Tattermusch2015-10-28
| | |
| * | unbreak linux csharp gcovGravatar Jan Tattermusch2015-10-27
| | |
| * | Add OpenCover coverage for C#Gravatar Jan Tattermusch2015-10-27
| | |
* | | Fixing 'all' run tests target.Gravatar Nicolas "Pixel" Noble2015-10-27
| | |