summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-08-11scripts/test_list.py: add a check for missing featuresMauro Carvalho Chehab1-1/+15
2023-07-11scripts/test_list.py: fix __filter_subtest() logicMauro Carvalho Chehab1-2/+2
2023-07-11scripts/test_list.py: optimize check regexMauro Carvalho Chehab1-10/+12
2023-07-11scripts/test_list.py: speedup testlist check logicMauro Carvalho Chehab1-24/+6
2023-06-21scripts/test_list.py: produce alphabetically ordered testlistsMauro Carvalho Chehab1-29/+32
2023-06-21scripts/test_list.py: add support for ordering testlistsMauro Carvalho Chehab1-7/+48
2023-06-16scripts/xls_to_doc.py: add an script to partially import data from a spreadsheetMauro Carvalho Chehab2-14/+368
2023-05-26scripts/doc_to_xls.py: add an script to generate a doc spreadsheetMauro Carvalho Chehab1-0/+82
2023-05-26scripts/test_list.py: add a method to return an spreadsheet-like arrayMauro Carvalho Chehab1-0/+42
2023-05-26scripts/test_list.py: add support to define a name at the config fileMauro Carvalho Chehab1-4/+4
2023-05-26scripts/test_list.py: add dynamic subtest supportMauro Carvalho Chehab1-3/+7
2023-05-16scripts/test_list.py: fix some hints pointed by RuffMauro Carvalho Chehab1-4/+4
2023-05-16scripts/test_list.py: add support to exclude filesMauro Carvalho Chehab1-0/+10
2023-05-16scripts/test_list.py: expand testlist fieldsMauro Carvalho Chehab1-6/+14
2023-05-05scripts/test_list: Create dir if it doesn't existBhanuprakash Modem1-0/+3
2023-05-05scripts/test_list.py: don't mangle directory namesMauro Carvalho Chehab1-1/+1
2023-04-25scripts/test_list.py: make filtering logic more genericMauro Carvalho Chehab2-28/+71
2023-04-19scripts/verify-blacklist: Handle multiple given blacklistsPetri Latvala1-17/+23
2023-04-13scripts/test_list.py: use a compiled regex for checkMauro Carvalho Chehab1-5/+11
2023-04-13scripts/igt_doc.py: don't depend on igt_runner anymoreMauro Carvalho Chehab2-24/+39
2023-04-13scripts/igt_doc.py: cleanup some pylint warningsMauro Carvalho Chehab2-2/+3
2023-04-05scripts/test_list.py: ignore normal documentation tagsMauro Carvalho Chehab1-0/+7
2023-04-03scripts/test_list.py: add support for igt_simple_mainMauro Carvalho Chehab1-2/+19
2023-04-03scripts/test_list.py: better handle documentation validation issuesMauro Carvalho Chehab1-6/+4
2023-04-03scripts/igt_doc.py: re-introduce it by calling test_list.pyMauro Carvalho Chehab2-67/+80
2023-04-03scripts/test_list.py: prepare to place class on a separate fileMauro Carvalho Chehab1-0/+0
2023-04-03scripts/igt_doc.py: prepare to place TestList class on a separate fileMauro Carvalho Chehab1-8/+15
2023-04-03scripts/igt_doc.py: add support to generate testlistsMauro Carvalho Chehab1-0/+37
2023-04-03scripts/igt_doc.py: move show_subtests logic to the classMauro Carvalho Chehab1-14/+20
2023-03-24testplan/meson.build: cleanup dependency chainMauro Carvalho Chehab1-2/+2
2023-03-24meson: build Xe test documentationMauro Carvalho Chehab2-0/+46
2023-03-13scripts/igt_doc.py: set have_implemented when --files is usedMauro Carvalho Chehab1-0/+4
2023-03-13scripts/igt_doc.py: use a different logic to get IGT prefixMauro Carvalho Chehab1-13/+6
2023-03-13scripts/igt_doc.py: sets the minimal version to run the scriptMauro Carvalho Chehab1-0/+4
2023-03-13scripts/igt_doc.py: make it compatible with Python 3.6Mauro Carvalho Chehab1-1/+1
2023-03-13scripts/igt_doc.py: don't use ":=" operatorMauro Carvalho Chehab1-10/+20
2023-03-13scripts/igt_doc.py: improve multi-line logicMauro Carvalho Chehab1-11/+12
2023-03-13scripts/igt_doc.py: add error handler for subprocessMauro Carvalho Chehab1-8/+9
2023-03-13scripts/igt_doc.py: improve --show-subtests logicMauro Carvalho Chehab1-8/+56
2023-03-13scripts/igt_doc.py: add support to specify numeric valuesMauro Carvalho Chehab1-0/+36
2023-03-13scripts/igt_doc.py: dynamically create fields array from a JSON fileMauro Carvalho Chehab1-65/+429
2023-03-13scripts/igt_doc.py: add JSON file outputMauro Carvalho Chehab1-0/+51
2023-03-13scripts/igt_doc.py: beautify its codeMauro Carvalho Chehab1-3/+2
2023-02-20scripts:igt-doc.py: add a parser to document tests inlinedMauro Carvalho Chehab1-0/+575
2022-10-06scripts/code_cov_parse_info: print common coverage and extra per functionMauro Carvalho Chehab1-0/+81
2022-10-06scripts/code_cov_parse_info: take gcc IPA optimizations into accountMauro Carvalho Chehab1-2/+6
2022-10-06scripts/code_cov_parse_info: Fix indentation at the output html fileMauro Carvalho Chehab1-3/+3
2022-10-06scripts/code_cov_parse_info: fix brf record handlingMauro Carvalho Chehab1-1/+1
2022-10-06scripts/code_cov_parse_info: fix --only-drm filtering rulesMauro Carvalho Chehab1-3/+5
2022-10-06scripts/code_cov_parse_info: avoid warning messages on parsingMauro Carvalho Chehab1-3/+3