webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
class | FolderTags |
class | LogFile |
class | PassFailCount |
class | Test |
class | TestResult |
class | TestVariant |
Functions | |
def | lower_set (s) |
def | split_tags (text) |
def | log_message (msg="") |
def | print_and_log (msg="") |
def | normalize_new_line (text) |
def | run_one (data) |
def | load_tests (folder, file) |
def | is_jsfile (path) |
def | main () |
Variables | |
parser | |
metavar | |
nargs | |
help | |
action | |
type | |
int | |
default | |
args = parser.parse_args() | |
test_root = os.path.dirname(os.path.realpath(__file__)) | |
repo_root = os.path.dirname(test_root) | |
string | arch = 'x86' if args.x86 else ('x64' if args.x64 else None) |
string | arch_alias = 'x64' else None |
dictionary | type_flavor = {'chk':'Debug', 'test':'Test', 'fre':'Release'} |
string | flavor = 'Debug' if args.debug else ('Test' if args.test else None) |
string | flavor_alias = 'Debug' else 'fre' |
binary = args.binary | |
tags = set(args.tag or []) | |
not_tags = set(args.not_tag or []).union(['fail', 'exclude_' + arch]) | |
not_compile_flags = set(['-simdjs']) \ | |
log_file = LogFile(args.logfile) | |
modules | |
suite | |
def runtests.is_jsfile | ( | path | ) |
def runtests.load_tests | ( | folder, | |
file | |||
) |
def runtests.log_message | ( | msg = "" | ) |
def runtests.lower_set | ( | s | ) |
def runtests.main | ( | void | ) |
def runtests.normalize_new_line | ( | text | ) |
def runtests.print_and_log | ( | msg = "" | ) |
def runtests.run_one | ( | data | ) |
def runtests.split_tags | ( | text | ) |
runtests.action |
runtests.args = parser.parse_args() |
string runtests.binary = args.binary |
runtests.default |
runtests.help |
runtests.int |
runtests.log_file = LogFile(args.logfile) |
runtests.metavar |
runtests.modules |
runtests.nargs |
def runtests.not_compile_flags = set(['-simdjs']) \ |
runtests.parser |
runtests.repo_root = os.path.dirname(test_root) |
runtests.suite |
runtests.test_root = os.path.dirname(os.path.realpath(__file__)) |
runtests.type |
dictionary runtests.type_flavor = {'chk':'Debug', 'test':'Test', 'fre':'Release'} |