From 8b980000b14d243446f89be01410a77e300ea9b3 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 20 Sep 2016 22:49:50 +0000 Subject: [PATCH] ICU-12663 disable TestLongUpper() unless in exhaustive mode, because it takes a long time X-SVN-Rev: 39301 --- icu4c/source/test/intltest/strcase.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icu4c/source/test/intltest/strcase.cpp b/icu4c/source/test/intltest/strcase.cpp index ddf7ff06c1..838c6a931a 100644 --- a/icu4c/source/test/intltest/strcase.cpp +++ b/icu4c/source/test/intltest/strcase.cpp @@ -692,6 +692,10 @@ StringCaseTest::TestGreekUpper() { void StringCaseTest::TestLongUpper() { + if (quick) { + logln("not exhaustive mode: skipping this test"); + return; + } // Ticket #12663, crash with an extremely long string where // U+0390 maps to 0399 0308 0301 so that the result is three times as long // and overflows an int32_t.