Home
last modified time | relevance | path

Searched refs:contains_any (Results 1 – 2 of 2) sorted by relevance

/libCEED/tests/
H A Djunit.py113 if test.startswith('t318') and contains_any(resource, ['/gpu/cuda/ref']):
115 if test.startswith('t506') and contains_any(resource, ['/gpu/cuda/shared']):
181 elif test_id in ['t409'] and contains_any(resource, ['memcheck']):
H A Djunit_common.py250 def contains_any(base: str, substrings: List[str]) -> bool: function