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

[SR-7589] Test Case 'TestNumberFormatter.test_currencyPluralMinimumIntegerDigits' crashed on Ubuntu 14.04 #3709

Closed
shahmishal opened this issue May 3, 2018 · 8 comments

Comments

@shahmishal
Copy link
Member

Previous ID SR-7589
Radar None
Original Reporter @shahmishal
Type Bug
Status Resolved
Resolution Done

Attachment: Download

Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug
Assignee None
Priority Medium

Watchers: @shahmishal

md5: 13a2fa6074b61c7c519bdb03bbe2303a

Issue Description:

Branch: master

Job: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/4024/console

Test Case 'TestNumberFormatter.test_currencyPluralMinimumIntegerDigits' started at 2018-05-02 13:20:50.410
 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script-impl: line 262: 32177 Illegal instruction (core dumped) "$@"
 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script: fatal error: command terminated with a non-zero exit status 132, aborting
 /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swift/utils/build-script: fatal error: command terminated with a non-zero exit status 1, aborting
[Thread debugging using libthread_db enabled]
 Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
 Core was generated by `/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/b'.
 Program terminated with signal SIGILL, Illegal instruction.
 #​0 0x00007efe1795fc85 in $S10Foundation15NumberFormatterC03_cfC033_1BC0B44B1C0E13F0CDB35A6621533205LLSo08CFNumberC3Refavg ()
 from /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/buildbot_incremental/foundation-linux-x86_64/Foundation/libFoundation.so
@gottesmm
Copy link
Member

gottesmm commented May 4, 2018

Arnold thinks it is this: c8c16eb

@shahmishal
Copy link
Member Author

Changes

  • Commit d95c001ad2de00a58c389f5e307806f1601a3553 by dmbryson:
    Add fast path lookupRuleResult query
    • edit: lib/Core/SQLiteBuildDB.cpp
  • Commit c8c16eb by si:
    SR-7481: NumberFormatter inconsistency on Linux

    • edit: Foundation/NumberFormatter.swift

    • edit: TestFoundation/TestNumberFormatter.swift

  • Commit 3fef3a8 by si:
    NumberFormatter: More fixes for numberStyles

    • edit: TestFoundation/TestNumberFormatter.swift

    • edit: Foundation/NumberFormatter.swift

@spevans
Copy link
Collaborator

spevans commented May 4, 2018

Im guessing that the issue is that the ICU on 14.04 is someway involved, it has caused other issues. This PR will disable the test for now:

#1537

I did try building swift on 14.04 but I had other issues with getting it to work so am not able to isolate the specific line in the test that is at fault.

Other tests are commented out due to issues with ICU so I think this is a reasonable workaround for now.

@parkera
Copy link
Member

parkera commented May 4, 2018

We should add 14.04 to the PR CI.

https://bugs.swift.org/browse/SR-7603

@gottesmm
Copy link
Member

gottesmm commented May 4, 2018

@parkera +1!

@spevans
Copy link
Collaborator

spevans commented Nov 14, 2018

This was fixed by SR-8876 and the tests are re-enabled in #1748

@spevans
Copy link
Collaborator

spevans commented Nov 30, 2018

This test was reenabled in 248fc2e

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants