Stuart Gill
b1a76e6a88
ICU-3984 updates based on code review and fix of memory leak during collation reordering rule parsing
...
X-SVN-Rev: 28999
2010-11-04 20:12:39 +00:00
Steven R. Loomis
174695eeac
ICU-8125 fix RamsRulesTest even under en_US_POSIX - skip fallback/default collators. Improve error checking.
...
X-SVN-Rev: 28998
2010-11-04 19:15:00 +00:00
Stuart Gill
94239208a0
ICU-3984 fix a bug in the resource loading of collation reordering and rename script reordering to reordering codes
...
X-SVN-Rev: 28993
2010-11-03 02:41:22 +00:00
Umesh Nair
cbb8e1c1b8
ICU-7023 Fixing memory leaks in cintltst.
...
X-SVN-Rev: 28979
2010-11-02 16:46:23 +00:00
Peter Edberg
87628da74e
ICU-8092 Use uprv_ functions with all instances of rulesCopy and src.source; remove debug change
...
X-SVN-Rev: 28978
2010-11-02 08:27:22 +00:00
Stuart Gill
5dd9ea7768
ICU-3984 update the uca file version, add support for reading/writing reordering from/to resources, update FractionalUCA.txt to a format for the genuca tool
...
X-SVN-Rev: 28975
2010-11-02 02:21:57 +00:00
Steven R. Loomis
ffb24dcc38
ICU-8092 fix cintltest crashes on windows. Must use uprv_malloc and uprv_free if ICU owns the memory.
...
X-SVN-Rev: 28972
2010-11-02 01:20:29 +00:00
Umesh Nair
c9ae826bca
ICU-7023 Supporting import in collation rules
...
X-SVN-Rev: 28967
2010-11-01 22:23:49 +00:00
Stuart Gill
0c21fdf068
ICU-3984 changes to the collation reordering - API works same as rules and enhanced testing
...
X-SVN-Rev: 28960
2010-10-30 00:42:12 +00:00
Stuart Gill
d8e214d7d7
ICU-3984 Fix Windows build issues
...
X-SVN-Rev: 28946
2010-10-28 20:28:40 +00:00
Peter Edberg
e9abb9546f
ICU-8092 Now ucol_tok_parseNextToken can cause UColTokenParser source field ptr to get realloced, free the new ptr
...
X-SVN-Rev: 28936
2010-10-28 17:28:06 +00:00
Stuart Gill
110e2ceb05
ICU-3984 integrate collation reordering from branch - svn+ssh://source.icu-project.org/repos/icu/icu/branches/sgill/scriptreorder2 -r 28883:28924
...
X-SVN-Rev: 28926
2010-10-27 18:02:52 +00:00
Markus Scherer
db864477ae
ICU-7264 make some C test code more parallel with Java
...
X-SVN-Rev: 28909
2010-10-25 23:06:37 +00:00
Peter Edberg
04b5cd0d7b
ICU-8072 Now ucol_tok_parseNextToken can cause UColTokenParser source field ptr to get realloced, free the new ptr
...
X-SVN-Rev: 28899
2010-10-25 04:29:10 +00:00
Markus Scherer
d29bfdf854
ICU-7264 UCA 6.0 data, test data, and bug fixes; from branches/markus/uca60 -r 28826:28857
...
X-SVN-Rev: 28875
2010-10-19 21:48:04 +00:00
Peter Edberg
aa3ebc300a
ICU-8046 CLDR 1.9 integration pass 1, skip some Myanmar tests until cldrbug 3062 is fixed
...
X-SVN-Rev: 28869
2010-10-19 04:09:15 +00:00
Peter Edberg
0cc2fd091f
ICU-8046 CLDR 1.9 integration pass 1, update tests
...
X-SVN-Rev: 28867
2010-10-19 03:31:50 +00:00
Umesh Nair
81ce7e7cf2
ICU-7015 Minor changes.
...
X-SVN-Rev: 28832
2010-10-14 20:25:09 +00:00
Umesh Nair
2b57a010d7
ICU-7015 Adding more test cases.
...
X-SVN-Rev: 28830
2010-10-14 18:44:44 +00:00
Michael Ow
0e8df2ba58
ICU-7784 Set some test failure errors as data loading error appropriate.
...
X-SVN-Rev: 28305
2010-07-14 16:09:03 +00:00
Michael Ow
00a84e6d99
ICU-7649 Add check for certain default locales to ensure environment test passes.
...
X-SVN-Rev: 28303
2010-07-13 19:43:25 +00:00
Umesh Nair
ca260d5296
ICU-7015 Fixing more test cases.
...
X-SVN-Rev: 28190
2010-06-14 22:07:11 +00:00
Umesh Nair
2b7c82ac5b
ICU-7015 Minor fix.
...
X-SVN-Rev: 28189
2010-06-14 21:52:52 +00:00
Umesh Nair
e7aba40a67
ICU-7015 Compact collation syntax (lists and ranges): svn merge -r 27731:28177 icu/branches/umesh/collation
...
X-SVN-Rev: 28188
2010-06-14 21:27:44 +00:00
Michael Ow
bc0c9167d8
ICU-7519 Because of certain compiler optimization options, remove usage of global variables in cintltst and use getter/setter functions instead.
...
X-SVN-Rev: 27907
2010-04-07 16:18:38 +00:00
Steven R. Loomis
99998611d9
ICU-7482 z issues - cintltest passes!
...
X-SVN-Rev: 27754
2010-03-03 01:47:00 +00:00
Umesh Nair
b11c49bcd5
ICU-7015 Implementing compact collation tailoring syntax by introducing a star-notation.
...
X-SVN-Rev: 27521
2010-02-09 19:59:06 +00:00
Markus Scherer
8ddbd1394c
ICU-7273 merge in Normalizer2 API & code, and ICU-5785 UnicodeSet::span(UnicodeString) and ICU-7296 tempSubString()/retainBetween(); merge -r 26971:27150 branches/markus/norm2
...
X-SVN-Rev: 27155
2010-01-06 23:50:03 +00:00
Markus Scherer
66b63f9c48
ICU-7084 Unicode 5.2: merge -r 26464:26890 branches/markus/uni52 into trunk, and a little cleanup (C++)
...
X-SVN-Rev: 26898
2009-11-13 19:25:21 +00:00
Michael Ow
9100ba632e
ICU-6905 Log errors as data errors where appropriate to ensure cintltst passes without data. Some areas don't propagate error code. Add new error log function to check for error code.
...
X-SVN-Rev: 26084
2009-06-09 21:28:13 +00:00
Claire Ho
47ab87a0c7
ICU-6799 Fixed warnings for collation.
...
X-SVN-Rev: 25874
2009-04-23 00:23:57 +00:00
Peter Edberg
f12b1180ab
ICU-4121 254 digits max for CODAN collation element (additional digits are separate element)
...
X-SVN-Rev: 25336
2009-01-29 07:44:27 +00:00
John Emmons
9d022f0f62
ICU-6647 Testcase workaround until 6040 is fixed
...
X-SVN-Rev: 25325
2009-01-28 22:01:32 +00:00
Michael Ow
13b807cf6f
ICU-6412 Remove some unused variables.
...
X-SVN-Rev: 24692
2008-10-01 15:39:27 +00:00
Steven R. Loomis
b7c81e69de
ICU-6535 fix the fix
...
X-SVN-Rev: 24572
2008-09-15 20:55:02 +00:00
Steven R. Loomis
1ca0d2231f
ICU-6535 minor test improvements
...
X-SVN-Rev: 24569
2008-09-15 19:29:43 +00:00
Claire Ho
3b9c7131aa
ICU-5468 Array beyound write in ucol_getSortKey()
...
X-SVN-Rev: 24155
2008-06-11 21:37:03 +00:00
Michael Ow
6f01b57fc6
ICU-6140 Fix invalid comment markers.
...
X-SVN-Rev: 23800
2008-04-17 17:58:36 +00:00
Michael Ow
0cca2d6ee3
ICU-6140 Fix various platform specific compilation errors for TestHiragana.
...
X-SVN-Rev: 23798
2008-04-17 16:55:43 +00:00
Michael Ow
debf923a89
ICU-6140 Ensure proper checking of Hiragana and Katakana common codepoints and add test for this.
...
X-SVN-Rev: 23797
2008-04-17 05:19:19 +00:00
Andy Heninger
71bf003171
ICU-5696 Unicode 5.1 Update
...
X-SVN-Rev: 23761
2008-04-04 22:47:43 +00:00
George Rhoten
ba02cd8038
ICU-6188 Improve error handling for ucol_getSortKey when memory allocation fails.
...
X-SVN-Rev: 23464
2008-02-19 20:10:55 +00:00
George Rhoten
2b59c659e8
ICU-6076 Make it easier to test small allocation failures.
...
X-SVN-Rev: 23461
2008-02-19 08:08:10 +00:00
George Rhoten
24e86c8cab
ICU-6076 Make it easier to test small allocation failures.
...
X-SVN-Rev: 23459
2008-02-19 07:09:38 +00:00
George Rhoten
97e1549ea0
ICU-6076 Make it easier to find valgrind errors by not leaking memory.
...
X-SVN-Rev: 23452
2008-02-17 19:32:34 +00:00
George Rhoten
512e3f34da
ICU-6076 Prevent crashes while testing memory failures.
...
X-SVN-Rev: 23445
2008-02-16 12:30:55 +00:00
George Rhoten
2bc412e598
ICU-6076 Use window failure testing instead of max size testing. This allows you to skip some hash table failures. Hash tables grow by powers of 2.
...
X-SVN-Rev: 23409
2008-02-10 20:17:14 +00:00
George Rhoten
9ad6ca1462
ICU-6132 Verify UnicodeSet bogus state is handled without crashing
...
X-SVN-Rev: 23393
2008-02-08 03:39:40 +00:00
George Rhoten
82b85fb45c
ICU-6118 Remove the @internal functions ucol_collatorToIdentifier, ucol_openFromIdentifier, ucol_identifierToShortString and ucol_shortStringToIdentifier (not used by original customer and their data is out of date).
...
Remove some references to unused internal header references.
Make some functions library private.
X-SVN-Rev: 23177
2008-01-05 01:27:56 +00:00
George Rhoten
f53704dfc4
ICU-6004 Remove tabs from source code for easier code review.
...
X-SVN-Rev: 23129
2007-12-26 18:50:17 +00:00
Michael Ow
326689f2cb
ICU-6101 Fix Lenient UTF8 issue and add test for new supplemental character checking code.
...
X-SVN-Rev: 23122
2007-12-21 00:08:12 +00:00
George Rhoten
04871ef43f
ICU-5955 valgrind's massif tool (heap profiler) shows this test using a lot of unnecesary heap.
...
Decrease amount of heap used, and allow future supplementary characters to be tested too.
X-SVN-Rev: 23091
2007-12-15 10:01:09 +00:00
George Rhoten
2659a41917
ICU-6076 Add -m test option for easier memory failure testing.
...
The number of allocations can now be determined so that people can be
notified of a memory leak sooner than later in a development cycle.
Only C based test frameworks are affected.
Some test fixes for when the memory is limited to 100K per allocation are also
added.
X-SVN-Rev: 23042
2007-12-07 10:49:34 +00:00
George Rhoten
6fac6db1b4
ICU-5913 timebomb isn't needed
...
X-SVN-Rev: 22995
2007-11-30 20:24:58 +00:00
George Rhoten
b375764ea9
ICU-5913 Fix C++ comment in C code and fix timebomb
...
X-SVN-Rev: 22993
2007-11-30 20:02:21 +00:00
Claire Ho
c6dab684b7
ICU-5913 FCD broken in vi/ro sorts.
...
X-SVN-Rev: 22988
2007-11-30 04:29:20 +00:00
Eric Mader
b4afc1aece
ICU-6004 remove C++ comments.
...
X-SVN-Rev: 22943
2007-11-16 01:25:00 +00:00
Andrew J Macheret
b936324dea
ICU-6004 Tiny fix - Added end-lines to error messages
...
X-SVN-Rev: 22941
2007-11-15 23:19:14 +00:00
Andrew J Macheret
ec863e6f4e
ICU-6004 Added a test in cmsccoll.c
...
X-SVN-Rev: 22940
2007-11-15 23:09:40 +00:00
Claire Ho
13ec3d524f
ICU-5913 Need to add the rules somewhere else. Withdraw the previous changes first.
...
X-SVN-Rev: 22886
2007-11-06 02:28:36 +00:00
Claire Ho
88f2f061d7
ICU-5913 fixed bug in discontinuous contractions.
...
X-SVN-Rev: 22876
2007-10-31 05:32:26 +00:00
George Rhoten
625c68b62d
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22055
2007-07-19 06:01:57 +00:00
George Rhoten
211578fa68
ICU-5445 Fix some compiler warnings.
...
X-SVN-Rev: 22043
2007-07-19 00:19:21 +00:00
George Rhoten
8991008eb9
ICU-5410 Improve code coverage.
...
X-SVN-Rev: 21721
2007-06-13 19:03:09 +00:00
George Rhoten
202e0f66a7
ICU-5445 Fix some compiler warnings
...
X-SVN-Rev: 20809
2006-12-19 06:06:30 +00:00
George Rhoten
2a125c001c
ICU-5426 Reduce size of unused allocated memory.
...
X-SVN-Rev: 20523
2006-10-11 08:31:55 +00:00
George Rhoten
40c34e49af
ICU-5426 Reduce running VM size by making more data const.
...
X-SVN-Rev: 20467
2006-10-01 07:12:18 +00:00
George Rhoten
87de76da1e
ICU-5426 Declare some data static const.
...
X-SVN-Rev: 20426
2006-09-28 08:41:37 +00:00
Vladimir Weinstein
3c78c1dea4
ICU-5367 fix handling of implicit expansions on indirect resets (regression test)
...
X-SVN-Rev: 20254
2006-09-07 20:12:11 +00:00
Vladimir Weinstein
fe2ddf269b
ICU-5232 Regression test for partial sortkey Thai failure
...
X-SVN-Rev: 20135
2006-08-22 17:51:36 +00:00
George Rhoten
4397926a33
ICU-4707 Fix some compiler warnings.
...
X-SVN-Rev: 19885
2006-07-25 02:52:22 +00:00
Vladimir Weinstein
5d24ef7fdd
ICU-5223 fix primary strength sortkey termination bug
...
X-SVN-Rev: 19794
2006-07-06 06:30:06 +00:00
Vladimir Weinstein
1b2e91e2ac
ICU-5231 Update UCA 5.0 CE values
...
X-SVN-Rev: 19731
2006-06-16 05:48:37 +00:00
Vladimir Weinstein
4ee9d29ce1
ICU-4960 test for case level fixes.
...
X-SVN-Rev: 19038
2006-01-28 08:25:52 +00:00
George Rhoten
f3ab40474e
ICU-4821 Fix compiler warning from previous checkin.
...
X-SVN-Rev: 18582
2005-09-26 06:22:39 +00:00
Vladimir Weinstein
87aa8e42bb
ICU-4821 fix upper first behavior for normal sort key generation - regression test
...
X-SVN-Rev: 18542
2005-09-17 06:26:58 +00:00
Eric Mader
1eb56df46b
ICU-4600 Fix errors running cintltest w/o ICU data.
...
X-SVN-Rev: 18067
2005-06-27 22:30:32 +00:00
Vladimir Weinstein
e8b9a1e903
ICU-4350 Update cintltst with UCA 4.1 changes
...
X-SVN-Rev: 17623
2005-05-19 06:45:10 +00:00
Vladimir Weinstein
71361c1354
ICU-4434 Test for Yamakkan fix.
...
X-SVN-Rev: 17323
2005-03-10 22:40:45 +00:00
Vladimir Weinstein
d7b0c07adf
ICU-4434 Test for Yamakkan fix.
...
X-SVN-Rev: 17322
2005-03-10 22:21:16 +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
Eric Mader
1471376ec8
ICU-4302 changes from ICU 3.2 "no data" test.
...
X-SVN-Rev: 16958
2004-12-16 02:54:23 +00:00
George Rhoten
2f7b1cd736
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 16930
2004-12-08 23:02:08 +00:00
Andy Heninger
665e553354
ICU-4161 remove tabs from source code
...
X-SVN-Rev: 16829
2004-11-11 23:34:58 +00:00
Vladimir Weinstein
be0a14c3d7
ICU-3938 valid sub locales - fix tests
...
X-SVN-Rev: 16788
2004-11-05 23:14:58 +00:00
George Rhoten
017c34c872
ICU-3837 Add UCONFIG_NO_SERVICE
...
X-SVN-Rev: 16036
2004-07-18 02:02:06 +00:00
Vladimir Weinstein
57c951da6c
ICU-3500 fix some compiler warnings
...
X-SVN-Rev: 15692
2004-06-03 22:08:39 +00:00
Steven R. Loomis
2ad377ab12
ICU-2487 test for ucol_getKeywordValues with incoming warning
...
X-SVN-Rev: 15527
2004-05-25 05:43:23 +00:00
Vladimir Weinstein
7dab9028c4
ICU-3729 Uncomment some tests, fix compiler warnings
...
X-SVN-Rev: 15514
2004-05-24 22:17:31 +00:00
Vladimir Weinstein
99200b1bf5
ICU-3729 More tests for pinyin rules
...
X-SVN-Rev: 15509
2004-05-24 22:07:40 +00:00
Vladimir Weinstein
854360738c
ICU-3699 More problems with the wrong test. Needed \\u instead of \u
...
X-SVN-Rev: 15392
2004-05-19 00:31:51 +00:00
Vladimir Weinstein
e9f15b4995
ICU-3699 Wrong test commited. fixed.
...
X-SVN-Rev: 15345
2004-05-17 22:06:14 +00:00
Vladimir Weinstein
cae8e956b8
ICU-3699 removed obsolete test. We already have a new test in place for Chinese ordering.
...
X-SVN-Rev: 15308
2004-05-14 07:10:56 +00:00
Vladimir Weinstein
e37c56616b
ICU-3729 some fixes to [before]. Not complete.
...
X-SVN-Rev: 15209
2004-05-08 07:59:36 +00:00
Alan Liu
a873c1261d
ICU-3549 add keyword param to getFunctionalEquivalent
...
X-SVN-Rev: 15123
2004-05-03 18:15:13 +00:00
Alan Liu
13533a4657
ICU-3549 add TestSeparateTrees
...
X-SVN-Rev: 15080
2004-04-28 05:31:19 +00:00
Alan Liu
b84b8a15a9
ICU-3517 fix compiler warnings
...
X-SVN-Rev: 14585
2004-02-25 18:48:57 +00:00
Vladimir Weinstein
eb36cca353
ICU-3567 Test for CODAN bug fixes
...
X-SVN-Rev: 14496
2004-02-12 08:32:34 +00:00
Vladimir Weinstein
e875eeb67a
ICU-3515 Fix bad test
...
X-SVN-Rev: 14422
2004-01-27 23:14:06 +00:00