1. af307d7 always embed zlib and openssl for C# by Jan Tattermusch · 8 years ago
  2. 3359997 Tweaks by Craig Tiller · 8 years ago
  3. de7edf8 Merge github.com:grpc/grpc into backoff2 by Craig Tiller · 8 years ago
  4. 9bb7062 Fix gcc4.4 tests by Jan Tattermusch · 8 years ago
  5. 9506ef2 Fix code coverage. by Adele Zhou · 8 years ago
  6. 7268eed Merge pull request #5381 from jtattermusch/core_portability_clang by Jan Tattermusch · 8 years ago
  7. d4726c1 add support for clang3.4 and 3.6 by Jan Tattermusch · 8 years ago
  8. f7ff8be Fix other typo to match previous typo fix by Masood Malekghassemi · 8 years ago
  9. 60d38cb Simplify Node Windows tests slightly by Michael Lumish · 8 years ago
  10. 072ebaa make python test suites run in parallel by Jan Tattermusch · 8 years ago
  11. 606d6bf Explicitly delete node_modules directory after running tests on Windows by murgatroid99 · 8 years ago
  12. 184e423 Fix bug by Craig Tiller · 8 years ago
  13. 0488d14 Add comment by Craig Tiller · 8 years ago
  14. ca62ff0 Expand gtest suites into individual run_tests tests by Craig Tiller · 8 years ago
  15. 4651bef fix ruby by Jan Tattermusch · 8 years ago
  16. c4cbe39 add more compilers by Jan Tattermusch · 8 years ago
  17. 3b5121b minor refactoring by Jan Tattermusch · 8 years ago
  18. a2d964c rename _WINDOWS_CONFIG by Jan Tattermusch · 8 years ago
  19. c96caf8 compilers for C,C++ by Jan Tattermusch · 8 years ago
  20. 77db432 simplify run_tests.py by Jan Tattermusch · 8 years ago
  21. 70a57e4 Build "language" superceded by --build_only flag by Jan Tattermusch · 8 years ago
  22. 7d243df Increase Node's per-test timeout and Ruby's overall test timeout by murgatroid99 · 8 years ago
  23. aaa876a Make Node tests run on Windows by Michael Lumish · 8 years ago
  24. e70b3c5 use per-language dockerfiles by Jan Tattermusch · 8 years ago
  25. e477b84 make node tests pass on macos by Jan Tattermusch · 8 years ago
  26. 3de6b76 use correct path for C tests on win64 by Jan Tattermusch · 9 years ago
  27. aab1e51 Generate report.xml report with --build_only too by Jan Tattermusch · 9 years ago
  28. e7780a9 Merge pull request #4906 from jtattermusch/runtest_more_cleanup by Craig Tiller · 9 years ago
  29. 324426b Merge github.com:grpc/grpc into fix-c++ by Craig Tiller · 9 years ago
  30. ed342b1 meaningful name for grpc_jenkins_slave by Jan Tattermusch · 9 years ago
  31. 788ee23 cleanup sanity tests by Jan Tattermusch · 9 years ago
  32. b0f275e Small testing fixes by Craig Tiller · 9 years ago
  33. 07fb042 fix check_arch_option by Jan Tattermusch · 9 years ago
  34. f08018a better architecture check on linux by Jan Tattermusch · 9 years ago
  35. 5371d73 move jenkins_slave dockerfiles under tools/dockerfile by Jan Tattermusch · 9 years ago
  36. fba6530 refactor make_jobspec by Jan Tattermusch · 9 years ago
  37. 9be594f better arch support by Jan Tattermusch · 9 years ago
  38. 4dc9e72 refactor dockerization of run_tests.py by Jan Tattermusch · 9 years ago
  39. 6a25656 Merge pull request #4819 from ctiller/less-cpu-sanity by Nicolas Noble · 9 years ago
  40. 528fd1e Command line parsing fix by Craig Tiller · 9 years ago
  41. ff6242b Merge pull request #4791 from ctiller/rtt2 by Michael Lumish · 9 years ago
  42. dd6f7ed Make run_tests.py respect job count for compilation by Craig Tiller · 9 years ago
  43. 9279ac2 Fix imports by Craig Tiller · 9 years ago
  44. 1dce906 Use ast.literal_eval instead of json.loads to avoid unicode problems on windows by Craig Tiller · 9 years ago
  45. a0f8517 Move build configs into build.yaml by Craig Tiller · 9 years ago
  46. c895fe0 enable running c# tests on mac by Jan Tattermusch · 9 years ago
  47. a7a9e40 Merge branch 'cpu-cost' into more-saneness by Craig Tiller · 9 years ago
  48. 94d04a5 List Sanity tests in a config file, not a shell script by Craig Tiller · 9 years ago
  49. 5f735a6 Add CPU cost measurement, tune parameters, decrease default maxjobs by Craig Tiller · 9 years ago
  50. 56c6b6a Use CPU cost modelling to increase parallelism by Craig Tiller · 9 years ago
  51. 590105a Eliminate jobset timeouts in some circumstances by Craig Tiller · 9 years ago
  52. d70b6dc Merge pull request #4676 from stanley-cheung/php_gcov_reports by Michael Lumish · 9 years ago
  53. 71a8604 Fix TSAN on Jenkins and on my machine by Craig Tiller · 9 years ago
  54. a6b9548 Add lcov php code coverage report by Stanley Cheung · 9 years ago
  55. 7f34c78 Merge pull request #4645 from ctiller/coveralls by Michael Lumish · 9 years ago
  56. 4f2be36 Flag errors better by Craig Tiller · 9 years ago
  57. eb9de8b Tweak run_tests exit status handling by Craig Tiller · 9 years ago
  58. 1690066 Refine coverage language list by Craig Tiller · 9 years ago
  59. b361b4e Fix building submodules at head by Craig Tiller · 9 years ago
  60. 4083977 Update copyrights by Craig Tiller · 9 years ago
  61. 1676f91 Add ability to update submodules before build by Craig Tiller · 9 years ago
  62. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  63. 68016a1 fix build_step_environ() by Jan Tattermusch · 9 years ago
  64. e4a6918 polishing run_tests.py by Jan Tattermusch · 9 years ago
  65. 03c0106 split up C# tests into separate processes by Jan Tattermusch · 9 years ago
  66. 42c6c53 Merge github.com:grpc/grpc into secsvr by Craig Tiller · 9 years ago
  67. ed2164d Fixes, review feedback by Craig Tiller · 9 years ago
  68. cc0535d Add a test of httpcli over ssl by Craig Tiller · 9 years ago
  69. 2dd156e add --arch, --compiler and --build_only cmdline args by Jan Tattermusch · 9 years ago
  70. f72d7b5 Supporting Msys2's python. by Nicolas "Pixel" Noble · 9 years ago
  71. f876623 Merge pull request #4229 from nicolasnoble/ruby-gcov by Michael Lumish · 9 years ago
  72. 7ef1e53 Adding coverage report for ruby. by Nicolas "Pixel" Noble · 9 years ago
  73. 803af15 Run code coverage no matter if tests failed or succeeded. by Adele Zhou · 9 years ago
  74. 6b9527c Skip OjbC when running code coverage. by Adele Zhou · 9 years ago
  75. 6d80632 Merge pull request #4097 from ctiller/hpack_max_table_size by David G. Quintas · 9 years ago
  76. 2a2a6ed Support rebuilding table by Craig Tiller · 9 years ago
  77. 3bc7ba4 Use mako template for HTML report. by Adele Zhou · 9 years ago
  78. 36da138 Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  79. 3bd0827 put cwd of port server elsewhere by Jan Tattermusch · 9 years ago
  80. 176844d Merge github.com:grpc/grpc into new_op by Craig Tiller · 9 years ago
  81. 7cf7211 Define resultset. by Adele Zhou · 9 years ago
  82. 883064c If run_tests is invoked with a regex, compile only those targets by Craig Tiller · 9 years ago
  83. a30f829 Renamed report_utils.py. by Adele Zhou · 9 years ago
  84. 2271ab5 Create a separate utility for reporting. by Adele Zhou · 9 years ago
  85. ad7aefd Merge pull request #3974 from adelez/bazel-like-output by Craig Tiller · 9 years ago
  86. 05e9e27 Merge pull request #3987 from jtattermusch/csharp_opencover by Nicolas Noble · 9 years ago
  87. bdf4b2e C# native extension coverage on Linux by Jan Tattermusch · 9 years ago
  88. 61c3a83 unbreak linux csharp gcov by Jan Tattermusch · 9 years ago
  89. bf3b153 Add OpenCover coverage for C# by Jan Tattermusch · 9 years ago
  90. fe30045 Fixing 'all' run tests target. by Nicolas "Pixel" Noble · 9 years ago
  91. 4671096 Escape quotation marks in html. by Adele Zhou · 9 years ago
  92. d5fffa5 Print detailed results for each test. by Adele Zhou · 9 years ago
  93. 49bca46 Merge pull request #3970 from murgatroid99/node_runtests_no_make by Nicolas Noble · 9 years ago
  94. 8ae409f Prevent run_tests.py from running make if the language has no make targets by murgatroid99 · 9 years ago
  95. e3d6625 use proper shortname for sanity tests by Jan Tattermusch · 9 years ago
  96. f2ca7bc Fixed a couple places not updated with new jobset.run() return values. by Adele Zhou · 9 years ago
  97. e4c3561 generate html report for interop tests by Adele Zhou · 9 years ago
  98. 9375895 Moved Node pre-build steps to a separate shell script by murgatroid99 · 9 years ago
  99. 7b7a14f Fix npm install failing to download Node headers in run_tests.py by murgatroid99 · 9 years ago
  100. bee8f10 Merge pull request #3791 from nicolasnoble/add-c-and-cxx-coverage-reports by David G. Quintas · 9 years ago