summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
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
2018-08-10Fix minimal configuration testUlf Magnusson
2018-07-20Fix detection of hex literalsUlf Magnusson
2018-07-20Add KCONFIG_STRICT flag for flagging refs. to undefined symsUlf Magnusson
2018-07-18Add def_int, def_hex, and def_string keywordsUlf Magnusson
2018-07-15Switch to more sensible globbing statements (w/ backwards compatibility)Ulf Magnusson
2018-07-13Fix absolute $srctree prefixes showing up on gsource'd filesUlf Magnusson
2018-07-10Warn if int/hex 'default' is outside active 'range'Ulf Magnusson
2018-07-10Add Kconfig preprocessorUlf Magnusson
2018-07-02Refactor tokenization a bitUlf Magnusson
2018-06-22Turn MenuNode/Symbol/Choice.referenced() into a @propertyUlf Magnusson
2018-06-22Add Symbol/Choice.referenced() convenience methodsUlf Magnusson
2018-06-20Rename KconfigSyntaxError to KconfigErrorUlf Magnusson
2018-06-19Add dependency loop detectionUlf Magnusson
2018-06-14Test property ordering on nested multi.def. choicesUlf Magnusson
2018-06-14Fix MenuNode.referenced() on Kconfig.top_nodeUlf Magnusson