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): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits