[Lldb-commits] [PATCH] [TestChangeValueAPI] Remove expectedFailureLinux decorator.
Vince Harron
vince at nethacker.com
Thu May 21 11:44:56 PDT 2015
Please land it if it's still valid.
On Thu, May 21, 2015 at 11:22 AM, Siva Chandra <sivachandra at google.com>
wrote:
> After rebasing, this change is now merely a removal of expectedFailureGcc.
>
>
> http://reviews.llvm.org/D9116
>
> Files:
> test/python_api/value/change_values/TestChangeValueAPI.py
>
> Index: test/python_api/value/change_values/TestChangeValueAPI.py
> ===================================================================
> --- test/python_api/value/change_values/TestChangeValueAPI.py
> +++ test/python_api/value/change_values/TestChangeValueAPI.py
> @@ -41,7 +41,6 @@
> 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 # llvm.org/pr15039: If GCC is the test compiler,
> stdout is not available via lldb.SBProcess.GetSTDOUT()
> @expectedFailureFreeBSD("llvm.org/pr15039 test fails intermittently
> on FreeBSD")
> def change_value_api(self, exe_name):
> """Exercise some SBValue APIs."""
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150521/85d18bdf/attachment.html>
More information about the lldb-commits
mailing list