Skip to content

Commit d4002b4

Browse files
committed
[lldb] Skip Expression NonZeroFrame test on Windows
It is failing on our Windows on Arm bot: https://lab.llvm.org/buildbot/#/builders/141/builds/7605 Will investigate later.
1 parent 7d4ea77 commit d4002b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/commands/expression/expr-from-non-zero-frame/TestExprFromNonZeroFrame.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
class ExprFromNonZeroFrame(TestBase):
88
NO_DEBUG_INFO_TESTCASE = True
99

10+
# Expression fails to evaluate on Windows, for unknown reasons.
11+
@skipIfWindows
1012
def test(self):
1113
"""
1214
Tests that we can use SBFrame::EvaluateExpression on a frame

0 commit comments

Comments
 (0)