diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:10:25 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:10:25 +0000 |
commit | 0ab990345a7e8314cd4819363a40e52a83d53ac5 (patch) | |
tree | a8951d5d8c24ce30754fd9e659ff06882279fd55 /lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods | |
parent | 62fcfc5adb99bebdb90a397fc2dfc8652dd0de6f (diff) | |
download | bcm5719-llvm-0ab990345a7e8314cd4819363a40e52a83d53ac5.tar.gz bcm5719-llvm-0ab990345a7e8314cd4819363a40e52a83d53ac5.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py index 404ef22a0b8..4b422674134 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/static_methods/TestCPPStaticMethods.py @@ -16,7 +16,6 @@ class CPPStaticMethodsTestCase(TestBase): TestBase.setUp(self) self.line = line_number('main.cpp', '// Break at this line') - @expectedFailureAll(oslist=["windows"]) def test_with_run_command(self): """Test that static methods are properly distinguished from regular methods""" self.build() |