• Home
  • Raw
  • Download

Lines Matching defs:self

54     def __init__(self):  argument
57 def add_suite(self, name, path, test_class, *args): argument
62 def _fixup_expected_failure(self, result, config, bug): argument
70 def _run_test(self, test, out_dir, test_filters): argument
88 def run(self, out_dir, test_filters): argument
104 def __init__(self, test_name): argument
107 def __repr__(self): argument
110 def passed(self): argument
113 def failed(self): argument
116 def to_string(self, colored=False): argument
121 def __init__(self, test_name, message): argument
125 def passed(self): argument
128 def failed(self): argument
131 def to_string(self, colored=False): argument
137 def passed(self): argument
140 def failed(self): argument
143 def to_string(self, colored=False): argument
149 def __init__(self, test_name, reason): argument
153 def passed(self): argument
156 def failed(self): argument
159 def to_string(self, colored=False): argument
165 def __init__(self, test_name, config, bug): argument
170 def passed(self): argument
173 def failed(self): argument
176 def to_string(self, colored=False): argument
183 def __init__(self, test_name, config, bug): argument
188 def passed(self): argument
191 def failed(self): argument
194 def to_string(self, colored=False): argument
201 def __init__(self, name, test_dir): argument
206 def get_test_config(self): argument
209 def run(self, out_dir, test_filters): argument
212 def check_broken(self): argument
216 def check_unsupported(self): argument
220 def check_subtest_broken(self, name): argument
224 def check_subtest_unsupported(self, name): argument
230 def __init__(self, name, test_dir, script): argument
253 def check_broken(self): argument
256 def check_unsupported(self): argument
259 def run(self, out_dir, test_filters): argument
269 def run_case(self, out_dir, test_case, golden_out_path, test_filters): argument
332 def __init__(self): argument
367 def __init__(self, file_path): argument
402 def __init__(self): argument
469 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
476 def run(self, out_dir, _): argument
492 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
499 def run(self, out_dir, _): argument
511 def __init__(self, name, test_dir, abi, platform, toolchain, build_flags): argument
518 def run(self, out_dir, _): argument
584 def __init__(self, name, test_dir, abi, platform, device_platform, argument
600 def get_test_config(self): argument
603 def check_broken(self): argument
608 def check_unsupported(self): argument
613 def check_subtest_broken(self, name): argument
618 def check_subtest_unsupported(self, name): argument
623 def run(self, out_dir, test_filters): argument