File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
lldb/test/API/python_api/watchpoint/watchlocation Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ def setUp(self):
21
21
# This is for verifying that watch location works.
22
22
self .violating_func = "do_bad_thing_with_location"
23
23
24
+ @skipIf (
25
+ oslist = ["windows" ],
26
+ archs = ["x86_64" ],
27
+ bugnumber = "github.com/llvm/llvm-project/issues/144777" ,
28
+ )
24
29
def test_watch_create_by_address (self ):
25
30
"""Exercise SBTarget.WatchpointCreateByAddress() API to set a watchpoint."""
26
31
self .build ()
@@ -88,6 +93,11 @@ def test_watch_create_by_address(self):
88
93
89
94
# This finishes our test.
90
95
96
+ @skipIf (
97
+ oslist = ["windows" ],
98
+ archs = ["x86_64" ],
99
+ bugnumber = "github.com/llvm/llvm-project/issues/144777" ,
100
+ )
91
101
def test_watch_address (self ):
92
102
"""Exercise SBTarget.WatchAddress() API to set a watchpoint.
93
103
Same as test_watch_create_by_address, but uses the simpler API.
You can’t perform that action at this time.
0 commit comments