mohit.bhakkad created this revision.
mohit.bhakkad added a reviewer: jaydeep.
mohit.bhakkad added a subscriber: lldb-commits.
mohit.bhakkad set the repository for this revision to rL LLVM.
There is no hard constraint on MIPS hardware watches, so skipping this test.
Repository:
rL LLVM
http://reviews.llvm.org/D13335
Files:
test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
Index: test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
===================================================================
--- test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
+++ test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
@@ -87,6 +87,7 @@
@python_api_test
@expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not
supported
+ @skipIf(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # No size
constraint on MIPS for watches
def test_watch_address_with_invalid_watch_size(self):
"""Exercise SBTarget.WatchAddress() API but pass an invalid
watch_size."""
self.build()
Index: test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
===================================================================
--- test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
+++ test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
@@ -87,6 +87,7 @@
@python_api_test
@expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported
+ @skipIf(archs=['mips', 'mipsel', 'mips64', 'mips64el']) # No size constraint on MIPS for watches
def test_watch_address_with_invalid_watch_size(self):
"""Exercise SBTarget.WatchAddress() API but pass an invalid watch_size."""
self.build()
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits