summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2023-06-29 14:54:17 +0100
committerVictor Chang <vichang@google.com>2024-04-19 12:16:38 +0100
commit1215de969174828132d2dd234d180616c6aec21c (patch)
tree08936512f6ecbcbe60f51bc0bc622a026585238c
parent47b15a8d6713e9cf0bd090949280bb814c9406a0 (diff)
downloadicu-1215de969174828132d2dd234d180616c6aec21c.tar.gz
Android patch: Skip cintltst.tsutil.cloctst.TestISOFunction
Bug: 289028952 Test: atest CtsIcu4cTestCases Change-Id: I9597aace711a5626249550cef71fa896605a2e80
-rw-r--r--icu4c/source/test/cintltst/cloctst.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c
index 5166547bd..26184b111 100644
--- a/icu4c/source/test/cintltst/cloctst.c
+++ b/icu4c/source/test/cintltst/cloctst.c
@@ -1399,6 +1399,11 @@ static void TestIllegalArgumentWhenNoDataWithNoSubstitute(void)
/* test for uloc_getISOLanguages, uloc_getISOCountries */
static void TestISOFunctions(void)
{
+ // Android-changed: Skip this test on Android because we allow extra languages added on devices.
+ if (true) {
+ return;
+ }
+
const char* const* str=uloc_getISOLanguages();
const char* const* str1=uloc_getISOCountries();
const char* test;