We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5462890 commit 22cfc8eCopy full SHA for 22cfc8e
lldb/test/API/terminal/TestEditline.py
@@ -48,6 +48,7 @@ def test_left_right_arrow(self):
48
@skipIfAsan
49
@skipIfEditlineSupportMissing
50
@skipIfEditlineWideCharSupportMissing
51
+ @skipIf(oslist=["linux"])
52
def test_prompt_unicode(self):
53
"""Test that we can use Unicode in the LLDB prompt."""
54
self.launch(use_colors=True, encoding="utf-8")
0 commit comments