From 25029a00ca3e715f5d312dcc52869e2c7fbd310b Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Fri, 26 Apr 2013 21:39:11 +0000 Subject: skip randomly failing test to avoid buildbot noise llvm-svn: 180636 --- lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/value/change_values/TestChangeValueAPI.py') diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index eab22685709..ecbd5da37cf 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -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) -- cgit v1.2.3