summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-01-24 19:47:06 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-01-24 19:47:06 +0000
commitb8f80ee67fee5601378049fd4b56bd8c94d93edb (patch)
treead113e440ee6e7f63862adf36314ac9b65a2989a /lldb/test/python_api
parentcf7304a201f7f4bbe3389d772f57a22548504600 (diff)
downloadbcm5719-llvm-b8f80ee67fee5601378049fd4b56bd8c94d93edb.tar.gz
bcm5719-llvm-b8f80ee67fee5601378049fd4b56bd8c94d93edb.zip
Marking test cases with @expectedFailureLinux as per recently opened bugs
- PR 15038: missing wide char support on Linux - PR 14600 - Exception state registers not supported on Linux - PR 15039: SBProcess.GetSTDOUT() returns an empty buffer - PR 15037: stop-hooks sometimes fail to fire on Linux llvm-svn: 173363
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py1
-rw-r--r--lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py1
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py1
3 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py b/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py
index 05f9b658ab4..47fe1659019 100644
--- a/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py
+++ b/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py
@@ -31,7 +31,6 @@ class LLDBIteratorTestCase(TestBase):
self.buildDefault()
self.lldb_iter_breakpoint()
- @expectedFailureLinux # bugzilla 14323
@python_api_test
def test_lldb_iter_frame(self):
"""Test iterator works correctly for SBProcess->SBThread->SBFrame."""
diff --git a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
index eb324806d03..2f33718acb6 100644
--- a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
+++ b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
@@ -18,6 +18,7 @@ class RegistersIteratorTestCase(TestBase):
# Find the line number to break inside main().
self.line1 = line_number('main.cpp', '// Set break point at this line.')
+ @expectedFailureLinux # bugzilla 14600 - Exception state registers not supported on Linux
@python_api_test
def test_iter_registers(self):
"""Test iterator works correctly for lldbutil.iter_registers()."""
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index 26f849b6190..9af232ec471 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -22,6 +22,7 @@ class ChangeValueAPITestCase(TestBase):
self.setTearDownCleanup(dictionary=d)
self.change_value_api(self.exe_name)
+ @expectedFailureLinux # bugzilla 15039: SBProcess.GetSTDOUT() returns an empty buffer
@python_api_test
@dwarf_test
def test_change_value_with_dwarf(self):
OpenPOWER on IntegriCloud