summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values
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/value/change_values
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/value/change_values')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py1
1 files changed, 1 insertions, 0 deletions
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