[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
authorStella Stamenova <stilis@microsoft.com>
Wed, 19 Dec 2018 19:10:25 +0000 (19:10 +0000)
committerStella Stamenova <stilis@microsoft.com>
Wed, 19 Dec 2018 19:10:25 +0000 (19:10 +0000)
commit0ab990345a7e8314cd4819363a40e52a83d53ac5
treea8951d5d8c24ce30754fd9e659ff06882279fd55
parent62fcfc5adb99bebdb90a397fc2dfc8652dd0de6f
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)

This is a set of tests that were all marked as failing becuse of pr21765. The bug is not fixed (as in more of the tests that were marked this way are failing), but this set is 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: 349668
12 files changed:
lldb/packages/Python/lldbsuite/test/expression_command/char/TestExprsChar.py
lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/TestAllowJIT.py
lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestNestedPersistentTypes.py
lldb/packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py
lldb/packages/Python/lldbsuite/test/expression_command/pr35310/TestExprsBug35310.py
lldb/packages/Python/lldbsuite/test/expression_command/radar_9531204/TestPrintfAfterUp.py
lldb/packages/Python/lldbsuite/test/expression_command/radar_9673664/TestExprHelpExamples.py
lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py
lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py
lldb/packages/Python/lldbsuite/test/lang/cpp/chained-calls/TestCppChainedCalls.py
lldb/packages/Python/lldbsuite/test/lang/cpp/global_operators/TestCppGlobalOperators.py
lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py