Skip to content

Commit 1b2324c

Browse files
committed
[lldb] Require wide char support in unicode test
The unicode test sends some unicode input to lldb through pexpect and expects the output to be echoed back in an error message. This only works correctly when editline was compiled with wide character support. This commit modifies the test to require the necessary libedit configuration.
1 parent 2e39533 commit 1b2324c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/iohandler/unicode/TestUnicode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class TestCase(PExpectTest):
1616
# under ASAN on a loaded machine..
1717
@skipIfAsan
1818
@skipIf(oslist=["linux"], archs=["arm", "aarch64"]) # Randomly fails on buildbot
19+
@skipIfEditlineWideCharSupportMissing
1920
def test_unicode_input(self):
2021
self.launch()
2122

0 commit comments

Comments
 (0)