webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions | Variables
run_tests_util.py File Reference

Classes

class  run_tests_util.TestRunner
 

Namespaces

 run_tests_util
 

Functions

def run_tests_util.ParseArgs (project_name, argv=None, help_callback=None)
 

Variables

 run_tests_util.subprocess = None
 
string run_tests_util.HELP_MSG
 
string run_tests_util.IS_WINDOWS = 'nt'
 
string run_tests_util.IS_MAC = 'Darwin'
 
string run_tests_util.IS_CYGWIN = 'posix' and 'CYGWIN' in os.uname()[0]
 
tuple run_tests_util.CONFIGS = ('win-dbg8', 'win-opt8')
 
 run_tests_util.PYTHON_TEST_REGEX = re.compile(r'_(unit)?test\.py$', re.IGNORECASE)
 
 run_tests_util.BINARY_TEST_REGEX = re.compile(r'_(unit)?test(\.exe)?$', re.IGNORECASE)
 
 run_tests_util.BINARY_TEST_SEARCH_REGEX = re.compile(r'_(unit)?test\.exe$', re.IGNORECASE)