Changeset 4894


Ignore:
Timestamp:
Aug 20, 2014 6:15:23 AM (10 years ago)
Author:
bennylp
Message:

Misc re #1751: disable one pjlib-test entry on socket address parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/sock.c

    r3841 r4894  
    253253        { "10.0.0.1:-1", IPv4},     /* port contains illegal character */ 
    254254        { "10.0.0.1:123456", IPv4}, /* port too big     */ 
    255         { "1.2.3.4.5:80", IPv4},    /* invalid IP */ 
     255        //this actually is fine on my Mac OS 10.9 
     256        //it will be resolved with gethostbyname() and something is returned! 
     257        //{ "1.2.3.4.5:80", IPv4},    /* invalid IP */ 
    256258        { "10:0:80", IPv4},         /* hostname has colon */ 
    257259 
Note: See TracChangeset for help on using the changeset viewer.