From 416083ad78ea17d765a993d87c1a46325b908dc5 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 28 Jan 2018 06:20:01 +0100 Subject: Flag constant symbols where they're not allowed Might break U-Boot if they ever upgrade Kconfiglib, because they have a 'select y' in there (which the C tools don't flag since they only look for quotes), but it's a one-line fix. --- testsuite.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 6663f32..a250c6e 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1694,13 +1694,6 @@ g verify_is_normal_choice_symbol("WS9") - print("Testing compatibility with weird selects/implies") - - # Check that Kconfiglib doesn't crash for stuff like 'select n' (seen in - # U-Boot). These probably originate from misunderstandings of how Kconfig - # works. - Kconfig("Kconfiglib/tests/Kwtf") - print("\nAll selftests passed\n" if all_passed else "\nSome selftests failed\n") -- cgit v1.2.3