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

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 06:27:26 PDT 2015


Author: emaste
Date: Tue Sep 22 08:27:26 2015
New Revision: 248269

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

HelloWorldTestCase::test_with_dwarf_and_process_launch_api passes
consistently for me and for John Wolfe.

llvm.org/pr21620

Modified:
    lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py

Modified: lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py?rev=248269&r1=248268&r2=248269&view=diff
==============================================================================
--- lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py (original)
+++ lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py Tue Sep 22 08:27:26 2015
@@ -19,7 +19,6 @@ class HelloWorldTestCase(TestBase):
         self.setTearDownCleanup(dictionary=self.d)
         self.do_test()
 
-    @expectedFailureFreeBSD("llvm.org/pr21620 GetValueDidChange() wrong")
     @python_api_test
     @dwarf_test
     def test_with_dwarf_and_process_launch_api(self):




More information about the lldb-commits mailing list