Commit f18a9519 authored by Lisandro Dalcin's avatar Lisandro Dalcin

Travis-CI: Exclude tests failing on macOS with C++

parent 13506a91
......@@ -2088,6 +2088,13 @@ def runtests(options, cmd_args, coverage=None):
sys.stderr.write("Backends: %s\n" % ','.join(backends))
languages = backends
if 'TRAVIS' in os.environ and sys.platform == 'darwin' and 'cpp' in languages:
bugs_file_name = 'travis_macos_cpp_bugs.txt'
exclude_selectors += [
FileListExcluder(os.path.join(ROOTDIR, bugs_file_name),
verbose=verbose_excludes)
]
if options.use_common_utility_dir:
common_utility_dir = os.path.join(WORKDIR, 'utility_code')
if not os.path.exists(common_utility_dir):
......
complex_numbers_T305
complex_numbers_c99_T398
complex_numbers_cpp
complex_numbers_cxx_T398
cpdef_extern_func
cpp_classes_def
cpp_smart_ptr
cpp_stl_conversion
cpp_stl_function
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment