[lldb] Remove Windows X-fail for TestCPPAuto and TestStepTarget
authorRaphael Isemann <teemperor@gmail.com>
Wed, 19 Feb 2020 14:03:40 +0000 (15:03 +0100)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 19 Feb 2020 14:05:36 +0000 (15:05 +0100)
commit1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1
treedc470625be889a1ae9237eb752ffcd8d82c23e33
parenta9122758641fc2843b38ad43368c1f5833817c39
[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.
lldb/test/API/lang/c/step-target/TestStepTarget.py
lldb/test/API/lang/cpp/auto/TestCPPAuto.py