diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-02-15 19:37:48 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-15 19:37:48 +0000 |
| commit | 654b12c6a54794ab3d793b63b868921a3822369a (patch) | |
| tree | 4bc963bf1b466848413f33538fb4f600ad01e70f /lldb/test/python_api | |
| parent | 0af92ebb20ed751726c08a3c3c684faf53f8d4e7 (diff) | |
| download | bcm5719-llvm-654b12c6a54794ab3d793b63b868921a3822369a.tar.gz bcm5719-llvm-654b12c6a54794ab3d793b63b868921a3822369a.zip | |
Linux test case cleanup:
- Enable TestFormatters.py: expressions with "new" work
- Enable TestChangeValueAPI.py: llvm.org/PR15039 fixed
- Disable expression_command/call-restarts due to llvm.org/PR15278
- Disable expression_command/call-throws due to ObjC test program
llvm-svn: 175287
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 9af232ec471..26f849b6190 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -22,7 +22,6 @@ 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): |

