Skip to content

Commit 5ba239f

Browse files
committed
Remove expected-fail for Linux on TestStepOverWatchpoint.py
With my previous fix, this test now passes on Linux.
1 parent 4a43ee0 commit 5ba239f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/test/API/commands/watchpoints/step_over_watchpoint/TestStepOverWatchpoint.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ def test_step_over_read_watchpoint(self):
6161

6262
self.step_inst_for_watchpoint(1)
6363

64-
# Skip everywhere while modify watchpoints are sorted out.
65-
@expectedFailureAll(
66-
oslist=["freebsd", "linux"],
67-
archs=["aarch64", "arm"],
68-
bugnumber="llvm.org/pr26031",
69-
)
7064
@add_test_categories(["basic_process"])
7165
@expectedFailureAll(
7266
oslist=["ios", "watchos", "tvos", "bridgeos", "macosx"],

0 commit comments

Comments
 (0)