Lines Matching defs:self
43 def test_is_subset_of(self): argument
53 def test_read_from_file(self): argument
67 def test_write_to_file(self): argument
84 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
92 def test_output_isolated_correctly(self): argument
103 def test_output_with_prefix_isolated_correctly(self): argument
132 def test_parse_successful_test_log(self): argument
140 def test_parse_successful_nested_tests_log(self): argument
148 def test_kselftest_nested(self): argument
156 def test_parse_failed_test_log(self): argument
164 def test_no_header(self): argument
174 def test_missing_test_plan(self): argument
189 def test_no_tests(self): argument
199 def test_no_tests_no_plan(self): argument
211 def test_no_kunit_output(self): argument
221 def test_skipped_test(self): argument
231 def test_skipped_all_tests(self): argument
240 def test_ignores_hyphen(self): argument
258 def test_ignores_prefix_printk_time(self): argument
267 def test_ignores_multiple_prefixes(self): argument
276 def test_prefix_mixed_kernel_output(self): argument
285 def test_prefix_poundsign(self): argument
294 def test_kernel_panic_end(self): argument
303 def test_pound_no_prefix(self): argument
317 def test_basic(self): argument
334 def test_is_lazy(self): argument
353 def setUp(self): argument
357 def test_invalid_kunitconfig(self): argument
361 def test_valid_kunitconfig(self): argument
365 def test_dir_kunitconfig(self): argument
371 def test_multiple_kunitconfig(self): argument
388 def test_multiple_kunitconfig_invalid(self): argument
400 def test_kconfig_add(self): argument
407 def test_invalid_arch(self): argument
411 def test_run_kernel_hits_exception(self): argument
427 def test_build_reconfig_no_config(self): argument
443 def test_build_reconfig_existing_config(self): argument
463 def test_build_reconfig_remove_option(self): argument
489 def _json_for(self, log_file): argument
497 def test_failed_test_json(self): argument
503 def test_crashed_test_json(self): argument
509 def test_skipped_test_json(self): argument
515 def test_no_tests_json(self): argument
519 def test_nested_json(self): argument
526 def __eq__(self, other): argument
530 def setUp(self): argument
544 def test_config_passes_args_pass(self): argument
549 def test_build_passes_args_pass(self): argument
555 def test_exec_passes_args_pass(self): argument
563 def test_run_passes_args_pass(self): argument
571 def test_exec_passes_args_fail(self): argument
577 def test_run_passes_args_fail(self): argument
586 def test_exec_no_tests(self): argument
595 def test_exec_raw_output(self): argument
603 def test_run_raw_output(self): argument
612 def test_run_raw_output_kunit(self): argument
621 def test_run_raw_output_invalid(self): argument
627 def test_run_raw_output_does_not_take_positional_args(self): argument
635 def test_exec_timeout(self): argument
642 def test_run_timeout(self): argument
650 def test_run_builddir(self): argument
658 def test_config_builddir(self): argument
663 def test_build_builddir(self): argument
669 def test_exec_builddir(self): argument
676 def test_run_kunitconfig(self): argument
687 def test_config_kunitconfig(self): argument
698 def test_config_alltests(self): argument
711 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
723 def test_run_kconfig_add(self): argument
734 def test_run_qemu_args(self): argument
745 def test_run_kernel_args(self): argument
752 def test_list_tests(self): argument
766 def test_run_isolated_by_suite(self, mock_tests): argument
779 def test_run_isolated_by_test(self, mock_tests): argument