summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-03-31 17:44:37 +0000
committerVince Harron <vince@nethacker.com>2015-03-31 17:44:37 +0000
commit3d2979ee2fb3ec9f22bacbc509d06203350df982 (patch)
tree937f5c7b05a2e6fee2dd6b29df1148b18436df91 /lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
parent7a0d89153f197c57039f36400ebab11bdb604784 (diff)
downloadbcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.tar.gz
bcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.zip
Enabled a bunch of tests on Linux
Removed expectedFailureLinux from failures that I was unable to reproduce, updated and improved some other comments near XFAIL tests Differential Revision: http://reviews.llvm.org/D8676 llvm-svn: 233716
Diffstat (limited to 'lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py')
-rw-r--r--lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
index 1de0a7b917f..483cbd08b44 100644
--- a/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
+++ b/lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
@@ -21,7 +21,6 @@ class DynamicValueTestCase(TestBase):
self.do_get_dynamic_vals()
@expectedFailureFreeBSD # FIXME: This needs to be root-caused.
- @expectedFailureLinux # FIXME: This needs to be root-caused. It looks like the DWARF info is anticipating the derived class assignment.
@python_api_test
@dwarf_test
def test_get_dynamic_vals_with_dwarf(self):
OpenPOWER on IntegriCloud