summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/function_symbol
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-04-06 19:54:10 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-04-06 19:54:10 +0000
commit24086bc93b9489fb28eab1604d32c640f4bed464 (patch)
treeeaa229a2e3b32b8c4f1cd41e2c5641de18f360c3 /lldb/test/python_api/function_symbol
parente110fe4ac703985dfe7ed07d4784763a520696d7 (diff)
downloadbcm5719-llvm-24086bc93b9489fb28eab1604d32c640f4bed464.tar.gz
bcm5719-llvm-24086bc93b9489fb28eab1604d32c640f4bed464.zip
Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Plus some minor cleanup of test method names. Third and final batch is coming. llvm-svn: 154197
Diffstat (limited to 'lldb/test/python_api/function_symbol')
-rw-r--r--lldb/test/python_api/function_symbol/TestDisasmAPI.py2
-rw-r--r--lldb/test/python_api/function_symbol/TestSymbolAPI.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/python_api/function_symbol/TestDisasmAPI.py b/lldb/test/python_api/function_symbol/TestDisasmAPI.py
index b3a8bbb215d..ac7bd3fe7c8 100644
--- a/lldb/test/python_api/function_symbol/TestDisasmAPI.py
+++ b/lldb/test/python_api/function_symbol/TestDisasmAPI.py
@@ -14,12 +14,14 @@ class DisasmAPITestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@python_api_test
+ @dsym_test
def test_with_dsym(self):
"""Exercise getting SBAddress objects, disassembly, and SBAddress APIs."""
self.buildDsym()
self.disasm_and_address_api()
@python_api_test
+ @dwarf_test
def test_with_dwarf(self):
"""Exercise getting SBAddress objects, disassembly, and SBAddress APIs."""
self.buildDwarf()
diff --git a/lldb/test/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/python_api/function_symbol/TestSymbolAPI.py
index 85e97d3e8fc..5242ff08b99 100644
--- a/lldb/test/python_api/function_symbol/TestSymbolAPI.py
+++ b/lldb/test/python_api/function_symbol/TestSymbolAPI.py
@@ -14,12 +14,14 @@ class SymbolAPITestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@python_api_test
+ @dsym_test
def test_with_dsym(self):
"""Exercise some SBSymbol and SBAddress APIs."""
self.buildDsym()
self.symbol_and_address_api()
@python_api_test
+ @dwarf_test
def test_with_dwarf(self):
"""Exercise some SBSymbol and SBAddress APIs."""
self.buildDwarf()
OpenPOWER on IntegriCloud