summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/TestCommandScript.py
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/functionalities/command_script/TestCommandScript.py
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/functionalities/command_script/TestCommandScript.py')
-rw-r--r--lldb/test/functionalities/command_script/TestCommandScript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_script/TestCommandScript.py b/lldb/test/functionalities/command_script/TestCommandScript.py
index f28807d35c0..db29c6da3cf 100644
--- a/lldb/test/functionalities/command_script/TestCommandScript.py
+++ b/lldb/test/functionalities/command_script/TestCommandScript.py
@@ -18,7 +18,7 @@ class CmdPythonTestCase(TestBase):
self.pycmd_tests ()
@dwarf_test
- @skipOnLinux # causes buildbot failures, skip until we can investigate it
+ @skipIfLinux # causes buildbot failures, skip until we can investigate it
def test_with_dwarf (self):
self.buildDwarf ()
self.pycmd_tests ()
OpenPOWER on IntegriCloud