summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
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/expression_command
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/expression_command')
-rw-r--r--lldb/test/expression_command/call-function/TestCallStdStringFunction.py2
-rw-r--r--lldb/test/expression_command/call-restarts/TestCallThatRestarts.py2
-rw-r--r--lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
index ed24c44b756..c3e93efaf7b 100644
--- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
+++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -26,7 +26,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
self.call_function()
@dwarf_test
- @expectedFailureGcc # bugzilla 14437, fails with GCC 4.6.3 and 4.7.2
+ @expectedFailureGcc # llvm.org/pr14437, fails with GCC 4.6.3 and 4.7.2
def test_with_dwarf(self):
"""Test calling std::String member function."""
self.buildDwarf()
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
index 80d277d72f4..9c57d98f5f5 100644
--- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
+++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
@@ -26,7 +26,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
self.buildDsym()
self.call_function()
- @skipOnLinux # PR-15278: handle expressions that generate signals on Linux
+ @skipIfLinux # llvm.org/pr15278: handle expressions that generate signals on Linux
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
index 2b0d11f2f35..ed8501b334b 100644
--- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
+++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
@@ -20,7 +20,7 @@ class Radar9673644TestCase(TestBase):
self.line = line_number(self.main_source, '// Set breakpoint here.')
# rdar://problem/9673664
- @skipOnLinux # PR-14805: expressions that require memory allocation evaluate incorrectly on Linux
+ @skipIfLinux # llvm.org/pr14805: expressions that require memory allocation evaluate incorrectly on Linux
def test_expr_commands(self):
"""The following expression commands should just work."""
self.buildDefault()
OpenPOWER on IntegriCloud