From 57bd08efce33ee505cdbef56a3bb9bd93bedb7ba Mon Sep 17 00:00:00 2001 From: thdox Date: Wed, 25 Feb 2015 20:05:56 +0100 Subject: Add --revalued-total to "to be tested" options. I have not yet understood the meaning of --revalued-total, but as it output something, it should be tested. So add it to "to be tested" options list. --- test/CheckBaselineTests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/CheckBaselineTests.py') diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 1439cda4..2a1f0315 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -32,7 +32,6 @@ class CheckBaselineTests (CheckOptions): 'no-pager', 'options', 'price-exp', - 'revalued-total', 'seed', 'trace', 'verbose', -- cgit v1.2.3 From 2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385 Mon Sep 17 00:00:00 2001 From: thdox Date: Wed, 25 Feb 2015 20:15:00 +0100 Subject: Add --verify-memory to untested options. This --verify-memory option is very system (Linux/Mac) dependent on how the memory is allocated. This cannot be reproduce with same results. --- test/CheckBaselineTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CheckBaselineTests.py') diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 2a1f0315..9c8d4123 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -36,6 +36,7 @@ class CheckBaselineTests (CheckOptions): 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] -- cgit v1.2.3 From befb06f941d4f4573c3624071bd680caf292edfa Mon Sep 17 00:00:00 2001 From: thdox Date: Wed, 25 Feb 2015 20:22:41 +0100 Subject: Add --generated to untested options list. --generated will generate each time new entries, this cannot be reproduced safely. --- test/CheckBaselineTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CheckBaselineTests.py') diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 9c8d4123..f0eb2646 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -26,6 +26,7 @@ class CheckBaselineTests (CheckOptions): 'file', 'force-color', 'force-pager', + 'generated', 'help', 'import', 'no-color', -- cgit v1.2.3