Commit Graph

38 Commits

Author SHA1 Message Date
George Rhoten
583cab294a ICU-4605 Increase code coverage.
X-SVN-Rev: 18076
2005-06-28 21:36:33 +00:00
George Rhoten
f4cc6ad24c ICU-4271 Fix and test fgets buffer overrun.
X-SVN-Rev: 18064
2005-06-27 06:47:17 +00:00
George Rhoten
0df92dfa17 ICU-4270 Better handle and test fgets newlines.
X-SVN-Rev: 18063
2005-06-27 06:13:34 +00:00
George Rhoten
51d2f74bc1 ICU-4222 Make sure that the transliterator works on strings,
and make sure that the transliterator flushes independently from IO flushing.

X-SVN-Rev: 17990
2005-06-23 07:10:52 +00:00
Steven R. Loomis
e3f6bd5606 ICU-4218 uconfig.h fixes.
X-SVN-Rev: 16817
2004-11-10 22:30:29 +00:00
George Rhoten
e312467f5d ICU-3905 Fix some compiler warnings
X-SVN-Rev: 16775
2004-11-05 19:07:34 +00:00
George Rhoten
d078ffb611 ICU-4125 Fix a test typo
X-SVN-Rev: 16412
2004-10-07 07:51:11 +00:00
George Rhoten
3c0f436a67 ICU-4109 Fix a buffer overflow bug.
X-SVN-Rev: 16360
2004-09-27 16:34:29 +00:00
George Rhoten
c6099fb59d ICU-3720 Make it possible to read from stdin.
Can't easily automate this test case

X-SVN-Rev: 16153
2004-08-13 17:05:00 +00:00
George Rhoten
7dc0bc6c07 ICU-2641 Return the right number when scanf is at the end of file,
and increase the code coverage of similar cases.

X-SVN-Rev: 16151
2004-08-13 08:05:43 +00:00
George Rhoten
4158c53796 ICU-3831 uconfig.h fixes with a more natural test order
X-SVN-Rev: 15845
2004-06-11 00:44:54 +00:00
Steven R. Loomis
ac2f97b772 ICU-3831 uconfig.h fixes
X-SVN-Rev: 15843
2004-06-10 23:56:37 +00:00
George Rhoten
5e12578fbf ICU-3499 Fix some compiler warnings
X-SVN-Rev: 15637
2004-05-30 09:24:44 +00:00
George Rhoten
888d4e6d4d ICU-3499 Fix some EBCDIC related failures.
X-SVN-Rev: 15631
2004-05-28 23:49:27 +00:00
George Rhoten
1299e773b0 ICU-3499 Increase code coverage.
X-SVN-Rev: 15602
2004-05-28 00:16:49 +00:00
George Rhoten
7f39c99522 ICU-3499 Remove bad formats.
X-SVN-Rev: 15600
2004-05-27 23:57:13 +00:00
George Rhoten
6c416836d5 ICU-3499 Fix some scanf issues when width is specified for any string type.
X-SVN-Rev: 15574
2004-05-27 04:18:30 +00:00
George Rhoten
2bd13a291a ICU-3499 Fix an EBCDIC issue.
X-SVN-Rev: 15563
2004-05-26 19:56:52 +00:00
George Rhoten
9e94e1ff84 ICU-3499 os/400 does not handle the dash as expected in sscanf scanset.
Move %[a-f] and similar tests to data driven tests.

X-SVN-Rev: 15562
2004-05-26 19:22:00 +00:00
George Rhoten
335a1b7296 ICU-3499 Fix an EBCDIC issue.
After some group discussion the u_fopen locale parameter should not affect the default codepage.

X-SVN-Rev: 15561
2004-05-26 19:09:33 +00:00
George Rhoten
b72b158d57 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15551
2004-05-26 02:13:21 +00:00
George Rhoten
73fcc06147 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15535
2004-05-25 19:21:12 +00:00
George Rhoten
a84276d001 ICU-3499 Fix an EBCDIC issue
X-SVN-Rev: 15533
2004-05-25 18:36:47 +00:00
George Rhoten
20b7083e48 ICU-3499 Use binary mode to prevent new line and codepage conversion by stdio.
X-SVN-Rev: 15532
2004-05-25 18:22:43 +00:00
George Rhoten
12e3c5a61c ICU-3718 Fix a typo
X-SVN-Rev: 15507
2004-05-24 21:34:22 +00:00
George Rhoten
be140628f9 ICU-3718 Don't crash when file can't be written
X-SVN-Rev: 15506
2004-05-24 21:31:45 +00:00
George Rhoten
899b900556 ICU-3499 Increase code coverage. Don't output debugging information
X-SVN-Rev: 15447
2004-05-20 23:54:37 +00:00
George Rhoten
7a13cf6dca ICU-3499 Increase code coverage
X-SVN-Rev: 15430
2004-05-20 18:21:41 +00:00
George Rhoten
9688ed753d ICU-3499 Increase code coverage
X-SVN-Rev: 15423
2004-05-20 06:07:45 +00:00
George Rhoten
6b08c5f001 ICU-3499 %[] doesn't work on AIX. Test it a different way.
X-SVN-Rev: 15157
2004-05-05 22:02:25 +00:00
George Rhoten
77dfb8accc ICU-3499 Test both printf APIs at once with data driven tests.
X-SVN-Rev: 15120
2004-05-03 06:41:58 +00:00
George Rhoten
33b5c8d3a0 ICU-3499 Don't use obsolete % formats.
See 9 Jul 2003 Proposal for details.

X-SVN-Rev: 15091
2004-04-29 00:11:14 +00:00
George Rhoten
6977909227 ICU-3499 Add u_feof() test
X-SVN-Rev: 14993
2004-04-16 05:54:59 +00:00
George Rhoten
d1bc58f6a0 ICU-3499 Verify that the test file can be removed during testing.
X-SVN-Rev: 14970
2004-04-14 23:41:00 +00:00
George Rhoten
89b3116eb8 ICU-3499 Add some tests
X-SVN-Rev: 14961
2004-04-14 19:12:58 +00:00
George Rhoten
d042b45786 ICU-3499 Add some tests.
X-SVN-Rev: 14887
2004-04-06 21:32:41 +00:00
George Rhoten
4480c1edd8 ICU-3499 Add some tests.
X-SVN-Rev: 14885
2004-04-06 19:15:50 +00:00
George Rhoten
95b0a1d085 ICU-3499 Split file and string tests into separate files for easier management.
X-SVN-Rev: 14883
2004-04-06 18:12:57 +00:00