[Lldb-commits] [lldb] r248411 - Remove expectedFailureFreeBSD from passing test

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 11:23:39 PDT 2015


Author: emaste
Date: Wed Sep 23 13:23:38 2015
New Revision: 248411

URL: http://llvm.org/viewvc/llvm-project?rev=248411&view=rev
Log:
Remove expectedFailureFreeBSD from passing test

ClassTypesTestCase::test_with_dwarf_and_constructor_name

llvm.org/pr14540

Modified:
    lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py

Modified: lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py?rev=248411&r1=248410&r2=248411&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py (original)
+++ lldb/trunk/test/lang/cpp/class_types/TestClassTypes.py Wed Sep 23 13:23:38 2015
@@ -71,7 +71,6 @@ class ClassTypesTestCase(TestBase):
     # rdar://problem/8557478
     # test/class_types test failures: runCmd: expr this->m_c_int
     @dwarf_test
-    @expectedFailureFreeBSD('llvm.org/pr14540')
     def test_with_dwarf_and_constructor_name (self):
         """Test 'frame variable this' and 'expr this' when stopped inside a constructor."""
         self.buildDwarf()




More information about the lldb-commits mailing list