Skip to content

Commit

Permalink
[lldb] XFAIL TestStoppedInStaticMemberFunction on Windows
Browse files Browse the repository at this point in the history
It seems we can't find the symbols of static members on Windows? The bug is not
 relevant to what this test is actually testing so let's just XFAIL it.
  • Loading branch information
Teemperor committed Apr 22, 2021
1 parent 82d34fe commit d2223c7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ class TestCase(TestBase):

mydir = TestBase.compute_mydir(__file__)

# On Windows we can lookup the declarations of static members but finding
# up the underlying symbols doesn't work yet.
@expectedFailureAll(oslist=["windows"])
@no_debug_info_test
def test(self):
self.build()
Expand Down

0 comments on commit d2223c7

Please sign in to comment.