[Lldb-commits] [lldb] r298519 - Delete TestLLVM.py

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 22 10:08:26 PDT 2017


Author: zturner
Date: Wed Mar 22 12:08:25 2017
New Revision: 298519

URL: http://llvm.org/viewvc/llvm-project?rev=298519&view=rev
Log:
Delete TestLLVM.py

This was added to workaround a limitation in LLVM's implementation
of getting the current user's home directory, since it would
only look at the value of $HOME, but we did not want to rely
on that being set so we would also look in the password database.

Adding the ability to look in the password database to LLVM was
a straightforward patch that was submitted in r298513, so since
that is done this test is no longer needed.

Removed:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/llvm/



More information about the lldb-commits mailing list