diff options
| author | Siva Chandra <sivachandra@google.com> | 2015-09-03 23:27:10 +0000 |
|---|---|---|
| committer | Siva Chandra <sivachandra@google.com> | 2015-09-03 23:27:10 +0000 |
| commit | 0f4873d7d0417c9f0ff35b911047aa7852dc9742 (patch) | |
| tree | 92db434bc9019086334b5c77b6744f32d60db459 /lldb/test/functionalities | |
| parent | 75afa2b6b61e26ccc560732d33dcad3c1fc9f871 (diff) | |
| download | bcm5719-llvm-0f4873d7d0417c9f0ff35b911047aa7852dc9742.tar.gz bcm5719-llvm-0f4873d7d0417c9f0ff35b911047aa7852dc9742.zip | |
Lookup function using full name if one with mangled name is not found.
Summary:
Remove expected failure decorators from tests which now should start
passing.
Reviewers: clayborg, spyffe
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D12613
llvm-svn: 246820
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py b/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py index a492bb1b714..a7dd95ad220 100644 --- a/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py +++ b/lldb/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py @@ -22,7 +22,6 @@ class DataFormatterSynthValueTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr20545 bogus output confuses buildbot parser @expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows @dwarf_test - @expectedFailureLinux('llvm.org/pr19011', ['clang']) def test_with_dwarf_and_run_command(self): """Test using Python synthetic children provider to provide a value.""" self.buildDwarf() |

