webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | TestRunner |
Functions | |
def | ParseArgs (project_name, argv=None, help_callback=None) |
Variables | |
subprocess = None | |
string | HELP_MSG |
string | IS_WINDOWS = 'nt' |
string | IS_MAC = 'Darwin' |
string | IS_CYGWIN = 'posix' and 'CYGWIN' in os.uname()[0] |
tuple | CONFIGS = ('win-dbg8', 'win-opt8') |
PYTHON_TEST_REGEX = re.compile(r'_(unit)?test\.py$', re.IGNORECASE) | |
BINARY_TEST_REGEX = re.compile(r'_(unit)?test(\.exe)?$', re.IGNORECASE) | |
BINARY_TEST_SEARCH_REGEX = re.compile(r'_(unit)?test\.exe$', re.IGNORECASE) | |
def run_tests_util.ParseArgs | ( | project_name, | |
argv = None , |
|||
help_callback = None |
|||
) |
Parses the options run_tests.py uses.
run_tests_util.BINARY_TEST_SEARCH_REGEX = re.compile(r'_(unit)?test\.exe$', re.IGNORECASE) |
tuple run_tests_util.CONFIGS = ('win-dbg8', 'win-opt8') |
string run_tests_util.HELP_MSG |
string run_tests_util.IS_CYGWIN = 'posix' and 'CYGWIN' in os.uname()[0] |
string run_tests_util.IS_MAC = 'Darwin' |
string run_tests_util.IS_WINDOWS = 'nt' |
run_tests_util.PYTHON_TEST_REGEX = re.compile(r'_(unit)?test\.py$', re.IGNORECASE) |
run_tests_util.subprocess = None |