summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
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
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson
2018-06-13Add MenuNode function that returns referenced itemsUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-05-31Reorder compatibility testsUlf Magnusson
2018-05-30Add an allmodconfig implementationUlf Magnusson
2018-05-30Add an alldefconfig.py scriptUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-30allyesconfig: Prepare for packagingUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-27Make Kconfig._choices publicUlf Magnusson
2018-05-27allnoconfig: Move from examples/ to rootUlf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-27Get rid of the predefined UNAME_RELEASE symbolUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-01Make warnings available in a listUlf Magnusson
2018-04-11Add helper for splitting expressionsUlf Magnusson
2018-04-05Set is_menuconfig True on the top menuUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-23testsuite.py: Remove redundant enable_warnings() callUlf Magnusson
2018-03-23Warn if user (.config) value is outside of 'range'Ulf Magnusson
2018-03-17Remove TILE architecture from test suiteUlf Magnusson
2018-03-13Test grsource with nonexistent fileUlf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-10testsuite.py: Break out a defconfig_files() helperUlf Magnusson
2018-03-09testsuite.py: Don't count defconfig filesUlf Magnusson
2018-03-06Simplify test suite loggingUlf Magnusson
2018-03-06Avoid shadowing test_defconfig() 'srcarch' parameterUlf Magnusson
2018-03-06testsuite.py: Use 'srcarch' instead of '_arch' in test_defconfig()Ulf Magnusson
2018-03-06testsuite.py: Refactor run_compatibility_tests()Ulf Magnusson
2018-02-28Add support for incremental buildsUlf Magnusson
2018-02-27testsuite.py: Remove write_and_verify_header()Ulf Magnusson
2018-02-27Implement 'rsource' statement ('source' with relative path)Roman
2018-02-16Include direct deps. in Symbol/Choice.__str__()Ulf Magnusson
2018-02-08Don't special-case user_value for choice symbols set to yUlf Magnusson
2018-02-07Add back omitted $ARCH != $SRCARCH defconfig testsUlf Magnusson
2018-02-03Refactor test suite arch Kconfig loadingUlf Magnusson
2018-02-03Set $KERNELVERSION properly in test suiteUlf Magnusson
2018-01-30Fix warnings printed for test suiteUlf Magnusson