Home | History | Annotate | Download | only in run_tests

Lines Matching refs:platform_string

88     AND platform = '""" + platform_string() + """'
104 def platform_string():
105 return jobset.platform_string()
124 if jobset.platform_string() == 'windows':
185 if tgt['language'] == test_lang and platform_string() in
268 self.platform = platform_string()
561 self.platform = platform_string()
919 self.platform = platform_string()
1238 if platform_string() == 'windows':
1240 elif platform_string() == 'linux':
1467 _POLLING_STRATEGIES[platform_string()] = args.force_use_pollers.split(',')
1493 if jobset.platform_string() == 'linux':
1589 if platform_string() == 'windows':
1745 if not args.travis and not _has_epollexclusive() and platform_string(
1746 ) in _POLLING_STRATEGIES and 'epollex' in _POLLING_STRATEGIES[platform_string(
1749 _POLLING_STRATEGIES[platform_string()].remove('epollex')
1830 'platform': platform_string()