[all-commits] [llvm/llvm-project] d13c3e: [lldb][NFC] Add some more tests for edge cases LLD...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Jun 23 11:01:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d13c3e2f88c621d43b583e3040b127924bcebb3e
      https://github.com/llvm/llvm-project/commit/d13c3e2f88c621d43b583e3040b127924bcebb3e
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py

  Log Message:
  -----------
  [lldb][NFC] Add some more tests for edge cases LLDB's builtin formatters

OSType with less than 8 bytes has special code that isn't tested yet.
The same for C-strings that don't have `const char *` type. Also we're now testing
escaping the ASCII escape sequence (\033).




More information about the All-commits mailing list