| Index: TEST.pnacl.report
|
| diff --git a/TEST.simple.report b/TEST.pnacl.report
|
| similarity index 63%
|
| copy from TEST.simple.report
|
| copy to TEST.pnacl.report
|
| index 5677f6cc19fdaad33979b07bfa7b8ad0d490df00..2a0d87183848a44fecc9543d3161dba193d02858 100644
|
| --- a/TEST.simple.report
|
| +++ b/TEST.pnacl.report
|
| @@ -1,6 +1,7 @@
|
| -##=== TEST.nightly.report - Report description for nightly -----*- perl -*-===##
|
| +##=== TEST.pnacl.report - Report description for nightly -----*- perl -*-===##
|
| #
|
| # This file defines a report to be generated for the nightly tests.
|
| +# It is identical to TEST.simple.report but must exist with a different name.
|
| #
|
| ##===----------------------------------------------------------------------===##
|
|
|
| @@ -24,9 +25,7 @@ sub FormatTime {
|
| ["Program" , '\'([^\']+)\' Program'],
|
| [],
|
| ["CC" , 'TEST-RESULT-compile-success: (pass|fail|xfail)'],
|
| - ["CC_Time" , 'TEST-RESULT-compile-time: user\s*([.0-9m:]+)', \&FormatTime],
|
| - ["CC_Real_Time", 'TEST-RESULT-compile-real-time: real\s*([.0-9m:]+)', \&FormatTime],
|
| + ["CC_Time" , 'TEST-RESULT-compile-time: program\s*([.0-9m:]+)', \&FormatTime],
|
| ["Exec" , 'TEST-RESULT-exec-success: (pass|fail|xfail)'],
|
| - ["Exec_Time", 'TEST-RESULT-exec-time: user\s*([.0-9m:]+)', \&FormatTime],
|
| - ["Exec_Real_Time", 'TEST-RESULT-exec-real-time: real\s*([.0-9m:]+)', \&FormatTime],
|
| + ["Exec_Time", 'TEST-RESULT-exec-time: program\s*([.0-9m:]+)', \&FormatTime],
|
| );
|
|
|