[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
authorStella Stamenova <stilis@microsoft.com>
Thu, 20 Dec 2018 01:25:35 +0000 (01:25 +0000)
committerStella Stamenova <stilis@microsoft.com>
Thu, 20 Dec 2018 01:25:35 +0000 (01:25 +0000)
commit92c129636115d1ab50ae4a2860b4450d04e3a09d
tree78c7e3f52953f6bbd67c4e4da00af1589dc33420
parent8cb186ce17b9c263f079ad9043eec598dbcf31c7
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)

This is a set of tests that were all marked as failing becuse of several different bugs. A couple of the bugs are now resolved as fixed since all the tests that were failing associated with the bug are now passing. It is possible that some of them are false positives, but there's a large number of unexpectedly passing tests on Windows, so I am doing a bulk un-xfail to get the buildbot to green.

llvm-svn: 349713
14 files changed:
lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
lldb/packages/Python/lldbsuite/test/expression_command/unwind_expression/TestUnwindExpression.py
lldb/packages/Python/lldbsuite/test/functionalities/conditional_break/TestConditionalBreak.py
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py
lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py
lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py
lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/crash_during_step/TestCrashDuringStep.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py
lldb/packages/Python/lldbsuite/test/lang/c/anonymous/TestAnonymous.py
lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/TestSharedLib.py