[all-commits] [llvm/llvm-project] aca448: [lldb] Surpress "ingoring result" warning in repro...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Sun Dec 27 05:10:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c
https://github.com/llvm/llvm-project/commit/aca4488847b4ddceeda8d4ddb2cd9cb3defbab0c
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-12-27 (Sun, 27 Dec 2020)
Changed paths:
M lldb/tools/driver/Driver.cpp
Log Message:
-----------
[lldb] Surpress "ingoring result" warning in reproducer_handler
Commit: bd39a5cb30a34547eb56a81eb7ca8aca23544099
https://github.com/llvm/llvm-project/commit/bd39a5cb30a34547eb56a81eb7ca8aca23544099
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-12-27 (Sun, 27 Dec 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteAttach.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteAuxvSupport.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteCompletion.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteExitCode.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteHostInfo.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteRegisterState.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
M lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
M lldb/test/API/tools/lldb-server/commandline/TestGdbRemoteConnection.py
M lldb/test/API/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
M lldb/test/API/tools/lldb-server/inferior-crash/TestGdbRemoteSegFault.py
M lldb/test/API/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
Log Message:
-----------
[lldb/test] Automatically skip remote lldb-server tests when applicable
The tests don't work with remote debugservers. This isn't a problem with
any particular test, but the test infrastructure itself, which is why
each of these tests has a @skipIfDarwinEmbedded decorator.
This patch replaces that with a central category-based solution. It also
moves the ad-hoc windows skipping mechanism there too.
Compare: https://github.com/llvm/llvm-project/compare/7df3544e80fb...bd39a5cb30a3
More information about the All-commits
mailing list