From 249287afdea3bb7761d1f3e93fcf3a3b5bc8d18e Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Tue, 19 Feb 2013 16:08:57 +0000 Subject: Minor test runner improvemenst - rework the way SBDebugger.SetAsync() is used to avoid side effects (reset original value at TearDownHook) - refactor expectedFailureClang (and add expectedFailureGcc decorator) - mark TestChangeValueAPI.py as expectedFailureGcc due to PR-15039 llvm-svn: 175523 --- lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 1 + 1 file changed, 1 insertion(+) (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 26f849b6190..fb5c294fe76 100644 --- a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py +++ b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py @@ -40,6 +40,7 @@ class ChangeValueAPITestCase(TestBase): self.line = line_number('main.c', '// Stop here and set 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) -- cgit v1.2.3