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-1295] Investigate why SR-1109 wasn't caught in the LLDB test suite on Ubuntu #4409

Closed
trfiala mannequin opened this issue Apr 22, 2016 · 1 comment
Closed

[SR-1295] Investigate why SR-1109 wasn't caught in the LLDB test suite on Ubuntu #4409

trfiala mannequin opened this issue Apr 22, 2016 · 1 comment

Comments

@trfiala
Copy link
Mannequin

trfiala mannequin commented Apr 22, 2016

Previous ID SR-1295
Radar None
Original Reporter @trfiala
Type Task
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Task
Assignee @trfiala
Priority Medium

md5: 32f49a6bca5ecab6bbf08c5bc1793548

relates to:

  • SR-1109 Cannot run swift REPL in 2016-03-24-a on Ubuntu 15.10. Missing SwiftGlibc?

Issue Description:

SR-1109 showed up because the packaging integration tests were missing pexpect. However, LLDB's test suite on Ubuntu should have been trying to import Foundation or Glibc. Determine why those LLDB tests suite tests do not fail on Ubuntu while the end-to-end packaging tests do fail.

I suspect we'll find one of the following:

  • LLDB REPL tests doing 'import Foundation' are skipped if not Darwin.

  • LLDB REPL tests work in the lldb build tree on Ubuntu and only fail as a result of the packaging setup. This would generate another investigation.

@trfiala
Copy link
Mannequin Author

trfiala mannequin commented Sep 16, 2016

We tracked this down as being an issue where the lit test was incorrectly stating a requirement as "skip the test if the requirement isn't met" instead of "this mandatory test must be run, and if a requirement isn't there, this test will fail."

@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

0 participants