[all-commits] [llvm/llvm-project] e8e7cf: [lldb][NFC] Remove the CppVirtualMadness test
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 11 05:13:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8e7cf810c11697c99c8ed75f925c600c7df014f
https://github.com/llvm/llvm-project/commit/e8e7cf810c11697c99c8ed75f925c600c7df014f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
R lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/Makefile
R lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py
R lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/main.cpp
Log Message:
-----------
[lldb][NFC] Remove the CppVirtualMadness test
We now have a virtual-functions test and a multiple-inheritance test that
are testing the same functionality (and more) using the newer test functions which
we have in LLDB these days. These tests should also be less flaky and
less dependent on other unrelated LLDB functionality.
More information about the All-commits
mailing list