[llvm-commits] CVS: llvm/test/Programs/TEST.nightly.Makefile TEST.nightly.report

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 14 19:30:00 PDT 2003


Changes in directory llvm/test/Programs:

TEST.nightly.Makefile updated: 1.21 -> 1.22
TEST.nightly.report updated: 1.8 -> 1.9

---
Log message:

TEST.nightly.Makefile:
* Make LLC case consistent with CBE and JIT
* Remove useless entry for CBE (it's not used in the report)

TEST.nightly.report:
* Fix spelling
* Fix regex for LLC so that we get the correct times


---
Diffs of the changes:

Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.21 llvm/test/Programs/TEST.nightly.Makefile:1.22
--- llvm/test/Programs/TEST.nightly.Makefile:1.21	Thu Aug 14 11:39:10 2003
+++ llvm/test/Programs/TEST.nightly.Makefile	Thu Aug 14 19:29:17 2003
@@ -58,9 +58,6 @@
 	  printf "TEST-RESULT-llc-time: " >> $@;\
 	  grep "^real" $@ >> $@;\
 	  echo >> $@;\
-	  printf "TEST-RESULT-llc-comptime: " >> $@;\
-	  grep "Total Execution Time" $@.info >> $@;\
-	  echo >> $@;\
 	else  \
 	  echo "TEST-FAIL: llc $(RELDIR)/$*" >> $@;\
 	fi
@@ -73,7 +70,6 @@
 	-head -n 100 Output/$*.exe-cbe >> $@
 	@-if test -f Output/$*.exe-cbe; then \
 	  echo "TEST-PASS: cbe $(RELDIR)/$*" >> $@;\
-	  echo "TEST-RESULT-cbe: YES" >> $@;\
 	  printf "TEST-RESULT-cbe-time: " >> $@;\
 	  grep "^real" $(INFO_PREFIX)cbe.time >> $@;\
 	  echo >> $@;\


Index: llvm/test/Programs/TEST.nightly.report
diff -u llvm/test/Programs/TEST.nightly.report:1.8 llvm/test/Programs/TEST.nightly.report:1.9
--- llvm/test/Programs/TEST.nightly.report:1.8	Thu Jun 26 15:26:25 2003
+++ llvm/test/Programs/TEST.nightly.report	Thu Aug 14 19:29:17 2003
@@ -11,7 +11,7 @@
 
 # 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
-# seperators, and closures may be put in for custom processing.
+# separators, and closures may be put in for custom processing.
 (
 # Name
  ["Program"  , '\'([^\']+)\' Program'],
@@ -20,7 +20,7 @@
  ["GCCAS"    , "TEST-RESULT-compile: $WallTimeRE"],
  ["Bytecode" , 'TEST-RESULT-compile: *([0-9]+)'],
  ["Instrs"   , 'TEST-RESULT-compile: *([0-9]+).*Number of inst'],
- ["LLC"      , "TEST-RESULT-llc: $WallTimeRE"],
+ ["LLC"      , 'TEST-RESULT-llc-time: real\s*([.0-9m]+)'],
  [],
  ["NAT"      , 'TEST-RESULT-nat-time: real\s*([.0-9m]+)'],
  ["CBE"      , 'TEST-RESULT-cbe-time: real\s*([.0-9m]+)'],





More information about the llvm-commits mailing list