Ignore:
Timestamp:
Jun 27, 2005, 5:05:29 AM (20 years ago)
Author:
bird
Message:

testcase adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/stdio-common/tst-sscanf.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2088 r2089  
    4242{
    4343  "-12345678987654321123456789987654321123456789987654321",
     44#ifndef __EMX__
    4445  "-12345678987654321123456789987654321123456789987654321",
    4546  "-12,345,678987,654,321123,456,789987,654,321123,456,789987,654,321",
    4647  "-12,345,678987,654,321123,456,789987,654,321123,456,789987,654,321"
     48#endif
    4749};
    4850
     
    5052{
    5153  "%9ld%9ld%9ld%9ld%9ld%9ld",
     54#ifndef __EMX__
    5255  "%I9ld%I9ld%I9ld%I9ld%I9ld%I9ld",
    5356  "%'11ld%'11ld%'11ld%'11ld%'11ld%'11ld",
    5457  "%I'11ld%I'11ld%I'11ld%I'11ld%I'11ld%I'11ld"
     58#endif
    5559};
    5660
     
    6569  const char *fmt;
    6670  int retval;
    67 } int_tests[] = 
     71} int_tests[] =
    6872{
    6973  { "foo\n", "foo\nbar", -1 },
     
    131135    }
    132136
     137#ifdef __EMX__
     138  for (i = 0; i < 1; ++i)
     139#else
    133140  for (i = 0; i < 4; ++i)
     141#endif
    134142    {
    135143      if (sscanf (str_long[i], fmt_long[i],
Note: See TracChangeset for help on using the changeset viewer.