Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
llvm-svn: 177447
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user