Ignore:
Timestamp:
Jul 3, 2005, 12:54:54 AM (20 years ago)
Author:
bird
Message:

math, malloc suchlike.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r2157 r2158  
    5252ifeq ($(TARGET),innoteklibc)
    5353SKIPPED    := \
     54        malloc/tst-mallocstate.c \
     55        \
     56        math/test-matherr.c \
     57        math/bug-tgmath1.c \
     58        math/test-tgmath.c \
     59        math/test-tgmath-ret.c \
    5460        \
    5561        misc/tst-efgcvt.c \
     
    99105        stdio-common/tst-obprintf.c \
    100106        stdio-common/tst-perror.c \
    101         stdio-common/tst-popen.c \
     107        stdio-common/tst-pop8en.c \
    102108        stdio-common/tst-printfsz.c \
    103109        stdio-common/tst-swprintf.c \
     
    146152        posix/tst-fnmatch.c     \
    147153        posix/tst-pcre.c \
    148         misc/tst-tsearch.c
     154        misc/tst-tsearch.c  \
     155        misc/tst-dirname.c
    149156       
    150157# NOTES:       
     
    159166       
    160167CFLAGS     += -Zomf -g -I sysdeps/os2 \
     168        -Dprogram_invocation_short_name=getprogname\(\) \
    161169        -DHAVE_STRNLEN \
    162170        -DHAVE_MEMPCPY \
     
    170178
    171179posix/runptests.c_ARGS = 15             # expect 15 errors
     180math/test-float.c_ARGS = -e 273         # expect 273 errors
     181math/test-ifloat.c_ARGS = -e 217        # expect 217 errors
     182math/test-double.c_ARGS = -e 174        # expect 174 errors
     183math/test-idouble.c_ARGS = -e 142       # expect 142 errors
     184math/test-ldouble.c_ARGS = -e 212       # expect 212 errors
     185math/test-ildoubl.c_ARGS = -e 153       # expect 153 errors
    172186endif
    173187
     
    373387        math/bug-nexttoward.c \
    374388        math/bug-tgmath1.c \
    375         math/test-double.c \
    376389        math/test-fenv.c \
    377390        math/test-float.c \
    378391        math/test-fpucw.c \
    379         math/test-idouble.c \
    380         math/test-ifloat.c \
    381         math/test-ildoubl.c \
    382         math/test-ldouble.c \
    383392        math/test-matherr.c \
    384393        math/test-misc.c \
    385394        math/test-tgmath-ret.c \
    386395        math/test-tgmath.c \
    387         math/tst-definitions.c
     396        math/tst-definitions.c \
     397        math/test-idouble.c \
     398        math/test-ifloat.c \
     399        math/test-double.c \
     400        math/test-ldouble.c \
     401        math/test-ildoubl.c
    388402#        math/atest-exp2.c
    389403#        math/atest-sincos.c
    390404#         math/atest-exp.c
    391 #         math/gen-libm-test.pl
     405
    392406$(foreach t,$(MATH),$(eval $(t)_LDFLAGS := -lm))
    393407$(foreach t,$(filter math/test-%,$(MATH)), \
Note: See TracChangeset for help on using the changeset viewer.