summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/change_values/TestChangeValueAPI.py')
-rw-r--r--lldb/test/python_api/value/change_values/TestChangeValueAPI.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
index 26f849b6190..fb5c294fe76 100644
--- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
+++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py
@@ -40,6 +40,7 @@ class ChangeValueAPITestCase(TestBase):
self.line = line_number('main.c', '// Stop here and set values')
self.end_line = line_number ('main.c', '// Set a breakpoint here at the end')
+ @expectedFailureGcc # PR-15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
def change_value_api(self, exe_name):
"""Exercise some SBValue APIs."""
exe = os.path.join(os.getcwd(), exe_name)
OpenPOWER on IntegriCloud