summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2015-09-03 23:27:10 +0000
committerSiva Chandra <sivachandra@google.com>2015-09-03 23:27:10 +0000
commit0f4873d7d0417c9f0ff35b911047aa7852dc9742 (patch)
tree92db434bc9019086334b5c77b6744f32d60db459 /lldb/test/expression_command
parent75afa2b6b61e26ccc560732d33dcad3c1fc9f871 (diff)
downloadbcm5719-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/expression_command')
-rw-r--r--lldb/test/expression_command/formatters/TestFormatters.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/formatters/TestFormatters.py b/lldb/test/expression_command/formatters/TestFormatters.py
index 28941b2e25a..ec4e1a1c851 100644
--- a/lldb/test/expression_command/formatters/TestFormatters.py
+++ b/lldb/test/expression_command/formatters/TestFormatters.py
@@ -26,7 +26,6 @@ class ExprFormattersTestCase(TestBase):
self.do_my_test()
@expectedFailureFreeBSD('llvm.org/pr19011') # Newer Clang omits C1 complete object constructor
- @expectedFailureLinux('llvm.org/pr19011', ['clang'])
@expectedFailureWindows("llvm.org/pr21765")
@skipIfTargetAndroid() # skipping to avoid crashing the test runner
@expectedFailureAndroid('llvm.org/pr24691') # we hit an assertion in clang
OpenPOWER on IntegriCloud