[Lldb-commits] [lldb] r177447 - Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
Matt Kopec
Matt.Kopec at intel.com
Tue Mar 19 15:00:11 PDT 2013
Author: mkopec
Date: Tue Mar 19 17:00:10 2013
New Revision: 177447
URL: http://llvm.org/viewvc/llvm-project?rev=177447&view=rev
Log:
Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
Modified:
lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py
Modified: lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py?rev=177447&r1=177446&r2=177447&view=diff
==============================================================================
--- lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py (original)
+++ lldb/trunk/test/python_api/value/change_values/TestChangeValueAPI.py Tue Mar 19 17:00:10 2013
@@ -41,6 +41,7 @@ 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 # 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)
More information about the lldb-commits
mailing list