summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-23 18:20:51 +0000
committerEd Maste <emaste@freebsd.org>2015-09-23 18:20:51 +0000
commit00719f5decd1c7077561a69683cbb3f575e3b64e (patch)
treeeefed52200ed1acc47590dcd097a235b41921e66 /lldb/test/python_api
parentaba37553c43c691421279836eb4a524ff7f03ab5 (diff)
downloadbcm5719-llvm-00719f5decd1c7077561a69683cbb3f575e3b64e.tar.gz
bcm5719-llvm-00719f5decd1c7077561a69683cbb3f575e3b64e.zip
Remove expectedFailureFreeBSD from passing TestChangeValueAPI test
This test used fail intermittently, but now passes consistently on FreeBSD in local runs. We'll investigate further if it's intermittent on the FreeBSD buildbot, once it's restored. llvm.org/pr15039 llvm-svn: 248410
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index 80b79405bd8..e5d2c5ab754 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -42,7 +42,6 @@ class ChangeValueAPITestCase(TestBase):
self.check_line = line_number('main.c', '// Stop here and check values')
self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
- @expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD")
def change_value_api(self, exe_name):
"""Exercise some SBValue APIs."""
exe = os.path.join(os.getcwd(), exe_name)
OpenPOWER on IntegriCloud