Skip to content

Commit

Permalink
ICU-22954 disable StringCaseTest::TestCasing() on Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed Dec 23, 2024
1 parent b6f201a commit 2323612
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icu4c/source/test/intltest/strcase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ StringCaseTest::TestCasingImpl(const UnicodeString &input,

void
StringCaseTest::TestCasing() {
// Crashes on Cygwin since ICU-22954 PR #3295, see ICU-22999.
#if U_PLATFORM != U_PF_CYGWIN
UErrorCode status = U_ZERO_ERROR;
#if !UCONFIG_NO_BREAK_ITERATION
LocalUBreakIteratorPointer iter;
Expand Down Expand Up @@ -616,6 +618,7 @@ StringCaseTest::TestCasing() {
dataerrln("UnicodeString::toTitle(nullptr) failed.");
}
#endif
#endif
}

void
Expand Down

0 comments on commit 2323612

Please sign in to comment.