Skip to content

[lldb][llvm-lit] Enable internal shell for lldb test suite #102698

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

Open
connieyzhu opened this issue Aug 9, 2024 · 1 comment
Open

[lldb][llvm-lit] Enable internal shell for lldb test suite #102698

connieyzhu opened this issue Aug 9, 2024 · 1 comment

Comments

@connieyzhu
Copy link
Contributor

connieyzhu commented Aug 9, 2024

Testing in lit is currently inconsistent across different platforms, as many RUN line commands are written in a way that only works on POSIX-compliant shells. Lit has an internal shell implementation to ensure uniform execution of these commands that can be used regardless of platform. We should aim to turn on the internal shell for the lldb test suite to eliminate reliance on external shells.

The internal shell has missing capabilities that need to be addressed before doing so. Here is a list of the issues that block us from turning on the internal shell for lldb.

@llvmbot
Copy link
Member

llvmbot commented Aug 9, 2024

@llvm/issue-subscribers-lldb

Author: Connie (connieyzhu)

Testing in lit is currently inconsistent across different platforms, as many RUN line commands are written in a way that only works on POSIX-compliant shells. Lit has an internal shell implementation to ensure uniform execution of these commands that can be used regardless of platform. We should aim to turn on the internal shell for the `lldb` test suite to eliminate reliance on external shells.

The internal shell has missing capabilities that need to be addressed before doing so. Here is a list of the issues that block us from turning on the internal shell for lldb.

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

3 participants