Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1399)

Unified Diff: TEST.pnacl.report

Issue 752333002: Add missing files for PNaCl. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm-testsuite.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « TEST.pnacl.Makefile ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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],
);
« no previous file with comments | « TEST.pnacl.Makefile ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698