[U-Boot] [U-Boot, RESEND] test/py: skip tests that require large CONFIG_SYS_MAXARGS

Tom Rini trini at konsulko.com
Fri Feb 26 14:43:24 CET 2016


On Mon, Feb 15, 2016 at 05:40:34PM -0700, Stephen Warren wrote:

> test_hush_if_test.py executes commands that require large values of
> CONFIG_SYS_MAXARGS. Detect cases where the configured value is too low
> and skip those tests.
> 
> Ideally, this would be implemented inside console.run_command(). However,
> the command passed to that function is already a completely formed string,
> and determining its argument count usage would require splitting commands
> at ;, handling quoting to deal with arguments containing spaces, etc. Even
> passing the command as a list wouldn't solve all these issues, since we'd
> still need to split commands on ; and deal with cases like "if test ..."
> which consumes 0 of the argument count.
> 
> Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160226/2a6f0a3f/attachment.sig>


More information about the U-Boot mailing list