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-13754] Failure in SwiftREPL/RedirectInput.test on Linux #4329

Closed
benrimmington opened this issue Oct 20, 2020 · 2 comments
Closed

[SR-13754] Failure in SwiftREPL/RedirectInput.test on Linux #4329

benrimmington opened this issue Oct 20, 2020 · 2 comments
Labels
bug Something isn't working LLDB for Swift

Comments

@benrimmington
Copy link

Previous ID SR-13754
Radar rdar://problem/70531607
Original Reporter @benrimmington
Type Bug
Status Resolved
Resolution Done

Attachment: Download

Environment

Ubuntu 16.04.6 LTS

Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift
Labels Bug
Assignee None
Priority Medium

md5: 3bcdb2e6857236b3f3e64a9991ccce83

Issue Description:

There was a failure in lldb-shell :: SwiftREPL/RedirectInput.test on Linux.

I can see the files in my working copy, but I can't find them on GitHub.

The llvm-project/lldb/test/Shell/SwiftREPL/RedirectInput.test file contains:

Foo.foo()
// CHECK: ${{R0}}: String = "A"

The llvm-project/lldb/test/Shell/SwiftREPL/Inputs/A.swift file contains:

public class Foo {
  public static func foo() -> String  {
    print("A")
    return "A"
  }
}

The expected REPL output is intermixed with the print("A") output:

$R0: String =A
 "A"

I've attached the relevant part of the consoleText file from Swift CI.

@typesanitizer
Copy link

@swift-ci create

@adrian-prantl
Copy link
Member

#2023

@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
Labels
bug Something isn't working LLDB for Swift
Projects
None yet
Development

No branches or pull requests

3 participants