summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2023-07-04 21:56:41 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-07-04 21:56:41 +0000
commitc742be72bc6c7c6f22e3a82b2d64c2da4c5252cc (patch)
treeaf585fdbf1b7c305b20760a7bf44a538a26ddcdc
parent47426506d66d85f743f8e7be485082e811fbf0ef (diff)
parent271a850fa6a9ff76b1568a2ffc62f2079c8b92cc (diff)
downloadicu-c742be72bc6c7c6f22e3a82b2d64c2da4c5252cc.tar.gz
Add logs why TestISOFunctions is skipped am: 271a850fa6
Original change: https://android-review.googlesource.com/c/platform/external/icu/+/2646921 Change-Id: I5ac1dca3a4bac0a99c2e1f2f445fa3c99e60802c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--icu4c/source/test/cintltst/cloctst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c
index a822d87b4..718161390 100644
--- a/icu4c/source/test/cintltst/cloctst.c
+++ b/icu4c/source/test/cintltst/cloctst.c
@@ -1323,6 +1323,7 @@ static void TestISOFunctions()
{
// Android-changed: Skip this test on Android because we allow extra languages added on devices.
if (true) {
+ log_verbose("TestISOFunctions: Skip this test because Android allows extra languages.");
return;
}