Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up/_mozilla/mozilla/localeCompare.html is locale-dependent #25802
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test was marked as failing in #25678 because the CI machines run on the C locale, where the test expression results in 1, whereas on modern locales such as fr_FR.UTF-8 it returns -1 (as it does for most Firefox users etc). We should check if that's supposed to happen with upstream.