[all-commits] [llvm/llvm-project] 1b2deb: [lldb] Remove Windows X-fail for TestCPPAuto and T...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Feb 19 06:05:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1
https://github.com/llvm/llvm-project/commit/1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
M lldb/test/API/lang/c/step-target/TestStepTarget.py
M lldb/test/API/lang/cpp/auto/TestCPPAuto.py
Log Message:
-----------
[lldb] Remove Windows X-fail for TestCPPAuto and TestStepTarget
TestCPPAuto was only failing on windows due to the std::string
copying (which was not related at all to 'auto' functionality).
TestStepTarget is now also passing but that seems more that we
now have by accident the right behavior in Windows. I'll remove
the x-fail just to make the bot green again.
More information about the All-commits
mailing list