We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccd8ad commit 17aaa2dCopy full SHA for 17aaa2d
icu4c/source/test/intltest/ustrtest.cpp
@@ -2375,7 +2375,7 @@ void UnicodeStringTest::TestUnicodeStringInsertAppendToSelf() {
2375
}
2376
2377
void UnicodeStringTest::TestLargeMemory() {
2378
-#if U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED
+#if (U_PLATFORM_IS_LINUX_BASED || U_PLATFORM_IS_DARWIN_BASED) && (UINTPTR_MAX == 0xFFFFFFFFFFFFFFFF)
2379
if(quick) { return; }
2380
IcuTestErrorCode status(*this, "TestLargeMemory");
2381
constexpr uint32_t len = 2147483643;
0 commit comments