Skip to content

Commit 7ec32da

Browse files
committed
[lldb] Enable test for getelementptr const args for Windows
The test actually passes fine on Windows, since it doesn't use any static members. Follow-up to https://reviews.llvm.org/D113498
1 parent c4f67ea commit 7ec32da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/lang/cpp/static_members/TestCPPStaticMembers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ def test_no_crash_in_IR_arithmetic(self):
7272
value = self.target().EvaluateExpression(expr)
7373
self.assertSuccess(value.GetError())
7474

75-
# We fail to lookup static members on Windows.
76-
@expectedFailureAll(oslist=["windows"])
7775
def test_IR_interpreter_can_handle_getelementptr_constants_args(self):
7876
self.build()
7977
lldbutil.run_to_source_breakpoint(self, "// stop in main", lldb.SBFileSpec("main.cpp"))

0 commit comments

Comments
 (0)