From: Matt Kopec Date: Tue, 19 Mar 2013 22:00:10 +0000 (+0000) Subject: Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9502ac61120905e20ee3e045ad15b00bfc95d261;p=platform%2Fupstream%2Fllvm.git Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. llvm-svn: 177447 --- diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 1578b58..eab2268 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -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)