| commit | d4b6c35eeba661f721d0204d4a2c581913fc38b7 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Dec 06 11:26:02 2021 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Mon Dec 06 14:33:44 2021 +0100 |
| tree | f9f369c69457bff425ca961dc6872a21decb1a81 | |
| parent | 0a710c5c4475b593428c6d90e791ef2ccc880062 [diff] |
tdf#145892 disable failing assert in additional icu khmer patch Change-Id: I8507c101544fcdcdc6e75c853c44e04e97a96d91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126411 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/external/icu/icu4c-khmerbreakengine.patch.1 b/external/icu/icu4c-khmerbreakengine.patch.1 index 719fdd8..78cce14 100644 --- a/external/icu/icu4c-khmerbreakengine.patch.1 +++ b/external/icu/icu4c-khmerbreakengine.patch.1
@@ -560,7 +560,7 @@ diff -ur icu.org/source/common/dictbe.cpp icu/source/common/dictbe.cpp + t_boundary.addElement(i, status); + numBreaks++; } + U_ASSERT(prev.elementAti(t_boundary.elementAti(numBreaks - 1)) == 0); + // U_ASSERT(prev.elementAti(t_boundary.elementAti(numBreaks - 1)) == 0); + } - // Look ahead for possible suffixes if a dictionary word does not follow.