[all-commits] [llvm/llvm-project] a3a952: [lldb] X-FAIL TestCPPStaticMembers on Windows
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue May 25 04:11:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3a95286a73fddc4027de930fac29728cd4259fc
https://github.com/llvm/llvm-project/commit/a3a95286a73fddc4027de930fac29728cd4259fc
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
Log Message:
-----------
[lldb] X-FAIL TestCPPStaticMembers on Windows
This was originally failed because of llvm.org/pr21765 which describes that
LLDB can't call a debugee's functions, but I removed the (unnecessary)
function call in the rewrite. It seems that the actual bug here is that we
can't lookup static members at all, so let's X-FAIL the test for the right
reason.
More information about the All-commits
mailing list