Reenable some Android Globalization tests (#56147)
authorSteve Pfister <steveisok@users.noreply.github.com>
Fri, 23 Jul 2021 14:04:06 +0000 (10:04 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Jul 2021 14:04:06 +0000 (10:04 -0400)
commit4e47e8cfa22eb9c5be502d96aa7e5d7418dcff84
tree8ab188ddd4d5349efbeda1966675e98301223888
parentfdead971952b1433cb987043610f20446c964d42
Reenable some Android Globalization tests (#56147)

Android ICU seems to have slight behavioral differences with Turkish and Slovak cultures. This change skips the data items that do have difficulty.

Additionally, there are a few other tests that were failing because the test data should have been the same as what we use on desktop. Adjusted accordingly.

Fixes #36672
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.Compare.cs
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.IndexOf.cs
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.IsPrefix.cs
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.IsSuffix.cs
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.LastIndexOf.cs
src/libraries/System.Globalization/tests/CompareInfo/CompareInfoTests.cs
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoEnglishName.cs
src/libraries/System.Globalization/tests/CultureInfo/CultureInfoNativeName.cs
src/libraries/System.Globalization/tests/System/Globalization/RegionInfoTests.cs
src/libraries/System.Globalization/tests/System/Globalization/TextInfoTests.cs