From 5ba9656f7796d2a4c89203e889684626ce83e705 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 15 Jun 2015 19:24:58 +0200 Subject: Parsing isn't terribly slow. A scientific '$ top -d 0.01' experiment shows it's just waiting around for the vast majority of those tests. --- testsuite.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/testsuite.py b/testsuite.py index b1cd24f..a4c9cb3 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1910,8 +1910,7 @@ def test_all_no(conf): """ Test if our examples/allnoconfig.py script generates the same .config as 'make allnoconfig' for each architecture. Runs the script via - 'make scriptconfig' and needs to reparse the configurations, so kinda slow - even in speedy mode.""" + 'make scriptconfig', so kinda slow even in speedy mode.""" # TODO: Support speedy mode for running the script shell("make scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig.py") @@ -1925,8 +1924,7 @@ def test_all_no_simpler(conf): """ Test if our examples/allnoconfig_simpler.py script generates the same .config as 'make allnoconfig' for each architecture. Runs the script via - 'make scriptconfig' and needs to reparse the configurations, so kinda slow - even in speedy mode.""" + 'make scriptconfig', so kinda slow even in speedy mode.""" # TODO: Support speedy mode for running the script shell("make scriptconfig SCRIPT=Kconfiglib/examples/allnoconfig_simpler.py") @@ -1940,8 +1938,7 @@ def test_all_yes(conf): """ Test if our examples/allyesconfig.py script generates the same .config as 'make allyesconfig' for each architecture. Runs the script via - 'make scriptconfig' and needs to reparse the configurations, so kinda slow - even in speedy mode.""" + 'make scriptconfig', so kinda slow even in speedy mode.""" # TODO: Support speedy mode for running the script shell("make scriptconfig SCRIPT=Kconfiglib/examples/allyesconfig.py") -- cgit v1.2.3