Add a trivial script to extract the times from *.report.txt files.
[llvm-testsuite.git] / TEST.dbg.report
blob8b76bb86b9df4b08ffe70caf2ef0ea08948bbdc3
1 ##=== TEST.dbg.report - Report description for dbg -------------*- perl -*-===##
3 # This file defines a report to be generated for TEST=dbg tests.
5 ##===----------------------------------------------------------------------===##
8 # These are the columns for the report.  The first entry is the header for the
9 # column, the second is the regex to use to match the value.  Empty list create
10 # separators, and closures may be put in for custom processing.
12 # Name
13  ["Program"  , '\'([^\']+)\' Program'],
14  [],
15 # Times
16  ["GCC Total"    , 'GCC Total Arguments: *([0-9]+)'],
17  ["GCC Valid"    , 'GCC Matching Arguments: *([0-9]+)'],
18  ["GCC Invalid"    , 'GCC Not Matching Arguments: *([0-9]+)'],
19  ["GCC Missing"    , 'GCC Missing Arguments: *([0-9]+)'],
20  [],
21  ["LLVM Total"    , 'LLVM Total Arguments: *([0-9]+)'],
22  ["LLVM Valid"    , 'LLVM Matching Arguments: *([0-9]+)'],
23  ["LLVM Invalid"    , 'LLVM Not Matching Arguments: *([0-9]+)'],
24  ["LLVM Missing"    , 'LLVM Missing Arguments: *([0-9]+)'],