summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
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
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-25Support <, > relational operators with tristatesUlf Magnusson
2018-01-22Simplify escape()Ulf Magnusson
2018-01-21Whitespace nitsUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-17Improve recursive 'source' testUlf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-16Get TRI_TO_STR from Kconfiglib in test suiteUlf Magnusson
2018-01-16Do not optimize promptless choice symbolsUlf Magnusson
2018-01-15Support disabling warnings for redundant assignmentsSebastian Bøe
2018-01-11Mention that $CONFIG_ is used for C headers tooUlf Magnusson
2018-01-05Don't write out 'option env' symbols to C headerUlf Magnusson
2017-11-12Simplify licensingUlf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-07s/overriden/overridden/Ulf Magnusson
2017-11-06Get rid of Choice.default_selectionUlf Magnusson
2017-11-04Fix test suite Python 3 syntax errorUlf Magnusson
2017-11-04Don't put 0 in .assignable for y-mode choice symsUlf Magnusson
2017-11-04Return False from set_value() for invalid valuesUlf Magnusson
2017-11-03Fix error in commentUlf Magnusson
2017-11-03Remove outdated commentUlf Magnusson
2017-11-03Remove outdated TODO commentUlf Magnusson
2017-11-03Test .assignable with no modulesUlf Magnusson
2017-11-03Add comment to choice .assignable test tooUlf Magnusson