[Lldb-commits] [lldb] r243230 - XFAIL TestExprOptions on Linux.

Vince Harron vince at nethacker.com
Sat Jul 25 15:09:00 PDT 2015


ObjC tests should be skipped.
On Jul 25, 2015 3:08 PM, "Chaoren Lin" <chaorenl at google.com> wrote:

> Author: chaoren
> Date: Sat Jul 25 17:06:48 2015
> New Revision: 243230
>
> URL: http://llvm.org/viewvc/llvm-project?rev=243230&view=rev
> Log:
> XFAIL TestExprOptions on Linux.
>
> Modified:
>     lldb/trunk/test/expression_command/options/TestExprOptions.py
>
> Modified: lldb/trunk/test/expression_command/options/TestExprOptions.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/options/TestExprOptions.py?rev=243230&r1=243229&r2=243230&view=diff
>
> ==============================================================================
> --- lldb/trunk/test/expression_command/options/TestExprOptions.py
> (original)
> +++ lldb/trunk/test/expression_command/options/TestExprOptions.py Sat Jul
> 25 17:06:48 2015
> @@ -26,6 +26,7 @@ class ExprOptionsTestCase(TestBase):
>          self.line = line_number('main.cpp', '// breakpoint_in_main')
>          self.exe = os.path.join(os.getcwd(), "a.out")
>
> +    @expectedFailureLinux # ObjC expression broken on Linux?
>      def test_expr_options(self):
>          """These expression command options should work as expected."""
>          self.buildDefault()
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150725/abd608d4/attachment.html>


More information about the lldb-commits mailing list