Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes broken test behaviors on old and new ICUs #75

Merged
merged 1 commit into from
May 8, 2020

Commits on May 8, 2020

  1. Fixes broken test behaviors on old and new ICUs

    With the following changes, we should be well positioned to tackle
    ICU 67.1
    
    - ICU4C correctly implements language fallbacks starting version 67.1,
      added two flavors of the same test, one for ICU versions 67 and
      onwards, and another for older versions.  Feature:
      `icu_version_67_plus`.  This happens in issue google#59.
    - ICU4C version 63 has wrong result for a certain test, possibly due to
      the CLDR version on my machine, so test failed.  Turned that test off
      for versions less than 64.  This happens on my machine only, when the
      system ICU is used.
    filmil committed May 8, 2020
    Configuration menu
    Copy the full SHA
    4b8cf84 View commit details
    Browse the repository at this point in the history