-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Locale] StubIntlDateFormatterTest::testParseErrorStub #6387
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
Comments
@hason @eriksencosta Ok, now it's clear: datasets #4 an #5 are incompatible with this commit: 0d442c7 I think that we should change FullTransformer::getReverseMatchingRegExp to make slash and dash interchangeable only for ICU 4.8. What do you think? Let me know. |
@fabpot, @hason or @eriksencosta can you tell to me what do you think about that? |
@mmenozzi as of today, the class does not exist but the method has been moved to an abstract class called Also why your system is different? what is different in your system? This is very rare. |
Hi @cordoval, thank you for your response. I have just cloned the Locale component from master. All tests are skipped but green. The test (StubIntlDateFormatterTest::testParseErrorStub) which I was talking about a year ago doesn't exists anymore. What do you mean when you say that my system is different? Consider that the CI build of Symfony runs on a debian based linux with ICU 4.8 so it's always possible to have regressions due to system dependencies. Let me know. |
Closing this old ticket as the intl sub-system has been totally changed recently. Feel free to reopen if this issue still exists. |
Hi,
the test StubIntlDateFormatterTest::testParseErrorStub doesn't pass on my machine.
I've intl extension loaded and my ICU version is 4.6. All other tests of Locale component pass.
Do you know what I'm missing?
The text was updated successfully, but these errors were encountered: