diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-05-29 12:13:11 -0500 |
---|---|---|
committer | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-06-01 16:32:43 -0500 |
commit | a650b05ebee8fb8d0df03396002e680b3a79918d (patch) | |
tree | d92996746ffd77cb1d737f29c8896a570c74482d /ChangeLog | |
parent | 195abbf4cd635fcaaf60016da488768b6e9d7e85 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |