Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
authorMatt Kopec <Matt.Kopec@intel.com>
Tue, 19 Mar 2013 22:00:10 +0000 (22:00 +0000)
committerMatt Kopec <Matt.Kopec@intel.com>
Tue, 19 Mar 2013 22:00:10 +0000 (22:00 +0000)
llvm-svn: 177447

lldb/test/python_api/value/change_values/TestChangeValueAPI.py

index 1578b58..eab2268 100644 (file)
@@ -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)