Skip to content

[4.2] disable test_currencyPluralMinimumIntegerDigits #2031

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

Merged
merged 1 commit into from
Mar 23, 2019
Merged

[4.2] disable test_currencyPluralMinimumIntegerDigits #2031

merged 1 commit into from
Mar 23, 2019

Conversation

weissi
Copy link
Contributor

@weissi weissi commented Mar 22, 2019

test_currencyPluralMinimumIntegerDigits does not and did never work on
Ubuntu 14.04. In Swift 5 it works because a newer ICU is vendored which
fixes the issue. But in Swift 4.2.x we don't vendor ICU so we can't get
this test to work on Ubuntu 14.04, hence removing as it's no worse than
Swift 4.2.3.

test_currencyPluralMinimumIntegerDigits does not and did never work on
Ubuntu 14.04. In Swift 5 it works because a newer ICU is vendored which
fixes the issue. But in Swift 4.2.x we don't vendor ICU so we can't get
this test to work on Ubuntu 14.04, hence removing as it's no worse than
Swift 4.2.3.
@weissi weissi changed the title disable test_currencyPluralMinimumIntegerDigits [4.2] disable test_currencyPluralMinimumIntegerDigits Mar 22, 2019
@weissi
Copy link
Contributor Author

weissi commented Mar 22, 2019

@swift-ci please test 4.2

@weissi weissi requested review from tkremenek and kevints March 22, 2019 18:19
@kevints
Copy link
Contributor

kevints commented Mar 22, 2019

Is there any way to make this conditional on the Ubuntu flavor in use? Maybe use ICU version as a proxy? It seems like we're likely to restore this regression without this test.

@weissi
Copy link
Contributor Author

weissi commented Mar 22, 2019

Is there any way to make this conditional on the Ubuntu flavor in use? Maybe use ICU version as a proxy? It seems like we're likely to restore this regression without this test.

Linux flavours and versions are not covered by the #if os(...) conditionals.

@weissi
Copy link
Contributor Author

weissi commented Mar 22, 2019

@swift-ci please test linux

@spevans
Copy link
Contributor

spevans commented Mar 22, 2019

@kevints Pre 5.0 a lot of tests were simply commented out because they failed on 14.04. Unfortunately the CI doesn't include 14.04 so these sort of failures are not picked up pre-merge.

@weissi weissi requested a review from shahmishal March 23, 2019 12:47
@tkremenek tkremenek merged commit 411651b into swiftlang:swift-4.2-branch Mar 23, 2019
@weissi weissi deleted the jw-disable-test_currencyPluralMinimumIntegerDigits branch March 23, 2019 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants