[Lldb-commits] [lldb] r195458 - Remove decorators for llvm.org/pr17225

Ed Maste emaste at freebsd.org
Fri Nov 22 05:46:43 PST 2013


Author: emaste
Date: Fri Nov 22 07:46:43 2013
New Revision: 195458

URL: http://llvm.org/viewvc/llvm-project?rev=195458&view=rev
Log:
Remove decorators for llvm.org/pr17225

This issue is no longer reproducible, presumably due to changes in clang.

Modified:
    lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py
    lldb/trunk/test/lang/cpp/virtual/TestVirtual.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=195458&r1=195457&r2=195458&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py (original)
+++ lldb/trunk/test/lang/cpp/dynamic-value/TestDynamicValue.py Fri Nov 22 07:46:43 2013
@@ -20,7 +20,6 @@ class DynamicValueTestCase(TestBase):
         self.buildDsym(dictionary=self.getBuildFlags())
         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

Modified: lldb/trunk/test/lang/cpp/virtual/TestVirtual.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/virtual/TestVirtual.py?rev=195458&r1=195457&r2=195458&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/virtual/TestVirtual.py (original)
+++ lldb/trunk/test/lang/cpp/virtual/TestVirtual.py Fri Nov 22 07:46:43 2013
@@ -28,7 +28,6 @@ class CppVirtualMadness(TestBase):
         self.buildDsym()
         self.virtual_madness_test()
 
-    @skipIfFreeBSD # llvm.org/pr17225
     @expectedFailureIcc('llvm.org/pr16808') # lldb does not call the correct virtual function with icc
     def test_virtual_madness_dwarf(self):
         """Test that expression works correctly with virtual inheritance as well as virtual function."""





More information about the lldb-commits mailing list