mirror-linux/scripts/kconfig/tests
Masahiro Yamada cc25cfc563 kconfig: print recursive dependency errors in the parsed order
for_all_symbols() iterates in the symbol hash table. The order of
iteration depends on the hash table implementation.

If you use it for printing errors, they are shown in random order.

For example, the order of following test input and the corresponding
error do not match:
 - scripts/kconfig/tests/err_recursive_dep/Kconfig
 - scripts/kconfig/tests/err_recursive_dep/expected_stderr

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2024-02-20 20:47:45 +09:00
..
auto_submenu kconfig: convert to SPDX License Identifier 2018-12-28 22:22:28 +09:00
choice kconfig: change "modules" from sub-option to first-level attribute 2021-04-14 15:22:49 +09:00
choice_value_with_m_dep kconfig: change "modules" from sub-option to first-level attribute 2021-04-14 15:22:49 +09:00
err_recursive_dep kconfig: print recursive dependency errors in the parsed order 2024-02-20 20:47:45 +09:00
err_recursive_inc kconfig: tests: fix recursive inclusion unit test 2019-06-05 02:33:10 +09:00
inter_choice kconfig: change "modules" from sub-option to first-level attribute 2021-04-14 15:22:49 +09:00
new_choice_with_dep kconfig: convert to SPDX License Identifier 2018-12-28 22:22:28 +09:00
no_write_if_dep_unmet kconfig: convert to SPDX License Identifier 2018-12-28 22:22:28 +09:00
preprocess kconfig: test: add Kconfig macro language tests 2018-05-29 03:31:19 +09:00
conftest.py kconfig: change defconfig_list option to environment variable 2021-04-14 15:22:48 +09:00
pytest.ini