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

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 26 09:45:35 PDT 2005



Changes in directory llvm-test:

TEST.nightly.Makefile updated: 1.41 -> 1.42
TEST.nightly.report updated: 1.36 -> 1.37
---
Log message:

remove a column from the nightly tester that isn't what it claims to be


---
Diffs of the changes:  (+0 -4)

 TEST.nightly.Makefile |    3 ---
 TEST.nightly.report   |    1 -
 2 files changed, 4 deletions(-)


Index: llvm-test/TEST.nightly.Makefile
diff -u llvm-test/TEST.nightly.Makefile:1.41 llvm-test/TEST.nightly.Makefile:1.42
--- llvm-test/TEST.nightly.Makefile:1.41	Tue Feb  8 13:35:21 2005
+++ llvm-test/TEST.nightly.Makefile	Wed Oct 26 11:45:24 2005
@@ -117,9 +117,6 @@
 	  printf "TEST-RESULT-jit-comptime: " >> $@;\
 	  grep "Total Execution Time" Output/$*.out-jit.info >> $@;\
 	  echo >> $@;\
-	  printf "TEST-RESULT-jit-machcode: " >> $@;\
-	  grep "bytes of machine code compiled" Output/$*.out-jit.info >> $@;\
-	  echo >> $@;\
 	else  \
 	  echo "TEST-FAIL: jit $(RELDIR)/$*" >> $@;\
 	fi


Index: llvm-test/TEST.nightly.report
diff -u llvm-test/TEST.nightly.report:1.36 llvm-test/TEST.nightly.report:1.37
--- llvm-test/TEST.nightly.report:1.36	Tue Apr  5 13:51:46 2005
+++ llvm-test/TEST.nightly.report	Wed Oct 26 11:45:24 2005
@@ -60,7 +60,6 @@
  ["LLC<br>compile" , "TEST-RESULT-llc: .*$WallTimeRE"],
  ["LLC-BETA<br>compile" , "TEST-RESULT-llc-beta: .*$WallTimeRE"],
  ["JIT<br>codegen" , "TEST-RESULT-jit-comptime: .*$WallTimeRE"],
- ["Machine<br>code", 'TEST-RESULT-jit-machcode: *([0-9]+).*bytes of machine code'],
  [],
  ["GCC"      , 'TEST-RESULT-nat-time: program\s*([.0-9m:]+)', \&FormatTime],
  ["CBE"      , 'TEST-RESULT-cbe-time: program\s*([.0-9m:]+)', \&FormatTime],






More information about the llvm-commits mailing list