summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2012-11-23 21:59:29 +0000
committerDaniel Malea <daniel.malea@intel.com>2012-11-23 21:59:29 +0000
commit93aec0f9a9c94320c373b417055dd5e356fb8e73 (patch)
tree3d97c62fc19aaeda1cf23ca9f2c789cf335511d1 /lldb/test/python_api/thread/TestThreadAPI.py
parent455fa35e511df0f06486796e5ba9a1e067171739 (diff)
downloadbcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.tar.gz
bcm5719-llvm-93aec0f9a9c94320c373b417055dd5e356fb8e73.zip
Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux - skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426 Patch by Ashok Thirumurthi! llvm-svn: 168529
Diffstat (limited to 'lldb/test/python_api/thread/TestThreadAPI.py')
-rw-r--r--lldb/test/python_api/thread/TestThreadAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py
index 93bff1de51f..85cb61581bb 100644
--- a/lldb/test/python_api/thread/TestThreadAPI.py
+++ b/lldb/test/python_api/thread/TestThreadAPI.py
@@ -74,6 +74,7 @@ class ThreadAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.step_out_of_malloc_into_function_b(self.exe_name)
+ @expectedFailureLinux # bugzilla 14416
@python_api_test
@dwarf_test
def test_step_out_of_malloc_into_function_b_with_dwarf(self):
OpenPOWER on IntegriCloud