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

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

[Dotgnu-pnet-commits] pnet/tests Makefile.am, 1.17, 1.18 test_thread.c,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/tests Makefile.am, 1.17, 1.18 test_thread.c, 1.10, 1.11 test_varith.c, 1.1, NONE test_vbranch.c, 1.1, NONE test_vcompare.c, 1.1, NONE test_vconst.c, 1.1, NONE test_vconv.c, 1.2, NONE test_verify.c, 1.6, NONE test_verify.h, 1.4, NONE test_vlocal.c, 1.1, NONE test_vmisc.c, 1.1, NONE
Date: Mon, 13 Oct 2003 05:44:12 +0000

Update of /cvsroot/dotgnu-pnet/pnet/tests
In directory subversions:/tmp/cvs-serv13407/tests

Modified Files:
        Makefile.am test_thread.c 
Removed Files:
        test_varith.c test_vbranch.c test_vcompare.c test_vconst.c 
        test_vconv.c test_verify.c test_verify.h test_vlocal.c 
        test_vmisc.c 
Log Message:


Remove the "test_verify" program because it isn't used any more,
and won't work since mscorlib.dll was moved out of pnet anyway.


Index: test_thread.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/tests/test_thread.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_thread.c       8 Jul 2003 12:22:09 -0000       1.10
--- test_thread.c       13 Oct 2003 05:44:09 -0000      1.11
***************
*** 21,24 ****
--- 21,25 ----
  #include "ilunit.h"
  #include "il_thread.h"
+ #include "il_gc.h"
  #if HAVE_UNISTD_H
        #include <unistd.h>
***************
*** 1332,1336 ****
         * Initialize the GC system (the GC is used to create threads).
         */
!       ILGCInit();     
  
        /*
--- 1333,1337 ----
         * Initialize the GC system (the GC is used to create threads).
         */
!       ILGCInit(0);    
  
        /*

--- test_vlocal.c DELETED ---

--- test_vmisc.c DELETED ---

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/tests/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.am 10 Jan 2003 23:58:07 -0000      1.17
--- Makefile.am 13 Oct 2003 05:44:09 -0000      1.18
***************
*** 1,16 ****
! noinst_PROGRAMS = test_verify test_thread test_crypt
! 
! test_verify_SOURCES = test_verify.c \
!                                         test_varith.c \
!                                         test_vconv.c \
!                                         test_vcompare.c \
!                                         test_vbranch.c \
!                                         test_vconst.c \
!                                         test_vlocal.c \
!                                         test_vmisc.c \
!                                         ilunit.c
! test_verify_LDADD   = ../engine/libILEngine.a ../dumpasm/libILDumpAsm.a \
!                                         ../image/libILImage.a 
../support/libILSupport.a \
!                                         $(FFILIBS) $(GCLIBS) $(SOCKETLIBS)
  
  test_thread_SOURCES = test_thread.c \
--- 1,3 ----
! noinst_PROGRAMS = test_thread test_crypt
  
  test_thread_SOURCES = test_thread.c \
***************
*** 25,33 ****
  AM_CFLAGS = -I$(top_srcdir)/include
  
- ## TESTS = test_verify test_thread test_crypt
  TESTS = test_thread test_crypt
  
- # Newer versions of autoconf will complain about the following line.
- # Ignore them.  We have to turn off optimization or gcc will crash
- # on systems with limited swap space.
- CFLAGS =
--- 12,15 ----

--- test_vcompare.c DELETED ---

--- test_verify.c DELETED ---

--- test_verify.h DELETED ---

--- test_vconv.c DELETED ---

--- test_vbranch.c DELETED ---

--- test_varith.c DELETED ---

--- test_vconst.c DELETED ---





reply via email to

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