[all-commits] [llvm/llvm-project] 554f79: [lldb][test] TestDataFormatterCpp.py: add test-cas...

Michael Buch via All-commits all-commits at lists.llvm.org
Tue Mar 7 06:18:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 554f79e050cb240d00e239ee4ca8d6aefdfa737d
      https://github.com/llvm/llvm-project/commit/554f79e050cb240d00e239ee4ca8d6aefdfa737d
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-03-07 (Tue, 07 Mar 2023)

  Changed paths:
    M lldb/test/API/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
    M lldb/test/API/functionalities/data-formatter/data-formatter-cpp/main.cpp

  Log Message:
  -----------
  [lldb][test] TestDataFormatterCpp.py: add test-case for member function pointer format

This patch adds a test for formatting of member function pointers.
This was split from https://reviews.llvm.org/D145242, which caused
this test case to fail on Windows buildbots.

I split this out in order to make sure that this indeed works on Windows
without the D145242 patch.

Differential Revision: https://reviews.llvm.org/D145487




More information about the All-commits mailing list