加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TEST.dbgopt.report 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
Devang Patel 提交于 2011-10-18 17:03 . Add report description for dbgopt.
##=== TEST.dbgopt.report - Report description for dbgopt -------*- perl -*-===##
#
# This file defines a report to be generated for TEST=dbgopt 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'],
[],
["Result" , 'TEST: (PASS|FAIL)']
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化