[all-commits] [llvm/llvm-project] 58027f: [lldb] Require wide char support in unicode test (...

David Peixotto via All-commits all-commits at lists.llvm.org
Wed Mar 19 08:18:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58027fa989391451d7eaa21fe24c135bcad52e79
      https://github.com/llvm/llvm-project/commit/58027fa989391451d7eaa21fe24c135bcad52e79
  Author: David Peixotto <peix at meta.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M lldb/test/API/iohandler/unicode/TestUnicode.py

  Log Message:
  -----------
  [lldb] Require wide char support in unicode test (#131951)

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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list