summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-03-14scripts/xls_to_doc.py: beautify its coding styleMauro Carvalho Chehab1-24/+32
2024-03-14scripts/xls_to_doc.py: use a main() functionMauro Carvalho Chehab1-22/+25
2024-03-11scripts/doc_to_xls.py: split code into a XLS conversion and main()Mauro Carvalho Chehab1-52/+72
2024-03-11scripts/xls_to_doc.py: ignore fields filled by lists by defaultMauro Carvalho Chehab1-5/+22
2024-03-11scripts/xls_to_doc.py: remove some dead codeMauro Carvalho Chehab1-41/+0
2024-03-11scripts/xls_to_doc.py: make the script work againMauro Carvalho Chehab1-2/+3
2024-03-06scripts/igt_doc.py: store igt test names in lowercaseMauro Carvalho Chehab1-0/+1
2024-02-29scripts/igt_doc.py: fix intelci testlist join logicMauro Carvalho Chehab1-2/+22
2024-02-29scripts/igt_doc.py: fix trivial case handlingMauro Carvalho Chehab1-21/+18
2024-02-29scripts/igt_doc.py: ignore "all" when producing testlistsMauro Carvalho Chehab1-0/+4
2024-02-29scripts/igt_doc.py: fix intelci testlist generation for complex casesMauro Carvalho Chehab1-18/+8
2024-02-15scripts/code_cov_parse_info: better check if source file existsMauro Carvalho Chehab1-0/+1
2024-02-15scripts/code_cov_parse_info: fix files statisticsMauro Carvalho Chehab1-7/+10
2024-02-15scripts/code_cov_parse_info: add support for filtering branchesMauro Carvalho Chehab1-16/+192
2024-02-15scripts/code_cov_parse_info: better handle branch filteringMauro Carvalho Chehab1-20/+51
2024-02-15scripts/code_cov_parse_info: warn if branch block is not zeroMauro Carvalho Chehab1-0/+4
2024-02-15scripts/code_cov_parse_info: add support for compressed filesMauro Carvalho Chehab1-16/+40
2024-02-15scripts/code_cov_parse_info: add an internal JSON formatMauro Carvalho Chehab1-43/+179
2024-02-15scripts/code_cov_parse_info: add support for parsing JSON filesMauro Carvalho Chehab1-13/+197
2024-02-15scripts/code_cov_parse_info: stop recording/writing too old fieldsMauro Carvalho Chehab1-33/+0
2024-02-15scripts/code_cov_parse_info: make parse_info_data more genericMauro Carvalho Chehab1-33/+34
2024-02-15scripts/code_cov_parse_info: use numeric sort for line numbersMauro Carvalho Chehab1-2/+17
2024-02-15scripts/code_cov_parse_info: prepare $all_branch to get function dataMauro Carvalho Chehab1-4/+4
2024-02-15scripts/code_cov_parse_info: add a tool to analyze branch coverageMauro Carvalho Chehab1-1/+85
2024-02-15scripts/code_cov_parse_info: add support for filtering Xe driver dataMauro Carvalho Chehab1-0/+25
2024-02-15scripts/code_cov_parse_info: better handle include regexesMauro Carvalho Chehab1-17/+21
2024-02-15scripts/code_cov_parse_info: do some renames to make it more coherentMauro Carvalho Chehab1-19/+19
2024-02-15scripts/code_cov_parse_info: Silent some messages by defaultMauro Carvalho Chehab1-1/+1
2024-02-09scripts/igt_doc.py: use an ancillary function to simplify the codeMauro Carvalho Chehab1-28/+43
2024-02-09scripts/igt_doc.py: simplify and cleanup tests_per_list logicMauro Carvalho Chehab1-11/+11
2024-02-09scripts/igt_doc.py: remove some unused logicMauro Carvalho Chehab1-5/+2
2024-02-09scripts/igt_doc.py: better handle default gpuMauro Carvalho Chehab1-9/+16
2024-02-09scripts/igt_doc.py: only create dict if subtest will be addedMauro Carvalho Chehab1-12/+12
2024-02-09scripts/igt_doc.py: handle empty run_typeMauro Carvalho Chehab1-0/+7
2024-02-09scripts/igt_doc.py: better handle issues with empty testlistsMauro Carvalho Chehab1-4/+2
2024-02-09scripts/test_list.py: fix a typo on default-if-not-excludedMauro Carvalho Chehab1-1/+1
2024-01-29scripts/igt_doc.py: don't be verbose when creating testlistsMauro Carvalho Chehab1-2/+8
2024-01-29scripts/igt_doc.py: allow using multiple config files at the same timeMauro Carvalho Chehab1-34/+82
2023-12-06scripts/test_list.py: better identify planned testsMauro Carvalho Chehab1-17/+38
2023-11-30scripts/igt_doc.py: rewrite intelci testlist logicMauro Carvalho Chehab1-78/+95
2023-11-30scripts/igt_doc.py: add a logic to generate Intel CI testlistsMauro Carvalho Chehab1-2/+190
2023-11-30scripts/igt_doc: Add driver name list at JSON configurationMauro Carvalho Chehab1-0/+5
2023-11-28igt_doc.py: move the main code to a main() functionMauro Carvalho Chehab1-57/+65
2023-11-28scripts/test_list.py: fix indent at get_subtests()Mauro Carvalho Chehab1-27/+27
2023-11-28scripts/test_list.py: Fix trivial pylint issuesMauro Carvalho Chehab1-17/+19
2023-11-28scripts/test_list.py: don't add a blank descriptionMauro Carvalho Chehab1-1/+0
2023-11-28scripts/test_list.py: better expand subtestsMauro Carvalho Chehab1-3/+5
2023-11-02scripts/test_list.py: use different types for include/excludeMauro Carvalho Chehab1-5/+7
2023-11-02scripts/test_list.py: fix regex filtering logicMauro Carvalho Chehab1-2/+2
2023-11-02scripts/test_list.py: speedup update testlist logicMauro Carvalho Chehab1-4/+6