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-417] Case of printed UUIDs differs in a platform dependent way #43034

Closed
swift-ci opened this issue Dec 30, 2015 · 1 comment
Closed

[SR-417] Case of printed UUIDs differs in a platform dependent way #43034

swift-ci opened this issue Dec 30, 2015 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself

Comments

@swift-ci
Copy link
Collaborator

Previous ID SR-417
Radar None
Original Reporter emanuel (JIRA User)
Type Bug
Status Resolved
Resolution Done
Environment

Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 6387485dc2)
Target: x86_64-apple-macosx10.9

Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 8f30faa)
Target: x86_64-unknown-linux-gnu

Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, linux
Assignee emanuel (JIRA)
Priority Medium

md5: 738df3451cfde07a16e01adba894b467

blocks:

  • SR-216 Increase test coverage on Linux

Issue Description:

Basic.sil and any other SIL test that checks UUID strings for an exact match are sensitive to case matches.

One of the reasons this test fails on Linux is because libuuid on OS X is configured to unparse to uppercase by default whereas Ubuntu 14.04's libuuid is configured to unparse UUIDs to lower case.

@swift-ci
Copy link
Collaborator Author

Comment by Emanuel Zephir (JIRA)

Submitted pull request 819, which unblocks the test SIL/Parser/basic.sil on Linux.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
Projects
None yet
Development

No branches or pull requests

1 participant