aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts/generate_test_code.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-31Move some test generation files to frameworkDavid Horstmann1-1277/+0
2023-11-02update headersDave Rodgman1-13/+1
2023-07-31Update default variable values for compilersGowtham Suresh Kumar1-1/+1
2023-07-26Fix warnings from clang-16Gowtham Suresh Kumar1-0/+5
2023-05-09Merge pull request #7399 from lpy4105/issue/7014/certificate-audit-scriptBence Szépkúti1-18/+31
2023-04-26Adjust code style for pointer types and castsGilles Peskine1-3/+3
2023-04-26typoGilles Peskine1-1/+1
2023-04-26Allow more signed integer types in test function argumentsGilles Peskine1-3/+18
2023-04-26Support larger integer test arguments: C partGilles Peskine1-1/+1
2023-04-26parse_function_arguments: stricter type parsingGilles Peskine1-6/+20
2023-04-26Support (void) as an argument list of a test functionGilles Peskine1-9/+10
2023-04-26parse_function_arguments: extract per-argument functionGilles Peskine1-20/+38
2023-04-26parse_function_arguments: make local_vars a listGilles Peskine1-5/+4
2023-04-26Support different types in the parameter storeGilles Peskine1-2/+2
2023-04-26Simplify parsing of integers in .datax filesGilles Peskine1-3/+11
2023-04-26Factor get_function_info out of gen_from_test_dataGilles Peskine1-5/+20
2023-04-26Add line number to a few error messagesGilles Peskine1-7/+7
2023-04-19New implementation for generate_test_code.FileWrapperPengyu Lv1-19/+32
2022-11-30Preserve line breaks from continued line commentsGilles Peskine1-1/+5
2022-11-29Preserve line breaks in comments before test functionsGilles Peskine1-6/+4
2022-11-18Explain space preservationGilles Peskine1-0/+7
2022-11-18Typos in commentsGilles Peskine1-2/+2
2022-11-11Allow comments in prototypes of unit test functionsGilles Peskine1-1/+37
2022-11-10Remove some Python 2 compatibility codeGilles Peskine1-16/+5
2022-11-09Minor improvements to test code scriptDavid Horstmann1-31/+34
2022-11-04Change test templating syntax to be valid CDavid Horstmann1-28/+47
2021-10-27Remove on-target testingGilles Peskine1-4/+0
2020-08-19Update copyright notices to use Linux Foundation guidanceBence Szépkúti1-3/+1
2020-04-11Pylint: minor code simplificationsGilles Peskine1-2/+1
2020-04-11Pylint: abide by useless-object-inheritance warningsGilles Peskine1-1/+1
2019-02-27Silence pylintGilles Peskine1-1/+1
2018-11-27Separate REGEX of MACRO to groupsRon Eldor1-6/+21
2018-11-26Add conditional dependency to testsRon Eldor1-3/+5
2018-08-06Less obscure test suites templateMohammad Azim Khan1-8/+9
2018-08-06Style fixesMohammad Azim Khan1-7/+4
2018-08-06Fix macro validation regexMohammad Azim Khan1-3/+3
2018-08-06Fix Pylint errors in Python scriptsMohammad Azim Khan1-19/+35
2018-08-06Replaced escaped_split() logic with regexAzim Khan1-12/+4
2018-08-06Make test function parsing robustAzim Khan1-21/+25
2018-08-06Fixed unit tests in test_generate_test_code.pyAzim Khan1-0/+1
2018-08-06Incorporated code revoew comments.Azim Khan1-35/+96
2018-08-06Fix style errors reported by pylintAzim Khan1-204/+301
2018-08-06Add test suite framework summaryAzim Khan1-12/+141
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-4/+4
2018-08-06Improve documentation in generate_test_code.pyAzim Khan1-70/+106
2018-08-06Wrap code to 79 character limitAzim Khan1-67/+115
2018-08-06Strip whitespaces added by decode() functionAzim Khan1-2/+3
2018-08-06Change intermediate data file extension to .dataxMohammad Azim Khan1-1/+1
2018-08-06Print line number with data file errorMohammad Azim Khan1-5/+7
2018-08-06Replace asserts with exceptions in generate_test_code.pyMohammad Azim Khan1-14/+35