Ignore:
Timestamp:
Jul 10, 2005, 11:12:06 AM (20 years ago)
Author:
bird
Message:

Replaced BSD regex with the new GLIBC implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/Makefile

    • Property cvs2svn:cvs-rev changed from 1.18 to 1.19
    r2239 r2240  
    105105        posix/bug-ga1.c \
    106106        posix/bug-ga2.c \
    107         posix/bug-regex1.c \
    108         posix/bug-regex10.c \
    109         posix/bug-regex13.c \
    110         posix/bug-regex14.c \
    111         posix/bug-regex16.c \
    112         posix/bug-regex17.c \
    113         posix/bug-regex19.c \
    114         posix/bug-regex20.c \
    115         posix/bug-regex22.c \
    116         posix/bug-regex4.c \
    117         posix/bug-regex7.c \
    118         posix/bug-regex8.c \
    119         posix/runtests.c \
    120107        posix/test-vfork.c \
    121108        posix/tst-boost.c \
     
    132119        posix/tst-mmap.c \
    133120        posix/tst-preadwrite64.c \
    134         posix/tst-rxspencer.c \
    135121        posix/tst-truncate64.c \
    136122        posix/tst-vfork1.c \
     
    182168        posix/bug-glob1.c \
    183169        posix/bug-glob2.c \
    184         posix/bug-regex11.c \
    185         posix/bug-regex15.c \
    186170        posix/bug-regex18.c \
    187         posix/bug-regex9.c \
     171        posix/bug-regex22.c \
    188172        posix/testfnm.c \
    189173        posix/tst-chmod.c \
     
    191175        posix/tst-fnmatch.c     \
    192176        posix/tst-pcre.c \
     177        posix/tst-rxspencer.c \
    193178        misc/tst-tsearch.c  \
    194179        misc/tst-dirname.c \
     
    231216_TARGET_OK := ok
    232217
    233 posix/runptests.c_ARGS = 15             # expect 15 errors
     218posix/runptests.c_ARGS = 0              # expect 0 errors ?
    234219math/test-float.c_ARGS = -e 273         # expect 273 errors
    235220math/test-ifloat.c_ARGS = -e 217        # expect 217 errors
     
    580565posix/tst-dir.c_ARGS = `pwd` `pwd`/$(OUTDIR)/posix `pwd`/$(OUTDIR) `pwd`/$(OUTDIR)/tst-dir.exe
    581566posix/tst-chmod.c_ARGS = `pwd`/posix
    582 posix/tst-rxspencer.c_ARGS = --utf8 posix/rxspencer/tests
     567posix/tst-rxspencer.c_ARGS = --utf8 $(CURDIR)/posix/rxspencer/tests
    583568posix/tst-pcre.c_ARGS = $(CURDIR)/posix/PCRE.tests
    584569posix/tst-boost.c_ARGS = $(CURDIR)/posix/BOOST.tests
     
    830815                if ( $(_EXEC) )$(if $($(1)_INPUT), < $($(1)_INPUT)); then \
    831816                        echo OK > $$@; \
    832                         printf "########## %-26s - SUCCESS\n" "$1"; \
     817                        printf "########## %-26s - SUCCESS $(if $(filter $1,$(EXPECTED)),!Used to fail!)\n" "$1"; \
    833818                else \
    834819                        echo "##  rc=$$$$?"; \
Note: See TracChangeset for help on using the changeset viewer.