aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2018-05-29 12:13:11 -0500
committerLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2018-06-01 16:32:43 -0500
commita650b05ebee8fb8d0df03396002e680b3a79918d (patch)
treed92996746ffd77cb1d737f29c8896a570c74482d /ChangeLog
parent195abbf4cd635fcaaf60016da488768b6e9d7e85 (diff)
downloadglibc-a650b05ebee8fb8d0df03396002e680b3a79918d.tar
glibc-a650b05ebee8fb8d0df03396002e680b3a79918d.tar.gz
glibc-a650b05ebee8fb8d0df03396002e680b3a79918d.tar.bz2
glibc-a650b05ebee8fb8d0df03396002e680b3a79918d.zip
benchtests: Catch exceptions in input arguments
Catch runtime exceptions in case the user provided: wrong base function, attribute(s) or input file. In any of the latter, quit immediately with non-zero return code. * benchtests/scripts/compare_string.py: (process_results) Catch exception in non-existent base_func and catch exception in non-existent attribute. (parse_file) Catch exception in non-existent input file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c855a2c787..d9b1ea34cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
+ * benchtests/scripts/compare_string.py: (process_results) Catch
+ exception in non-existent base_func and catch exception in
+ non-existent attribute.
+ (parse_file) Catch exception if input file does not exist.
+
+2018-06-01 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>
+
* benchtests/scripts/compare_string.py: Add --no-diff and --no-header
options to avoid diff calculation and omit header, respectively.
(main): process --no-diff and --no-header