Re: [Lldb-commits] [lldb] r263520 - Add some test coverage for the changes in alias help

2016-03-19 Thread Zachary Turner via lldb-commits
Hi Enrico, These tests are failing on Windows. They're new tests so not really a regression, but do you have any idea what might be wrong? Basically, when the test runs, the help po is displaying the full output of "help expression". But strangely, if I go into lldb and run "help po" there, it'

Re: [Lldb-commits] [lldb] r263520 - Add some test coverage for the changes in alias help

2016-03-19 Thread Zachary Turner via lldb-commits
Huh, your hypothesis might be correct. The symlink of the python extension module pointing to liblldb is out of date, and not getting updated. Never seen this happen before, but that sounds like it's probably the culprit. On Fri, Mar 18, 2016 at 2:49 PM Enrico Granata wrote: > On Mar 18, 2016

Re: [Lldb-commits] [lldb] r263520 - Add some test coverage for the changes in alias help

2016-03-18 Thread Enrico Granata via lldb-commits
> On Mar 18, 2016, at 2:45 PM, Zachary Turner wrote: > > Hi Enrico, > > These tests are failing on Windows. They're new tests so not really a > regression, but do you have any idea what might be wrong? Basically, when > the test runs, the help po is displaying the full output of "help > ex

[Lldb-commits] [lldb] r263520 - Add some test coverage for the changes in alias help

2016-03-14 Thread Enrico Granata via lldb-commits
Author: enrico Date: Mon Mar 14 20:43:00 2016 New Revision: 263520 URL: http://llvm.org/viewvc/llvm-project?rev=263520&view=rev Log: Add some test coverage for the changes in alias help Modified: lldb/trunk/packages/Python/lldbsuite/test/help/TestHelp.py Modified: lldb/trunk/packages/Python