| Age | Commit message (Collapse) | Author |
|
|
|
|
|
No good reason not to do this, and it prevents a problem where the test
suite will open too many file descriptors with PyPy.
|
|
Handy as the test takes a very long time to run and might have exhausted
the scrollback buffer if we decide to abort.
|
|
|
|
Thanks to fpemud for spotting this.
|
|
Also add some motivating comments for testing nonsensical arch/defconfig
pairs and not using 'make *_defconfig'.
Thanks to fpemud for finding this problem.
|
|
Even for arches that define additional arch settings (search for
"Additional arch settings for" in the root Makefile) we should test the
ARCH = SRCARCH configuration.
|
|
Suggested by fpemud.
|
|
|
|
We previously only looked for T_CONFIG to determine if a location should
be recorded. We need to look for T_MENUCONFIG as well.
Also add some sanity checks for get_ref/def_location() to the test
suite.
|
|
Emulate zconf.l w.r.t. invalid characters at different locations within
a line. This eliminates the need for special hacks to handle -*help-*
"tokens".
The Linux 3.7.0 configuration files now parse without errors.
|
|
|