Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.

llvm-svn: 177447
This commit is contained in:
Matt Kopec
2013-03-19 22:00:10 +00:00
parent f3c04f6a9f
commit 9502ac6112

View File

@@ -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)