[Lldb-commits] [PATCH] D90757: [lldb] Enable FreeBSDRemote plugin by default and update test status
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 4 12:42:34 PST 2020
emaste added a comment.
When running locally with this change applied I get:
********************
Failed Tests (8):
lldb-api :: commands/expression/multiline-completion/TestMultilineCompletion.py
lldb-api :: functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py
lldb-api :: functionalities/thread/concurrent_events/TestConcurrentTwoWatchpointThreads.py
lldb-api :: iohandler/completion/TestIOHandlerCompletion.py
lldb-api :: python_api/watchpoint/watchlocation/TestSetWatchlocation.py
lldb-api :: python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
lldb-api :: tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/StandardStartupTest.TestStopReplyContainsThreadPcs
********************
Unexpectedly Passed Tests (2):
lldb-api :: api/multiple-debuggers/TestMultipleDebuggers.py
lldb-api :: lang/c/conflicting-symbol/TestConflictingSymbol.py
Testing Time: 367.34s
Unsupported : 422
Passed : 1741
Expectedly Failed : 5
Failed : 8
Unexpectedly Passed: 2
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90757/new/
https://reviews.llvm.org/D90757
More information about the lldb-commits
mailing list