| /buildroot/utils/checkpackagelib/ |
| A D | test_lib_mk.py | 24 def test_DoNotInstallToHostdirUsr(testname, filename, string, expected): argument 72 def test_Ifdef(testname, filename, string, expected): argument 164 def test_Indent(testname, filename, string, expected): argument 237 def test_OverriddenVariable(testname, filename, string, expected): argument 310 def test_PackageHeader(testname, filename, string, expected): argument 364 def test_RemoveDefaultPackageSourceVariable(testname, filename, string, expected): argument 429 def test_SpaceBeforeBackslash(testname, filename, string, expected): argument 494 def test_TrailingBackslash(testname, filename, string, expected): argument 574 def test_TypoInPackageVariable(testname, filename, string, expected): argument 628 def test_UselessFlag(testname, filename, string, expected): argument [all …]
|
| A D | test_lib_config.py | 101 def test_AttributesOrder(testname, filename, string, expected): argument 261 def test_CommentsMenusPackagesOrder(testname, filename, string, expected): argument 316 def test_HelpText(testname, filename, string, expected): argument 385 def test_Indent(testname, filename, string, expected): argument 463 def test_RedefinedConfig(testname, filename, string, expected): argument
|
| A D | test_lib_patch.py | 43 def test_ApplyOrder(testname, filename, string, expected): argument 72 def test_NumberedSubject(testname, filename, string, expected): argument 94 def test_Sob(testname, filename, string, expected): argument 116 def test_Upstream(testname, filename, string, expected): argument
|
| A D | test_lib_hash.py | 58 def test_HashNumberOfFields(testname, filename, string, expected): argument 131 def test_HashType(testname, filename, string, expected): argument 181 def test_HashSpaces(testname, filename, string, expected): argument
|
| A D | test_lib.py | 41 def test_ConsecutiveEmptyLines(testname, filename, string, expected): argument 83 def test_EmptyLastLine(testname, filename, string, expected): argument 120 def test_NewlineAtEof(testname, filename, string, expected): argument 163 def test_TrailingSpace(testname, filename, string, expected): argument 195 def test_Utf8Characters(testname, filename, string, expected): argument
|
| A D | test_lib_sysv.py | 53 def test_Indent(testname, filename, string, expected): argument 69 def test_NotExecutable(testname, filename, permissions, string, expected): argument 129 def test_Variables(testname, filename, string, expected): argument
|
| A D | test_tool.py | 39 def test_NotExecutable(testname, filename, permissions, string, expected): argument 61 def test_NotExecutable_hint(testname, hint, filename, permissions, string, expected): argument 92 def test_Flake8(testname, filename, string, expected): argument 138 def test_Shellcheck(testname, filename, string, expected): argument
|
| A D | test_lib_ignore.py | 16 def test_IgnoreMissingFile(testname, filename, string, expected): argument
|
| /buildroot/utils/checksymbolslib/ |
| A D | test_kconfig.py | 28 def test_all_symbols_from(testname, line, expected): argument 74 def test_handle_definition(testname, filename, lineno, line, legacy, expected_calls): argument 125 def test_handle_usage(testname, filename, lineno, line, legacy, expected_calls): argument 178 def test_handle_default(testname, filename, lineno, line, legacy, expected_calls): argument 208 def test_handle_select(testname, filename, lineno, line, legacy, expected_calls): argument 250 def test_handle_line(testname, filename, lineno, line, legacy, expected_calls): argument 287 def test_handle_config_helper(testname, filename, file_content, expected_calls): argument 324 def test_handle_config_choice(testname, filename, file_content, expected_calls): argument 353 def test_handle_note(testname, filename, file_content, expected_calls): argument 398 def test_populate_db(testname, filename, file_content, expected_calls): argument [all …]
|
| A D | test_file.py | 31 def test_get_list_of_files_to_process(testname, all_files, expected): argument 81 def test_get_list_of_filenames_with_pattern(testname, all_files, files_to_process, pattern, expecte… argument 115 def test_read_file(testname, filename, content, expected): argument 150 def test_cleanup_file_content(testname, file_content_raw, expected): argument
|
| A D | test_makefile.py | 107 def test_handle_eval(testname, filename, lineno, line, expected_calls): argument 154 def test_handle_definition(testname, filename, lineno, line, legacy, expected_calls): argument 186 def test_handle_usage(testname, filename, lineno, line, legacy, expected_calls): argument 240 def test_populate_db(testname, filename, file_content, expected_calls): argument 299 def test_check_filename(testname, filename, expected): argument
|
| /buildroot/support/testing/infra/ |
| A D | basetest.py | 38 self.testname = self.__class__.__name__ 39 self.builddir = self.outputdir and os.path.join(self.outputdir, self.testname) 45 self.testname, msg))
|
| /buildroot/support/testing/ |
| A D | run-tests | 88 if args.all is False and not args.testname: 128 if args.testname: 129 nose2_args += args.testname
|
| /buildroot/utils/ |
| A D | scancpan | 727 my $testname = $testdir . q{/test_} . lc $brname . q{.py}; 819 if (want_test( $distname ) && ($force || !-f $testname)) { 826 say qq{write ${testname}} unless $quiet; 828 open my $fh, q{>}, $testname;
|
| /buildroot/support/scripts/ |
| A D | gen-bootlin-toolchains | 435 testname = "TestExternalToolchainBootlin" + \ 439 f.write("class %s(TestExternalToolchain):\n" % testname)
|