[all-commits] [llvm/llvm-project] 53eece: [lldb][NFC] Modernize test setup code in several l...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Wed Feb 19 06:08:04 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 53eece04bd15d9235b104e545d01184347e5f703
      https://github.com/llvm/llvm-project/commit/53eece04bd15d9235b104e545d01184347e5f703
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
    M lldb/test/API/lang/cpp/bool/TestCPPBool.py
    M lldb/test/API/lang/cpp/breakpoint_in_member_func_w_non_primitive_params/TestBreakpointInMemberFuncWNonPrimitiveParams.py
    M lldb/test/API/lang/cpp/call-function/TestCallCPPFunction.py
    M lldb/test/API/lang/cpp/chained-calls/TestCppChainedCalls.py
    M lldb/test/API/lang/cpp/char8_t/TestCxxChar8_t.py
    M lldb/test/API/lang/cpp/char8_t/main.cpp
    M lldb/test/API/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
    M lldb/test/API/lang/cpp/static_methods/TestCPPStaticMethods.py
    M lldb/test/API/lang/cpp/stl/TestSTL.py
    M lldb/test/API/lang/cpp/stl/TestStdCXXDisassembly.py
    M lldb/test/API/lang/cpp/unicode-literals/TestUnicodeLiterals.py
    M lldb/test/API/lang/cpp/unique-types/TestUniqueTypes.py
    M lldb/test/API/lang/cpp/unsigned_types/TestUnsignedTypes.py
    M lldb/test/API/lang/cpp/wchar_t/TestCxxWCharT.py
    M lldb/test/API/lang/cpp/wchar_t/main.cpp

  Log Message:
  -----------
  [lldb][NFC] Modernize test setup code in several lang/cpp tests

All these tests can just call lldbutil.run_to_source_breakpoint
instead of reimplementing it.




More information about the All-commits mailing list