D | travis_yml_generator.py | 32 def determine_tests(asan, ubsan, clang_tidy, smoke_tests, use_precompiled_headers_in_tests, exclude… argument 37 if asan: 43 if ubsan and not asan: 77 def add_ubuntu_tests(ubuntu_version, compiler, os='linux', stl=None, asan=True, ubsan=True, clang_t… argument 89 tests = determine_tests(asan, ubsan, clang_tidy, smoke_tests, 104 def add_osx_tests(compiler, xcode_version=None, stl=None, asan=True, ubsan=True, clang_tidy=True, argument 116 tests = determine_tests(asan, ubsan, clang_tidy, smoke_tests, 159 add_ubuntu_tests(ubuntu_version='18.04', compiler='gcc-5', asan=False, ubsan=False) 160 add_ubuntu_tests(ubuntu_version='18.04', compiler='gcc-8', asan=False, ubsan=False) 170 add_ubuntu_tests(ubuntu_version='16.04', compiler='gcc-5', asan=False, ubsan=False) [all …]
|