diff options
author | Ed Maste <emaste@freebsd.org> | 2015-09-22 13:27:26 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-09-22 13:27:26 +0000 |
commit | 6724f3ba7cf16f326359c2fd1e7d3a52cc45fd2e (patch) | |
tree | 93bfa3976aa4911cce6fa365b8641828b931e130 /lldb/test/python_api/value_var_update/TestValueVarUpdate.py | |
parent | 187855b870b70e6cc2179a69f043b591a01413f4 (diff) | |
download | bcm5719-llvm-6724f3ba7cf16f326359c2fd1e7d3a52cc45fd2e.tar.gz bcm5719-llvm-6724f3ba7cf16f326359c2fd1e7d3a52cc45fd2e.zip |
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
Diffstat (limited to 'lldb/test/python_api/value_var_update/TestValueVarUpdate.py')
-rw-r--r-- | lldb/test/python_api/value_var_update/TestValueVarUpdate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/value_var_update/TestValueVarUpdate.py b/lldb/test/python_api/value_var_update/TestValueVarUpdate.py index f3aa296ed6d..8c597bc9c38 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): |