summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2026-02-02drop support for Python 2.x as it is very much EOLBenjamin Cabé
2025-10-20kconfiglib: add origin testLuca Burelli
2024-10-04Update various outdated links and contact informationStephanos Ioannidis
2019-11-17Make header strings customizable via the environmentUlf Magnusson
2019-10-29Add public helpers for generating "<name> (defined at ...)" stringsUlf Magnusson
2019-10-10testsuite: Remove unused importsUlf Magnusson
2019-09-26Make preprocessor nested parens test slightly trickierUlf Magnusson
2019-09-26Fix handling of parentheses in macro argument valuesUlf Magnusson
2019-09-04Allow preprocessor user functions to access the parsing locationUlf Magnusson
2019-07-11'if' removal test code nitUlf Magnusson
2019-07-02Catch EnvironmentError instead of OSError/IOErrorUlf Magnusson
2019-06-24Add {Symbol,Choice}.orig_*, corresponding to the MenuNode fieldsUlf Magnusson
2019-06-23Shorten __repr__() functions a bitUlf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-01Fix obscure crash with rsource and $srctree pointing to a symlinkUlf Magnusson
2019-05-29Convert docstrings to comments in testsuite.pyUlf Magnusson
2019-05-25Use the '<type> "prompt"' shorthand in __str__()Ulf Magnusson
2019-05-25Display n/m/y without quotesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-24Consistently put direct deps. last when propagatingUlf Magnusson
2019-05-24Touch up style a bit in test suiteUlf Magnusson
2019-03-06Give more helpful error messages when files are missingUlf Magnusson
2019-01-15Update copyright years for 2019Ulf Magnusson
2018-11-23Get rid of _next_token() and _peek_token()Ulf Magnusson
2018-11-21Disable test dependent on dict ordering on Python 3.5 and earlierUlf Magnusson
2018-11-06Always strip trailing whitespace in 'MenuNode.help' and __str__()Ulf Magnusson
2018-11-02Fix removal of multiple consecutive 'if' nodesUlf Magnusson
2018-10-26Support enabling the assignment-to-undef. symbol warning via the environmentUlf Magnusson
2018-10-21Allow programmatically expanding preprocessor functions with argsUlf Magnusson
2018-10-16Make Kconfig.choices match its descriptionUlf Magnusson
2018-09-29Refactor parsing to get rid of _saved_lineUlf Magnusson
2018-09-23Add support for user-defined Python preprocessor functionsUlf Magnusson
2018-09-08Fix a testsuite-related error for powerpcUlf Magnusson
2018-09-04Allow macro expansion within symbol namesUlf Magnusson
2018-08-30Allow user values on 'option env' symbolsUlf Magnusson
2018-08-25Add a Kconfig.env_vars attribute that lists env. variablesUlf Magnusson
2018-08-25Add a Kconfig.kconfig_filenames attributeUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-23Exclude User-mode Linux from testingUlf Magnusson
2018-08-23Fix recursive 'source' error reportingUlf Magnusson
2018-08-23Flag extra tokens after 'if'/'depends on'/'visible if' expressionsUlf Magnusson
2018-08-22Add a generic node iteratorUlf Magnusson
2018-08-21Merge Symbol._checked and Symbol._writtenUlf Magnusson
2018-08-21Handle multiple definition locations in a nicer wayUlf Magnusson
2018-08-21Fix header/minimal configuration ordering testUlf Magnusson
2018-08-21Make header symbol order match .config symbol order againUlf Magnusson
2018-08-18Look up the top-level Kconfig file relative to $srctreeUlf Magnusson
2018-08-18Revert "Fix $srctree logic for the top-level Kconfig file"Ulf Magnusson
2018-08-17Fix $srctree logic for the top-level Kconfig fileUlf Magnusson
2018-08-10Support custom printing of symbols/choices in expressionsUlf Magnusson