summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2015-05-21 18:20:46 +0000
committerSiva Chandra <sivachandra@google.com>2015-05-21 18:20:46 +0000
commit73eddaa2d8688bbc334712ecf87aca4ce37b1466 (patch)
tree4d7af4eb01b41186b207dfe63f15a3fb93a19565 /lldb/test/python_api
parent35b17dca5047f6dc68b2fa3e29719792150734af (diff)
downloadbcm5719-llvm-73eddaa2d8688bbc334712ecf87aca4ce37b1466.tar.gz
bcm5719-llvm-73eddaa2d8688bbc334712ecf87aca4ce37b1466.zip
[TestChangeValueAPI] Remove expectedFailureGcc decorator.
Test Plan: dotest.py -C <clang|gcc> -p TestChangeValueAPI Reviewers: vharron Reviewed By: vharron Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D9116 llvm-svn: 237927
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 804f7465750..c5937b17d48 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -41,7 +41,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')
- @expectedFailureGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
@expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently on FreeBSD")
def change_value_api(self, exe_name):
"""Exercise some SBValue APIs."""
OpenPOWER on IntegriCloud