Changeset 2190


Ignore:
Timestamp:
Jul 3, 2005, 8:34:09 AM (20 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r2189 r2190  
    5454ifeq ($(TARGET),innoteklibc)
    5555SKIPPED    := \
     56        assert/test-assert-perr.c \
     57        \
     58        inet/bug-if1.c \
     59        inet/test-ifaddrs.c \
     60        inet/test_ifindex.c \
     61        inet/tst-ether_aton.c \
     62        \
    5663        io/test-stat.c \
    5764        io/test-stat2.c \
     
    162169        misc/tst-tsearch.c  \
    163170        misc/tst-dirname.c \
    164         io/bug-ftw4.c
     171        io/bug-ftw4.c \
     172        iconv/tst-iconv1.c \
     173        iconv/tst-iconv2.c \
     174        iconv/tst-iconv3.c \
     175        iconv/tst-iconv5.c \
     176        grp/testgrp.c \
     177        dirent/opendir-tst1.c \
     178        catgets/test-gencat.c
    165179       
    166180# NOTES:       
     
    174188# misc/tst-tsearch.c:                           This really needs looking at on BSD.
    175189# io/bug-ftw4.c:                                        open("dir")
     190# iconv/*.c:                                            Are all about UCS4 which we don't support.
     191# dirent/opendir-tst1.c:                        Uses a FIFO.
    176192       
    177193CFLAGS     += -Zomf -g -I sysdeps/os2 \
     
    250266CATGETS := \
    251267        catgets/test-gencat.c
    252 
     268       
    253269#CONFORM - separate.
    254270
Note: See TracChangeset for help on using the changeset viewer.