[Lldb-commits] [PATCH] Fix argdumper build in cmake (OS X) after r228636

Zachary Turner zturner at google.com
Wed Feb 18 15:33:29 PST 2015


Hi Oleksiy, I spent a few minutes looking into this test.  Can you try
checking what CanDebugProcess() returns for your Platform implementation?
If it returns false, change it to true and see if this test still fails for
you.

On Wed Feb 18 2015 at 2:29:38 PM Oleksiy Vyalov <ovyalov at google.com> wrote:

> ================
> Comment at: test/functionalities/launch_with_glob/TestLaunchWithGlob.py:24
> @@ -23,3 +23,2 @@
>
> -    @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires
> Darwin")
>      @dwarf_test
> ----------------
> It seems this test is failing on Linux - could we mark it "requires
> Darwin" for now?
>
> http://reviews.llvm.org/D7550
>
> 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/20150218/f39d18ed/attachment.html>


More information about the lldb-commits mailing list