diff --git a/tools/parse_test_results.py b/tools/parse_test_results.py index 54914ded7..1efd9d17f 100755 --- a/tools/parse_test_results.py +++ b/tools/parse_test_results.py @@ -56,7 +56,7 @@ def style_output(o): 'jump or move depends on uninitialised value(s)' in l or \ 'Invalid read of size' in l or \ 'Invalid write of size' in l or \ - 'Use of uninitialised value of size' in l \ + 'Use of uninitialised value of size' in l or \ 'Uninitialised byte(s) found during' in l: ret += '%s\n' % l elif ': warning: ' in l or ') : warning C' in l \