From 6724f3ba7cf16f326359c2fd1e7d3a52cc45fd2e Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 22 Sep 2015 13:27:26 +0000 Subject: [PATCH] Remove expectedFailureFreeBSD from passing test HelloWorldTestCase::test_with_dwarf_and_process_launch_api passes consistently for me and for John Wolfe. llvm.org/pr21620 llvm-svn: 248269 --- lldb/test/python_api/value_var_update/TestValueVarUpdate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py index f3aa296ed6de..8c597bc9c382 100644 --- a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py +++ b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py @@ -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):