summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2017-10-24Kconfiglib 2 backupUlf Magnusson
2017-10-02Test suite style nitsUlf Magnusson
2017-10-02Make 'imply' consider direct dependenciesUlf Magnusson
2017-10-01Propagate dependencies to range conditionsUlf Magnusson
2017-09-29.config header parsing nitsUlf Magnusson
2017-09-28Fix unified diff output for the defconfig testsUlf Magnusson
2017-09-28Print unified diff on test suite failuresUlf Magnusson
2017-09-27Warn if the Makefile patch hasn't been appliedUlf Magnusson
2017-09-27Hide non-tristate symbols in non-y tristate choicesUlf Magnusson
2017-09-25Fix 'default' on non-visible choice symbolsUlf Magnusson
2017-09-25Don't set defaults that will always be overwrittenUlf Magnusson
2017-09-25Get rid of _BOOL_STRUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson
2017-09-22Simplify _expr_to_str()Ulf Magnusson
2017-09-21Massively reduce test suite memory usageUlf Magnusson
2017-09-20Add support for less/greater than comparisonsUlf Magnusson
2017-09-19Include 'if' deps. in _determine_actual_symbols()Ulf Magnusson
2017-09-19testsuite: Use platform.uname() instead of os.uname()Ulf Magnusson
2017-09-18Add 'imply' supportUlf Magnusson
2015-07-23Add .config header continuation line test.Ulf Magnusson
2015-07-23Simplify .config header reading tests.Ulf Magnusson
2015-06-17Do not unset user values before the first test.Ulf Magnusson
2015-06-17Make sure scripts/kconfig/conf is built ourselves.Ulf Magnusson
2015-06-17Remove env. variables in a neater way.Ulf Magnusson
2015-06-17Nit.Ulf Magnusson
2015-06-17Add note re. speedy mode in a fresh kernel tree.Ulf Magnusson
2015-06-17Docstring nit.Ulf Magnusson
2015-06-17Speedy test suite mode is still safe.Ulf Magnusson
2015-06-16Docstring nit.Ulf Magnusson
2015-06-16Clean up some docstrings.Ulf Magnusson
2015-06-16Use the same interpreter when running scriptconfig.Ulf Magnusson
2015-06-15Report correct locations in the presence of continuation lines.Ulf Magnusson
2015-06-15Parsing isn't terribly slow.Ulf Magnusson
2015-06-10s/if's/ifs/Ulf Magnusson
2015-06-09Get some more test coverage for Config.__str__().Ulf Magnusson
2015-06-09Add note re. __str__() tests.Ulf Magnusson
2015-06-09Test object __str__() methods.Ulf Magnusson
2015-06-09Verify that indented .config assignments are ignored.Ulf Magnusson
2015-06-08Test suite nits.Ulf Magnusson
2015-06-08Remove unused .format() argument in test suite.Ulf Magnusson
2015-06-08Add Python 3 support.Ulf Magnusson
2015-06-07Do not require $srctree to be set for non-kernel projects.Ulf Magnusson
2015-06-07Unset user values when loading a zero-byte .config.Ulf Magnusson
2015-06-06Test help text terminated by comment.Ulf Magnusson
2015-06-06Improve get_help() test coverage.Ulf Magnusson
2015-06-06Test for exceptions in a cleaner way.Ulf Magnusson
2015-06-06Add some test cases for malformed expressions.Ulf Magnusson
2015-06-06Remove _Feed.__getitem__().Ulf Magnusson
2015-06-02Change email in testsuite.py.Ulf Magnusson
2015-05-29Fix typos in test suite.Ulf Magnusson