[Lldb-commits] [lldb] r193809 - Marking dynamic value test as expected failure on Linux.
Andrew Kaylor
andrew.kaylor at intel.com
Thu Oct 31 15:07:11 PDT 2013
Author: akaylor
Date: Thu Oct 31 17:07:11 2013
New Revision: 193809
URL: http://llvm.org/viewvc/llvm-project?rev=193809&view=rev
Log:
Marking dynamic value test as expected failure on Linux.
Modified:
lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py
Modified: lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py?rev=193809&r1=193808&r2=193809&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py (original)
+++ lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py Thu Oct 31 17:07:11 2013
@@ -21,6 +21,7 @@ class DynamicValueTestCase(TestBase):
self.do_get_dynamic_vals()
@expectedFailureFreeBSD('llvm.org/pr17225')
+ @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):
More information about the lldb-commits
mailing list