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
83 def setUp(self): argument
87 def noPrintCallContains(self, substr: str): argument
91 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
99 def test_output_isolated_correctly(self): argument
110 def test_output_with_prefix_isolated_correctly(self): argument
139 def test_parse_successful_test_log(self): argument
146 def test_parse_successful_nested_tests_log(self): argument
153 def test_kselftest_nested(self): argument
160 def test_parse_failed_test_log(self): argument
167 def test_no_header(self): argument
176 def test_missing_test_plan(self): argument
187 def test_no_tests(self): argument
196 def test_no_tests_no_plan(self): argument
208 def test_no_kunit_output(self): argument
219 def test_skipped_test(self): argument
228 def test_skipped_all_tests(self): argument
236 def test_ignores_hyphen(self): argument
250 def test_ignores_prefix_printk_time(self): argument
258 def test_ignores_multiple_prefixes(self): argument
266 def test_prefix_mixed_kernel_output(self): argument
274 def test_prefix_poundsign(self): argument
282 def test_kernel_panic_end(self): argument
290 def test_pound_no_prefix(self): argument
298 def test_summarize_failures(self): argument
319 def test_ktap_format(self): argument
328 def test_parse_subtest_header(self): argument
334 def test_show_test_output_on_failure(self): argument
354 def test_basic(self): argument
371 def test_is_lazy(self): argument
390 def setUp(self): argument
394 def test_invalid_kunitconfig(self): argument
398 def test_valid_kunitconfig(self): argument
402 def test_dir_kunitconfig(self): argument
408 def test_multiple_kunitconfig(self): argument
425 def test_multiple_kunitconfig_invalid(self): argument
437 def test_kconfig_add(self): argument
444 def test_invalid_arch(self): argument
448 def test_run_kernel_hits_exception(self): argument
464 def test_build_reconfig_no_config(self): argument
480 def test_build_reconfig_existing_config(self): argument
500 def test_build_reconfig_remove_option(self): argument
525 def setUp(self): argument
529 def _json_for(self, log_file): argument
537 def test_failed_test_json(self): argument
543 def test_crashed_test_json(self): argument
549 def test_skipped_test_json(self): argument
555 def test_no_tests_json(self): argument
559 def test_nested_json(self): argument
566 def __eq__(self, other): argument
570 def setUp(self): argument
584 def test_config_passes_args_pass(self): argument
589 def test_build_passes_args_pass(self): argument
595 def test_exec_passes_args_pass(self): argument
603 def test_run_passes_args_pass(self): argument
611 def test_exec_passes_args_fail(self): argument
617 def test_run_passes_args_fail(self): argument
626 def test_exec_no_tests(self): argument
635 def test_exec_raw_output(self): argument
643 def test_run_raw_output(self): argument
652 def test_run_raw_output_kunit(self): argument
661 def test_run_raw_output_invalid(self): argument
667 def test_run_raw_output_does_not_take_positional_args(self): argument
675 def test_exec_timeout(self): argument
682 def test_run_timeout(self): argument
690 def test_run_builddir(self): argument
698 def test_config_builddir(self): argument
703 def test_build_builddir(self): argument
709 def test_exec_builddir(self): argument
716 def test_run_kunitconfig(self): argument
727 def test_config_kunitconfig(self): argument
738 def test_config_alltests(self): argument
751 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
763 def test_run_kconfig_add(self): argument
774 def test_run_qemu_args(self): argument
785 def test_run_kernel_args(self): argument
792 def test_list_tests(self): argument
804 def test_run_isolated_by_suite(self, mock_tests): argument
817 def test_run_isolated_by_test(self, mock_tests): argument