[Lldb-commits] [PATCH] D44472: Add and fix some tests for PPC64
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 20 11:32:42 PDT 2018
I think I understand why this is failing:
AssertionError: False is not True : 'expression ((char**)environ)[0]'
returns expected result, got '(char *) $0 = 0x00007ffeefbff753
"COMMAND_MODE=unix2003"'
Config=x86_64-/Users/davide/work/llvm-monorepo/build-release/bin/clang-7.0
but the test shows $1. How did this work for you? Are you running on
Linux by any chance?
Thanks,
--
Davide
On Tue, Mar 20, 2018 at 11:23 AM, Davide Italiano via Phabricator
<reviews at reviews.llvm.org> wrote:
> davide added a comment.
>
> In https://reviews.llvm.org/D44472#1043510, @davide wrote:
>
>> In https://reviews.llvm.org/D44472#1043464, @lbianc wrote:
>>
>> > @davide Are you sure this is the correct patch? This one was not merged yet.
>> > Could you give more details about the issue? Is it related with one of our changes?
>>
>>
>> Apologies, this is the right one
>>
>> commit 983ecd497e223b35e46fd3306bd7ac300da94793 (HEAD -> master)
>> Author: Davide Italiano <ditaliano at apple.com>
>> Date: Tue Mar 20 11:12:19 2018 -0700
>>
>> Revert "Fix some tests for PPC64le architecture"
>>
>> It broke the lldb Mac OSX greendragon bot.
>
>
> here are the bot logs (for your convenience)
> http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/5869/console
>
>
> https://reviews.llvm.org/D44472
>
>
>
More information about the lldb-commits
mailing list