summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/watchpoint
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-05-15 18:48:32 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-05-15 18:48:32 +0000
commite8bdd1f5c05fb617354bca8ce3c8bc933b00d350 (patch)
treef474c4656273c8dd864482fe70dbb4e660f18993 /lldb/test/python_api/watchpoint
parent5c42d8a87ca7e3744c42926092444994595a688e (diff)
downloadbcm5719-llvm-e8bdd1f5c05fb617354bca8ce3c8bc933b00d350.tar.gz
bcm5719-llvm-e8bdd1f5c05fb617354bca8ce3c8bc933b00d350.zip
Clean up linux test decorators and add links to known bugs
- s/skipOnLinux/skipIfLinux/ to match style of every other decorator - linkify bugizilla/PR numbers in comments No intended change in functionality. llvm-svn: 181913
Diffstat (limited to 'lldb/test/python_api/watchpoint')
-rw-r--r--lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py2
-rw-r--r--lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
index 454d7b81af1..cfd4e58fd85 100644
--- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
+++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
@@ -30,7 +30,7 @@ class SetWatchlocationAPITestCase(TestBase):
self.buildDsym()
self.do_set_watchlocation()
- @expectedFailureLinux # bugzilla 14416
+ @expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
def test_watch_location_with_dwarf(self):
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
index fd0a1aa4fcc..303128ae28f 100644
--- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
+++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
@@ -30,7 +30,7 @@ class TargetWatchAddressAPITestCase(TestBase):
self.buildDsym()
self.do_set_watchaddress()
- @expectedFailureLinux # bugzilla 14416
+ @expectedFailureLinux # llvm.org/pr14416
@python_api_test
@dwarf_test
def test_watch_address_with_dwarf(self):
OpenPOWER on IntegriCloud