skip randomly failing test to avoid buildbot noise

llvm-svn: 180636
This commit is contained in:
Daniel Malea 2013-04-26 21:39:11 +00:00
parent d3afa0c7fb
commit 25029a00ca
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +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()
@skipIfGcc # 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)