Commit Graph

155 Commits

Author SHA1 Message Date
Steven R. Loomis
6495533bd5 ICU-6738 fix --with-library-bits= and add some info to intltest. Merge of r25730 through r25735 from http://source.icu-project.org/repos/icu/icu/branches/srl/bits6738
X-SVN-Rev: 25738
2009-04-06 23:27:57 +00:00
Yoshito Umaoka
5ac1902448 ICU-6522 Added -prop:key=val option in intltest. Updated timezone test to be synchronized with ICU4J version. Reduce testing time of the timezone test in non-exhaustive mode.
X-SVN-Rev: 24618
2008-09-22 22:02:44 +00:00
Michael Ow
4e7f7ff702 ICU-6307 Edit cintltst.c, intltest.cpp, and iotest.cpp to load data correctly.
X-SVN-Rev: 24488
2008-08-12 16:34:55 +00:00
Michael Ow
b02865cecf ICU-2498 Make intltest pass w/o data.
X-SVN-Rev: 23784
2008-04-10 23:19:16 +00:00
George Rhoten
a0088597b1 ICU-5852 Improve ability to round denormalized IEEE754 numbers and improve debug output.
X-SVN-Rev: 22417
2007-08-17 05:27:19 +00:00
George Rhoten
f599e79f74 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19662
2006-05-26 06:04:01 +00:00
George Rhoten
a5dd573fea ICU-4288 Fix some compiler warnings
X-SVN-Rev: 18268
2005-07-18 16:32:26 +00:00
George Rhoten
f84f9aa516 ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 18240
2005-07-14 06:03:34 +00:00
Steven R. Loomis
9d29225514 ICU-4620 uconfig.h failures
X-SVN-Rev: 18155
2005-07-07 07:54:43 +00:00
Ram Viswanadha
5c3d31658d ICU-4354 make intltest pass with no data
X-SVN-Rev: 18140
2005-07-05 18:39:00 +00:00
Eric Mader
0e9c21e7e9 ICU-4354 remove tabs.
X-SVN-Rev: 17467
2005-04-06 00:38:48 +00:00
Eric Mader
e904300468 ICU-4354 Add dataerr(), dataerrln() to intltest.
X-SVN-Rev: 17462
2005-04-05 20:12:22 +00:00
George Rhoten
ac150dfac8 ICU-4379 Show elapsed time of test suite to verify that uprv_getUTCtime can show subsecond precision.
X-SVN-Rev: 17346
2005-03-16 00:33:39 +00:00
Eric Mader
41ca4f63ee ICU-4428 update copyright notices for ICU 3.3.
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
35e0a8a0d2 ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
56c5df7e01 ICU-3004 Make sure that tests that change the default locale, change the default locale back to its original value.
This helps to make sure that the tests are not order dependent, and that Turkish casing problems appear more easily.

X-SVN-Rev: 17004
2004-12-22 19:28:42 +00:00
George Rhoten
380f90589e ICU-4273 Fix some test initialization issues.
X-SVN-Rev: 16903
2004-12-02 07:09:05 +00:00
Andy Heninger
665e553354 ICU-4161 remove tabs from source code
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Steven R. Loomis
2e8a985dc6 ICU-4218 uconfig for 3.2
X-SVN-Rev: 16813
2004-11-10 03:47:56 +00:00
George Rhoten
23b78bf15e ICU-3905 Fix some compiler warnings.
X-SVN-Rev: 16649
2004-10-28 00:05:24 +00:00
George Rhoten
ba2f349454 ICU-4043 Use a real path to source data.
X-SVN-Rev: 16119
2004-08-05 23:35:31 +00:00
George Rhoten
8900cd8fab ICU-4043 Use a real path to source data.
X-SVN-Rev: 16109
2004-08-04 23:40:31 +00:00
Ram Viswanadha
123132b8e6 ICU-3925 separate Transliterator data to its own tree
X-SVN-Rev: 16095
2004-08-02 20:06:55 +00:00
Steven R. Loomis
2f7efe7cc9 ICU-3831 uconfig fixes
X-SVN-Rev: 15842
2004-06-10 23:51:33 +00:00
Alan Liu
22e24178fc ICU-3786 add 'quiet' param to some assertXxx() functions; need to add to all of them!
X-SVN-Rev: 15700
2004-06-04 00:19:50 +00:00
Alan Liu
1db13e2b86 ICU-2825 add Measure, MeasureUnit, CurrencyUnit, and CurrencyAmount classes, and operate through them
X-SVN-Rev: 15059
2004-04-27 21:47:09 +00:00
Alan Liu
102831d72d ICU-3549 add assertEquals(const char*, const char*)
X-SVN-Rev: 15048
2004-04-26 19:10:13 +00:00
Alan Liu
bb1db7b923 ICU-3549 add toString(int32_t)
X-SVN-Rev: 15039
2004-04-24 02:53:56 +00:00
Alan Liu
74a7a26c3e ICU-2825 clean up Formattable display logic; escape message text in assert* methods
X-SVN-Rev: 14975
2004-04-15 06:19:10 +00:00
Alan Liu
8b5f27509b ICU-2334 add assertEquals() variant taking Formattable objects
X-SVN-Rev: 14755
2004-03-25 02:23:22 +00:00
George Rhoten
6038ee28f5 ICU-3662 Move data based test framework to test library
X-SVN-Rev: 14733
2004-03-23 06:37:36 +00:00
Alan Liu
9449f5b4fb ICU-3391 add assert* convenience overloads taking UnicodeString msg
X-SVN-Rev: 14684
2004-03-11 14:06:25 +00:00
Alan Liu
6d5aaf8514 ICU-3090 add JUnit-like assert methods and ctou()
X-SVN-Rev: 14488
2004-02-12 01:09:13 +00:00
George Rhoten
4f64d393b4 ICU-813 Fix for AIX and HP-UX
X-SVN-Rev: 13793
2003-11-21 00:10:52 +00:00
Doug Felt
562a37641a ICU-813 int64 formatting support
X-SVN-Rev: 13757
2003-11-19 04:42:44 +00:00
Markus Scherer
e207ba9a7c ICU-2950 add public operator + to UnicodeString
X-SVN-Rev: 13544
2003-10-31 21:28:46 +00:00
George Rhoten
c16ea74264 ICU-3326 Improve build time
X-SVN-Rev: 13427
2003-10-15 08:03:56 +00:00
George Rhoten
c65d4d8669 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13353
2003-10-07 22:53:31 +00:00
Alan Liu
2a4b477a76 ICU-3266 more checks for UCONFIG_NO_FORMATTING
X-SVN-Rev: 13253
2003-09-30 19:17:12 +00:00
Alan Liu
e73dc2f4f3 ICU-3266 add checks for UCONFIG_NO_FORMATTING
X-SVN-Rev: 13250
2003-09-30 18:55:33 +00:00
Alan Liu
3027d72af2 ICU-3266 add -tz [zone] option to cintltst, and make default time zone be America/Los_Angeles (unless otherwise specified on command line). Fixed handling of -a. Fixed spelling.
X-SVN-Rev: 13163
2003-09-22 19:48:43 +00:00
George Rhoten
27a96a6b30 ICU-3156 Fix the previous fix because there aren't enough parameters for the format
X-SVN-Rev: 13092
2003-09-14 22:58:43 +00:00
Andy Heninger
2357f130ab ICU-3156 fix test program problems introduced by adding u_cleanup to heap/mutex setter tests
X-SVN-Rev: 12851
2003-08-16 02:17:56 +00:00
Andy Heninger
78ca2fdfc9 ICU-3014 Add explicit u_init() calls to tools and tests in anticipation of static init changes
X-SVN-Rev: 12826
2003-08-14 21:34:54 +00:00
Alan Liu
8f00fae65a ICU-2966 implement portable random number generator
X-SVN-Rev: 12814
2003-08-12 19:51:03 +00:00
Alan Liu
74c4e638d7 ICU-2966 pass optional command line @parameter down to tests
X-SVN-Rev: 12812
2003-08-12 19:10:36 +00:00
Andy Heninger
aedb354246 ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
2003-08-08 16:23:38 +00:00
George Rhoten
21eb7860d6 ICU-3027 Fix the warning message about the global mutex
X-SVN-Rev: 12721
2003-07-31 23:13:45 +00:00
Markus Scherer
da8e68dd39 ICU-2449 need larger vsprintf() output buffers
X-SVN-Rev: 12668
2003-07-24 00:30:02 +00:00
Andy Heninger
02244350ed ICU-2970 threading failure. Tweak mutexing in uresbud. Improve thread error checking in tmsthred.
Switch windows thread creation to c library funcs.  Address (but not eliminate) resource memory leak.

X-SVN-Rev: 12316
2003-06-05 18:15:20 +00:00