This patch allows not specify search path in each lldb-mi test. It makes tests easier.
This fix was requested by vharron.
All test pass on OS X.
Paths
| Differential D8207
Add lldb-mi/lldb-server test folders to PATH before in dotest.py ClosedPublic Authored by ki.stfu on Mar 10 2015, 9:42 AM.
Details Summary This patch allows not specify search path in each lldb-mi test. It makes tests easier. This fix was requested by vharron. All test pass on OS X.
Diff Detail
Event TimelineComment Actions Can you make the requested changes?
This revision now requires changes to proceed.Mar 11 2015, 10:38 AM
Comment Actions Anything that is an anocronym that is in the middle of a name should be all caps. So feel free to update the other variables that might not be following this convention. LLDB and MI should always be caps. ki.stfu edited edge metadata. Comment ActionsRename toolsLldbMiPath/toolsLldbServerPath to toolsLLDBMIPath/toolsLLDBServerPath Closed by commit rL232019: Add lldb-mi/lldb-server test folders to PATH before in dotest.py (authored by ki.stfu). · Explain WhyMar 12 2015, 12:35 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 21804 lldb/trunk/test/dotest.py
lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py
lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py
lldb/trunk/test/tools/lldb-mi/data/TestMiData.py
lldb/trunk/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
lldb/trunk/test/tools/lldb-mi/signal/TestMiSignal.py
lldb/trunk/test/tools/lldb-mi/stack/TestMiStack.py
lldb/trunk/test/tools/lldb-mi/startup_options/TestMiStartupOptions.py
lldb/trunk/test/tools/lldb-mi/symbol/TestMiSymbol.py
lldb/trunk/test/tools/lldb-mi/syntax/TestMiSyntax.py
lldb/trunk/test/tools/lldb-mi/variable/TestMiVar.py
lldb/trunk/test/tools/lldb-server/commandline/TestStubReverseConnect.py
lldb/trunk/test/tools/lldb-server/commandline/TestStubSetSID.py
lldb/trunk/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
lldb/trunk/test/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py
lldb/trunk/test/tools/lldb-server/test/test_lldbgdbserverutils.py
|