index
:
Kconfiglib.git
main
Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite.py
Age
Commit message (
Expand
)
Author
2017-09-24
Fix get_defconfig_filename() $srctree search order
Ulf Magnusson
2017-09-22
Simplify _expr_to_str()
Ulf Magnusson
2017-09-21
Massively reduce test suite memory usage
Ulf Magnusson
2017-09-20
Add support for less/greater than comparisons
Ulf Magnusson
2017-09-19
Include 'if' deps. in _determine_actual_symbols()
Ulf Magnusson
2017-09-19
testsuite: Use platform.uname() instead of os.uname()
Ulf Magnusson
2017-09-18
Add 'imply' support
Ulf Magnusson
2015-07-23
Add .config header continuation line test.
Ulf Magnusson
2015-07-23
Simplify .config header reading tests.
Ulf Magnusson
2015-06-17
Do not unset user values before the first test.
Ulf Magnusson
2015-06-17
Make sure scripts/kconfig/conf is built ourselves.
Ulf Magnusson
2015-06-17
Remove env. variables in a neater way.
Ulf Magnusson
2015-06-17
Nit.
Ulf Magnusson
2015-06-17
Add note re. speedy mode in a fresh kernel tree.
Ulf Magnusson
2015-06-17
Docstring nit.
Ulf Magnusson
2015-06-17
Speedy test suite mode is still safe.
Ulf Magnusson
2015-06-16
Docstring nit.
Ulf Magnusson
2015-06-16
Clean up some docstrings.
Ulf Magnusson
2015-06-16
Use the same interpreter when running scriptconfig.
Ulf Magnusson
2015-06-15
Report correct locations in the presence of continuation lines.
Ulf Magnusson
2015-06-15
Parsing isn't terribly slow.
Ulf Magnusson
2015-06-10
s/if's/ifs/
Ulf Magnusson
2015-06-09
Get some more test coverage for Config.__str__().
Ulf Magnusson
2015-06-09
Add note re. __str__() tests.
Ulf Magnusson
2015-06-09
Test object __str__() methods.
Ulf Magnusson
2015-06-09
Verify that indented .config assignments are ignored.
Ulf Magnusson
2015-06-08
Test suite nits.
Ulf Magnusson
2015-06-08
Remove unused .format() argument in test suite.
Ulf Magnusson
2015-06-08
Add Python 3 support.
Ulf Magnusson
2015-06-07
Do not require $srctree to be set for non-kernel projects.
Ulf Magnusson
2015-06-07
Unset user values when loading a zero-byte .config.
Ulf Magnusson
2015-06-06
Test help text terminated by comment.
Ulf Magnusson
2015-06-06
Improve get_help() test coverage.
Ulf Magnusson
2015-06-06
Test for exceptions in a cleaner way.
Ulf Magnusson
2015-06-06
Add some test cases for malformed expressions.
Ulf Magnusson
2015-06-06
Remove _Feed.__getitem__().
Ulf Magnusson
2015-06-02
Change email in testsuite.py.
Ulf Magnusson
2015-05-29
Fix typos in test suite.
Ulf Magnusson
2015-03-12
Add Symbol.is_allnoconfig_y()
Philip Craig
2013-08-07
Add Symbol and Choice interfaces for getting prompt strings.
Ulf Magnusson
2012-12-19
Test suite language nits.
Ulf Magnusson
2012-12-18
Add selftests for reading strings with escaped characters.
Ulf Magnusson
2012-12-18
Add selftests for writing strings with escaped characters.
Ulf Magnusson
2012-12-18
Minor test suite reformatting.
Ulf Magnusson
2012-12-17
Add selftests for string literal lexing.
Ulf Magnusson
2012-12-16
Remove some inaccurate comments.
Ulf Magnusson
2012-12-16
Print arch name before the arch Kconfig is loaded.
Ulf Magnusson
2012-12-16
Clarify some test suite functions.
Ulf Magnusson
2012-12-16
Get some UNAME_RELEASE coverage.
Ulf Magnusson
2012-12-16
Clarify testsuite comment.
Ulf Magnusson
[next]