加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TEST.dbg.report 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
Devang Patel 提交于 2011-03-28 20:26 . Add report format for TEST=dbg
##=== TEST.dbg.report - Report description for dbg -------------*- perl -*-===##
#
# This file defines a report to be generated for TEST=dbg tests.
#
##===----------------------------------------------------------------------===##
# These are the columns for the report. The first entry is the header for the
# column, the second is the regex to use to match the value. Empty list create
# separators, and closures may be put in for custom processing.
(
# Name
["Program" , '\'([^\']+)\' Program'],
[],
# Times
["GCC Total" , 'GCC Total Arguments: *([0-9]+)'],
["GCC Valid" , 'GCC Matching Arguments: *([0-9]+)'],
["GCC Invalid" , 'GCC Not Matching Arguments: *([0-9]+)'],
["GCC Missing" , 'GCC Missing Arguments: *([0-9]+)'],
[],
["LLVM Total" , 'LLVM Total Arguments: *([0-9]+)'],
["LLVM Valid" , 'LLVM Matching Arguments: *([0-9]+)'],
["LLVM Invalid" , 'LLVM Not Matching Arguments: *([0-9]+)'],
["LLVM Missing" , 'LLVM Missing Arguments: *([0-9]+)'],
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化