[all-commits] [llvm/llvm-project] 42db8b: [lldb] Skip check for the lldb prompt in TestIOHan...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Mar 2 16:44:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42db8bfa20d956f06f4c19ddfa6f1688bd29f8d4
https://github.com/llvm/llvm-project/commit/42db8bfa20d956f06f4c19ddfa6f1688bd29f8d4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py
Log Message:
-----------
[lldb] Skip check for the lldb prompt in TestIOHandlerProcessSTDIO
The check for the prompt isn't essential for this test. The check fail
on the lldb-arm-ubuntu because of what appears to be a missing space
after the prompt. Rather than disabling the test, let's see if we can
get it to pass without it.
More information about the All-commits
mailing list