pull/23717/head
Jan Tattermusch 5 years ago
parent eb1838b7c7
commit 2c95b8f6fb
  1. 4
      tools/run_tests/run_tests.py
  2. 4
      tools/run_tests/run_tests_matrix.py

@ -1447,8 +1447,8 @@ argp.add_argument(
'--compiler',
choices=[
'default', 'gcc4.9', 'gcc5.3', 'gcc7.4', 'gcc8.3', 'gcc_musl',
'clang3.6', 'clang3.7', 'python2.7', 'python3.5',
'python3.6', 'python3.7', 'python3.8', 'pypy', 'pypy3', 'python_alpine',
'clang3.6', 'clang3.7', 'python2.7', 'python3.5', 'python3.6',
'python3.7', 'python3.8', 'pypy', 'pypy3', 'python_alpine',
'all_the_cpythons', 'electron1.3', 'electron1.6', 'coreclr', 'cmake',
'cmake_vs2015', 'cmake_vs2017'
],

@ -275,8 +275,8 @@ def _create_portability_test_jobs(extra_args=[],
# portability C and C++ on x64
for compiler in [
'gcc4.9', 'gcc5.3', 'gcc7.4', 'gcc8.3', 'gcc_musl',
'clang3.6', 'clang3.7'
'gcc4.9', 'gcc5.3', 'gcc7.4', 'gcc8.3', 'gcc_musl', 'clang3.6',
'clang3.7'
]:
test_jobs += _generate_jobs(languages=['c', 'c++'],
configs=['dbg'],

Loading…
Cancel
Save