Skip to content

Commit 72207b1

Browse files
committed
[LLDB][MIPS] Skip invalid size watchpoint testcase for MIPS
Reviewers: jaydeep. Subscribers: lldb-commits. Differential Revision: http://reviews.llvm.org/D13335 llvm-svn: 249299
1 parent fdfc010 commit 72207b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_watch_address(self):
8787

8888
@python_api_test
8989
@expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported
90+
@skipIf(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # No size constraint on MIPS for watches
9091
def test_watch_address_with_invalid_watch_size(self):
9192
"""Exercise SBTarget.WatchAddress() API but pass an invalid watch_size."""
9293
self.build()

0 commit comments

Comments
 (0)