Lines Matching defs:self
44 def test_is_subset_of(self): argument
54 def test_read_from_file(self): argument
68 def test_write_to_file(self): argument
84 def setUp(self): argument
88 def noPrintCallContains(self, substr: str): argument
92 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
100 def test_output_isolated_correctly(self): argument
111 def test_output_with_prefix_isolated_correctly(self): argument
140 def test_parse_successful_test_log(self): argument
147 def test_parse_successful_nested_tests_log(self): argument
154 def test_kselftest_nested(self): argument
161 def test_parse_failed_test_log(self): argument
168 def test_no_header(self): argument
177 def test_missing_test_plan(self): argument
188 def test_no_tests(self): argument
197 def test_no_tests_no_plan(self): argument
209 def test_no_kunit_output(self): argument
220 def test_skipped_test(self): argument
229 def test_skipped_all_tests(self): argument
237 def test_ignores_hyphen(self): argument
251 def test_ignores_prefix_printk_time(self): argument
259 def test_ignores_multiple_prefixes(self): argument
267 def test_prefix_mixed_kernel_output(self): argument
275 def test_prefix_poundsign(self): argument
283 def test_kernel_panic_end(self): argument
291 def test_pound_no_prefix(self): argument
299 def test_summarize_failures(self): argument
320 def test_ktap_format(self): argument
329 def test_parse_subtest_header(self): argument
335 def test_parse_attributes(self): argument
351 def test_show_test_output_on_failure(self): argument
366 def test_parse_late_test_plan(self): argument
382 def test_basic(self): argument
399 def test_is_lazy(self): argument
418 def setUp(self): argument
422 def test_invalid_kunitconfig(self): argument
426 def test_valid_kunitconfig(self): argument
430 def test_dir_kunitconfig(self): argument
436 def test_multiple_kunitconfig(self): argument
453 def test_multiple_kunitconfig_invalid(self): argument
465 def test_kconfig_add(self): argument
472 def test_invalid_arch(self): argument
476 def test_run_kernel_hits_exception(self): argument
492 def test_build_reconfig_no_config(self): argument
508 def test_build_reconfig_existing_config(self): argument
528 def test_build_reconfig_remove_option(self): argument
553 def setUp(self): argument
557 def _json_for(self, log_file): argument
565 def test_failed_test_json(self): argument
571 def test_crashed_test_json(self): argument
577 def test_skipped_test_json(self): argument
583 def test_no_tests_json(self): argument
587 def test_nested_json(self): argument
594 def __eq__(self, other): argument
598 def setUp(self): argument
612 def test_config_passes_args_pass(self): argument
617 def test_build_passes_args_pass(self): argument
623 def test_exec_passes_args_pass(self): argument
631 def test_run_passes_args_pass(self): argument
639 def test_exec_passes_args_fail(self): argument
645 def test_run_passes_args_fail(self): argument
654 def test_exec_no_tests(self): argument
663 def test_exec_raw_output(self): argument
671 def test_run_raw_output(self): argument
680 def test_run_raw_output_kunit(self): argument
689 def test_run_raw_output_invalid(self): argument
695 def test_run_raw_output_does_not_take_positional_args(self): argument
703 def test_exec_timeout(self): argument
710 def test_run_timeout(self): argument
718 def test_run_builddir(self): argument
726 def test_config_builddir(self): argument
731 def test_build_builddir(self): argument
737 def test_exec_builddir(self): argument
744 def test_run_kunitconfig(self): argument
755 def test_config_kunitconfig(self): argument
766 def test_config_alltests(self): argument
779 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
791 def test_run_kconfig_add(self): argument
802 def test_run_qemu_args(self): argument
813 def test_run_kernel_args(self): argument
820 def test_list_tests(self): argument
832 def test_run_isolated_by_suite(self, mock_tests): argument
845 def test_run_isolated_by_test(self, mock_tests): argument