diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-03-19 22:00:10 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-03-19 22:00:10 +0000 |
| commit | 9502ac61120905e20ee3e045ad15b00bfc95d261 (patch) | |
| tree | 6278a82ad16788c5af820f732294427820d6f050 /lldb/test/python_api | |
| parent | f3c04f6a9f430e1d89f74b54e0942cda5ebb2211 (diff) | |
| download | bcm5719-llvm-9502ac61120905e20ee3e045ad15b00bfc95d261.tar.gz bcm5719-llvm-9502ac61120905e20ee3e045ad15b00bfc95d261.zip | |
Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.
llvm-svn: 177447
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/value/change_values/TestChangeValueAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value/change_values/TestChangeValueAPI.py b/lldb/test/python_api/value/change_values/TestChangeValueAPI.py index 1578b582155..eab22685709 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) |

