[Lldb-commits] [PATCH] D62096: [lldb] [lit] Driver/TestConvenienceVariables.test requires Python

2019-05-18 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL361114: [lldb] [lit] Driver/TestConvenienceVariables.test requires Python (authored by mgorny, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commi

[Lldb-commits] [lldb] r361114 - [lldb] [lit] Driver/TestConvenienceVariables.test requires Python

2019-05-18 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Sat May 18 23:05:31 2019 New Revision: 361114 URL: http://llvm.org/viewvc/llvm-project?rev=361114&view=rev Log: [lldb] [lit] Driver/TestConvenienceVariables.test requires Python Differential Revision: https://reviews.llvm.org/D62096 Modified: lldb/trunk/lit/Driver/TestCo

[Lldb-commits] [PATCH] D61687: Update Python tests for lldb-server on Windows

2019-05-18 Thread Aaron Smith via Phabricator via lldb-commits
asmith updated this revision to Diff 200160. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61687/new/ https://reviews.llvm.org/D61687 Files: packages/Python/lldbsuite/test/dotest.py packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py packages/Python/lldbsui

[Lldb-commits] [PATCH] D62096: [lldb] [lit] Driver/TestConvenienceVariables.test requires Python

2019-05-18 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, JDevlieghere, aprantl. https://reviews.llvm.org/D62096 Files: lldb/lit/Driver/TestConvenienceVariables.test lldb/lit/lit.cfg.py Index: lldb/lit/lit.cfg.py === --- ll