[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-08 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.5 - 1.6
---
Log message:

Run only the train run. This is because the test.pl script the test
run runs outputs a timestamp to STDERR. However, the RunSafely.sh script
dups STDERR to STDOUT, making comparisons useless. If we want to in the
future, we could apply an ugly hack to make it actually work.


---
Diffs of the changes:  (+9 -1)

 Makefile |   10 +-
 1 files changed, 9 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.5 
llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.6
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.5 Thu Sep  7 
18:17:18 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Fri Sep  8 
20:39:58 2006
@@ -7,9 +7,17 @@
 
 LEVEL = ../../../..
 
+# FIXME: The test run type outputs timestamps to STDERR. However, the
+# RunSafely.sh script dups STDERR to STDOUT. So testing the difference between
+# the two outputs would require ugly hacks. Let's just run the train right
+# now. If we need to run test later, we can apply some type of hack to get it
+# to work.
+
+RUN_TYPE := train
+
 include $(LEVEL)/Makefile.config
 
-CPPFLAGS += -DPERL_CORE
+CPPFLAGS += -DPERL_CORE -DI_TIME
 
 ifeq ($(OS),Darwin)
 ifeq ($(ARCH),PowerPC)



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-07 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.4 - 1.5
---
Log message:

Added support for multi-directories: go benchmark and omnetpp (whatever
that is)


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

 Makefile |4 
 1 files changed, 4 insertions(+)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.4 
llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.5
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.4 Wed Sep  6 
19:08:49 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Thu Sep  7 
18:17:18 2006
@@ -7,14 +7,18 @@
 
 LEVEL = ../../../..
 
+include $(LEVEL)/Makefile.config
+
 CPPFLAGS += -DPERL_CORE
 
+ifeq ($(OS),Darwin)
 ifeq ($(ARCH),PowerPC)
   CPPFLAGS += -DSPEC_CPU_MACOSX_PPC
 endif
 ifeq ($(ARCH),x86)
   CPPFLAGS += -DSPEC_CPU_MACOSX_IA32
 endif
+endif
 
 ifeq ($(ENDIAN),little)
   CPPFLAGS += -D__LITTLE_ENDIAN__



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-06 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.2 - 1.3
---
Log message:

Add the perlbench benchmark test to the SPEC2006 testing thingy.


---
Diffs of the changes:  (+13 -8)

 Makefile |   21 +
 1 files changed, 13 insertions(+), 8 deletions(-)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.2 
llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.3
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.2 Fri Sep  1 
20:29:28 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Wed Sep  6 
16:55:34 2006
@@ -7,19 +7,14 @@
 
 LEVEL = ../../../..
 
-include ../../Makefile.spec2006
-
 CPPFLAGS += -DPERL_CORE
 
-ifeq ($(OS),Darwin)
 ifeq ($(ARCH),PowerPC)
   CPPFLAGS += -DSPEC_CPU_MACOSX_PPC
-else
+endif
 ifeq ($(ARCH),x86)
   CPPFLAGS += -DSPEC_CPU_MACOSX_IA32
 endif
-endif
-endif
 
 ifeq ($(ENDIAN),little)
   CPPFLAGS += -D__LITTLE_ENDIAN__
@@ -27,11 +22,21 @@
   CPPFLAGS += -D__BIG_ENDIAN__
 endif
 
+Source = av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c mg.c 
\
+ numeric.c op.c pad.c perl.c perlapi.c perlio.c perlmain.c perly.c 
\
+ pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c 
\
+ regexec.c run.c scope.c sv.c taint.c toke.c universal.c utf8.c util.c 
\
+ xsutils.c Base64.c Cwd.c Dumper.c HiRes.c IO.c Peek.c attrs.c poll.c  
\
+ stdio.c DynaLoader.c MD5.c Storable.c Parser.c specrand.c Hostname.c  
\
+ Opcode.c
+
+include ../../Makefile.spec2006
+
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS  = test.pl
+  RUN_OPTIONS  = -I./lib test.pl
   STDOUT_FILENAME := test.out
 else
-  RUN_OPTIONS  = scrabbl.pl
+  RUN_OPTIONS  = -I./lib scrabbl.pl
   STDIN_FILENAME  := scrabbl.in
   STDOUT_FILENAME := scrabbl.out
 endif



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-06 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.3 - 1.4
---
Log message:

Change STDOUT_FILENAME to one which exists in the data/test/output
directory so that we don't get an error during testing.


---
Diffs of the changes:  (+5 -1)

 Makefile |6 +-
 1 files changed, 5 insertions(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.3 
llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.4
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.3 Wed Sep  6 
16:55:34 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Wed Sep  6 
19:08:49 2006
@@ -33,10 +33,14 @@
 include ../../Makefile.spec2006
 
 ifeq ($(RUN_TYPE),test)
+  # test.out isn't specified in the REF_IN_DIR/test/data/output directory, so
+  # use one of the .out files that does exist in that directory.
   RUN_OPTIONS  = -I./lib test.pl
-  STDOUT_FILENAME := test.out
+  STDOUT_FILENAME := append.out
+  STDERR_FILENAME := append.err
 else
   RUN_OPTIONS  = -I./lib scrabbl.pl
   STDIN_FILENAME  := scrabbl.in
   STDOUT_FILENAME := scrabbl.out
+  STDERR_FILENAME := scrabbl.err
 endif



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-01 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile added (r1.1)
---
Log message:

Added perlbench Makefile.


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

 Makefile |   36 
 1 files changed, 36 insertions(+)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -c /dev/null llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.1
*** /dev/null   Fri Sep  1 18:30:01 2006
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Fri Sep  1 
18:29:51 2006
***
*** 0 
--- 1,36 
+ ##===- Makefile *- Makefile 
-*-===##
+ #
+ # This makefile contains information for building the SPEC2006 400.perlbench
+ # test.
+ #
+ 
##===--===##
+ 
+ LEVEL = ../../../..
+ 
+ Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
+  av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c mg.c
\
+  numeric.c op.c pad.c perl.c perlapi.c perlio.c perlmain.c perly.c pp.c   
\
+  pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c regexec.c run.c 
\
+  scope.c sv.c taint.c toke.c universal.c utf8.c util.c xsutils.c Base64.c 
\
+  Cwd.c Dumper.c HiRes.c IO.c Peek.c attrs.c poll.c stdio.c DynaLoader.c   
\
+  MD5.c Storable.c Parser.c specrand.c Hostname.c Opcode.c)
+ 
+ include ../../Makefile.spec2006
+ 
+ CPPFLAGS += -DPERL_CORE
+ 
+ ifeq ($(OS),Darwin)
+ ifeq ($(ARCH),PowerPC)
+   CPPFLAGS += -DSPEC_CPU_MACOSX_PPC
+ else
+ ifeq ($(ARCH),x86)
+   CPPFLAGS += -DSPEC_CPU_MACOSX_IA32
+ endif
+ endif
+ endif
+ 
+ ifeq ($(RUN_TYPE),test)
+   RUN_OPTIONS = xxx
+ else
+   RUN_OPTIONS = xxx
+ endif



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile

2006-09-01 Thread Bill Wendling


Changes in directory llvm-test/External/SPEC/CINT2006/400.perlbench:

Makefile updated: 1.1 - 1.2
---
Log message:

Added RUN_OPTIONS, STD{OUT,IN}_FILENAME flags. Removed redundant Source
line


---
Diffs of the changes:  (+11 -10)

 Makefile |   21 +++--
 1 files changed, 11 insertions(+), 10 deletions(-)


Index: llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile
diff -u llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.1 
llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.2
--- llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile:1.1 Fri Sep  1 
18:29:51 2006
+++ llvm-test/External/SPEC/CINT2006/400.perlbench/Makefile Fri Sep  1 
20:29:28 2006
@@ -7,14 +7,6 @@
 
 LEVEL = ../../../..
 
-Source = $(addprefix $(SPEC_BENCH_DIR)/src/, \
- av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c mg.c\
- numeric.c op.c pad.c perl.c perlapi.c perlio.c perlmain.c perly.c pp.c   \
- pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c regexec.c run.c \
- scope.c sv.c taint.c toke.c universal.c utf8.c util.c xsutils.c Base64.c \
- Cwd.c Dumper.c HiRes.c IO.c Peek.c attrs.c poll.c stdio.c DynaLoader.c   \
- MD5.c Storable.c Parser.c specrand.c Hostname.c Opcode.c)
-
 include ../../Makefile.spec2006
 
 CPPFLAGS += -DPERL_CORE
@@ -29,8 +21,17 @@
 endif
 endif
 
+ifeq ($(ENDIAN),little)
+  CPPFLAGS += -D__LITTLE_ENDIAN__
+else
+  CPPFLAGS += -D__BIG_ENDIAN__
+endif
+
 ifeq ($(RUN_TYPE),test)
-  RUN_OPTIONS = xxx
+  RUN_OPTIONS  = test.pl
+  STDOUT_FILENAME := test.out
 else
-  RUN_OPTIONS = xxx
+  RUN_OPTIONS  = scrabbl.pl
+  STDIN_FILENAME  := scrabbl.in
+  STDOUT_FILENAME := scrabbl.out
 endif



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits