[all-commits] [llvm/llvm-project] 5c28d4: [lldb][NFC] Remove wrong tests in TestCallOverridd...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Oct 18 12:17:38 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c28d49314c7bb84f08c9db3acd5ff64e1c4bc2d
https://github.com/llvm/llvm-project/commit/5c28d49314c7bb84f08c9db3acd5ff64e1c4bc2d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-10-18 (Fri, 18 Oct 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py
Log Message:
-----------
[lldb][NFC] Remove wrong tests in TestCallOverriddenMethod
We call these tests in the second test function where they are
x-failed on Windows. I forgot to remove the tests from the first
test function (which is not x-failed on Windows) when extracting these
calls into their own test function, so the test is still failing on Windows.
llvm-svn: 375271
More information about the All-commits
mailing list