[all-commits] [llvm/llvm-project] 8b656b: [lldb] Re-eanble and rewrite TestCPPStaticMembers
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue May 25 02:53:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b656b88462f51396c8c4772e0012549f76f204f
https://github.com/llvm/llvm-project/commit/8b656b88462f51396c8c4772e0012549f76f204f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py
M lldb/test/API/lang/cpp/static_members/main.cpp
Log Message:
-----------
[lldb] Re-eanble and rewrite TestCPPStaticMembers
It's not clear why the whole test got disabled, but the linked bug report
has since been fixed and the only part of it that still fails is the test
for the too permissive lookup. This re-enables the test, rewrites it to use
the modern test functions we have and splits the failing part into its
own test that we can skip without disabling the rest.
More information about the All-commits
mailing list