[llvm-commits] CVS: reopt/test/run-tests

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jul 27 11:47:33 PDT 2004



Changes in directory reopt/test:

run-tests updated: 1.15 -> 1.16

---
Log message:

Endless test-case roulette


---
Diffs of the changes:  (+3 -3)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.15 reopt/test/run-tests:1.16
--- reopt/test/run-tests:1.15	Fri Jul 23 00:00:05 2004
+++ reopt/test/run-tests	Tue Jul 27 13:47:23 2004
@@ -70,8 +70,8 @@
   shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
   stanford) SUBDIR=SingleSource/Benchmarks/Stanford ;;
   olden) SUBDIR=MultiSource/Benchmarks/Olden ;;
-  em3d) SUBDIR=MultiSource/Benchmarks/Olden/em3d ;;
-  bh) SUBDIR=MultiSource/Benchmarks/Olden/bh ;;
+  power) SUBDIR=MultiSource/Benchmarks/Olden/power ;;
+  tsp) SUBDIR=MultiSource/Benchmarks/Olden/tsp ;;
 
   mcf) SUBDIR=External/SPEC/CINT2000/181.mcf; spectest=1 ;;
   art) SUBDIR=External/SPEC/CFP2000/179.art; spectest=1;;
@@ -100,7 +100,7 @@
   reoptllcbinary=$1
   grep STDIN_FILENAME Makefile
   grep RUN_OPTIONS Makefile
-  prog_args=`grep RUN_OPTIONS Makefile | cut -d= -f2-`
+  prog_args=`grep RUN_OPTIONS Makefile | cut -d= -f2- | head -1`
   gdbcmd="exec gdb --args $reoptllcbinary $prog_args"
   echo "running '$gdbcmd' in $fullsubdirpath"
   eval $gdbcmd





More information about the llvm-commits mailing list