diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-01-24 19:47:06 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-01-24 19:47:06 +0000 |
| commit | b8f80ee67fee5601378049fd4b56bd8c94d93edb (patch) | |
| tree | ad113e440ee6e7f63862adf36314ac9b65a2989a /lldb/test/python_api/value/change_values | |
| parent | cf7304a201f7f4bbe3389d772f57a22548504600 (diff) | |
| download | bcm5719-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.py | 1 |
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): |

