[all-commits] [llvm/llvm-project] ea2af7: [lldb] Refactored TestCallOverriddenMethod.py to g...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Feb 10 00:41:04 PST 2020


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

  Changed paths:
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/Makefile
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/TestCallOverriddenMethod.py
    R lldb/packages/Python/lldbsuite/test/lang/cpp/overriden-methods/main.cpp
    A lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/Makefile
    A lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/TestCppVirtualFunctions.py
    A lldb/packages/Python/lldbsuite/test/lang/cpp/virtual-functions/main.cpp

  Log Message:
  -----------
  [lldb] Refactored TestCallOverriddenMethod.py to general virtual function test

This actually tests all the different situations in which we can call virtual
functions. This removes also all skipIfs as the first skipIf for Linux is
apparently fixed and the second skipIf was just failing due to the constructor
call (which should be its own test and not be tested here).




More information about the All-commits mailing list