dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/tools pnet_build.sh,1.3,1.4


From: Andrew Mitchell <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/tools pnet_build.sh,1.3,1.4
Date: Sat, 26 Jul 2003 02:17:28 -0400

Update of /cvsroot/dotgnu-pnet/pnet/tools
In directory subversions:/tmp/cvs-serv1919/tools

Modified Files:
        pnet_build.sh 
Log Message:
Update test building script for the pnet suite.

Index: pnet_build.sh
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/tools/pnet_build.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pnet_build.sh       10 Dec 2002 05:13:38 -0000      1.3
--- pnet_build.sh       26 Jul 2003 06:17:26 -0000      1.4
***************
*** 208,212 ****
  # Run the pnet tests in "show failures only" mode.
  run cd tests
! run ./test_verify -f
  run ./test_thread -f
  run ./test_crypt -f
--- 208,212 ----
  # Run the pnet tests in "show failures only" mode.
  run cd tests
! #run ./test_verify -f
  run ./test_thread -f
  run ./test_crypt -f
***************
*** 219,222 ****
--- 219,234 ----
  run $PNET_MAKE check
  
+ # Run the pnetlib samples (basically checking for segfaults,
+ # simple exception failures, and the like).
+ run cd samples
+ runsample ./ilrun.sh hello.exe
+ runsample ./ilrun.sh fib.exe
+ runsample ./ilrun.sh except.exe
+ runsample ./ilrun.sh codepage.exe
+ runsample ./ilrun.sh codepage.exe 932
+ runsample ./ilrun.sh getenv.exe
+ runsample ./ilrun.sh getenv.exe PATH
+ 
+ 
  # Build pnetC.
  run cd "$PNET_BUILD_ACTUAL/pnetC"
***************
*** 230,240 ****
  run cd samples
  runsample ./ilrun.sh hello.exe
! runsample ./ilrun.sh fib.exe
! runsample ./ilrun.sh evenodd.exe
! runsample ./ilrun.sh except.exe
! runsample ./ilrun.sh codepage.exe
! runsample ./ilrun.sh codepage.exe 932
! runsample ./ilrun.sh getenv.exe
! runsample ./ilrun.sh getenv.exe PATH
  
  # Configure and run cscctest.
--- 242,247 ----
  run cd samples
  runsample ./ilrun.sh hello.exe
! runsample ./ilrun.sh pwd.exe
! runsample ./ilrun.sh stack.exe
  
  # Configure and run cscctest.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]