[Lldb-commits] [lldb] Reapply PR/87550 (again) (PR #95571)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 21 09:53:42 PDT 2024
oontvoo wrote:
Ran all the tests:
```
Unresolved Tests (23):
lldb-api :: api/multithreaded/TestMultithreaded.py
lldb-api :: commands/expression/multiline-completion/TestMultilineCompletion.py
lldb-api :: commands/expression/multiline-navigation/TestMultilineNavigation.py
lldb-api :: commands/gui/basic/TestGuiBasic.py
lldb-api :: commands/gui/breakpoints/TestGuiBreakpoints.py
lldb-api :: commands/gui/spawn-threads/TestGuiSpawnThreads.py
lldb-api :: commands/gui/viewlarge/TestGuiViewLarge.py
lldb-api :: driver/batch_mode/TestBatchMode.py
lldb-api :: driver/job_control/TestJobControl.py
lldb-api :: driver/quit_speed/TestQuitWithProcess.py
lldb-api :: functionalities/breakpoint/breakpoint_callback_command_source/TestBreakpointCallbackCommandSource.py
lldb-api :: functionalities/progress_reporting/TestTrimmedProgressReporting.py
lldb-api :: iohandler/autosuggestion/TestAutosuggestion.py
lldb-api :: iohandler/completion/TestIOHandlerCompletion.py
lldb-api :: iohandler/resize/TestIOHandlerResize.py
lldb-api :: iohandler/sigint/TestIOHandlerPythonREPLSigint.py
lldb-api :: iohandler/sigint/TestProcessIOHandlerInterrupt.py
lldb-api :: iohandler/stdio/TestIOHandlerProcessSTDIO.py
lldb-api :: iohandler/unicode/TestUnicode.py
lldb-api :: macosx/nslog/TestDarwinNSLogOutput.py
lldb-api :: repl/clang/TestClangREPL.py
lldb-api :: terminal/TestEditline.py
lldb-api :: terminal/TestSTTYBeforeAndAfter.py
********************
Failed Tests (1):
lldb-api :: commands/platform/sdk/TestPlatformSDK.py
Testing Time: 11310.46s
Total Discovered Tests: 1183
Unsupported : 155 (13.10%)
Passed : 988 (83.52%)
Expectedly Failed: 16 (1.35%)
Unresolved : 23 (1.94%)
Failed : 1 (0.08%)
```
(Compared to main branch:
```
Unresolved Tests (27):
lldb-api :: api/multithreaded/TestMultithreaded.py
lldb-api :: commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py
lldb-api :: commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py
lldb-api :: commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
lldb-api :: commands/expression/multiline-completion/TestMultilineCompletion.py
lldb-api :: commands/expression/multiline-navigation/TestMultilineNavigation.py
lldb-api :: commands/gui/basic/TestGuiBasic.py
lldb-api :: commands/gui/breakpoints/TestGuiBreakpoints.py
lldb-api :: commands/gui/spawn-threads/TestGuiSpawnThreads.py
lldb-api :: commands/gui/viewlarge/TestGuiViewLarge.py
lldb-api :: driver/batch_mode/TestBatchMode.py
lldb-api :: driver/job_control/TestJobControl.py
lldb-api :: driver/quit_speed/TestQuitWithProcess.py
lldb-api :: functionalities/breakpoint/breakpoint_callback_command_source/TestBreakpointCallbackCommandSource.py
lldb-api :: functionalities/progress_reporting/TestTrimmedProgressReporting.py
lldb-api :: iohandler/autosuggestion/TestAutosuggestion.py
lldb-api :: iohandler/completion/TestIOHandlerCompletion.py
lldb-api :: iohandler/resize/TestIOHandlerResize.py
lldb-api :: iohandler/sigint/TestIOHandlerPythonREPLSigint.py
lldb-api :: iohandler/sigint/TestProcessIOHandlerInterrupt.py
lldb-api :: iohandler/stdio/TestIOHandlerProcessSTDIO.py
lldb-api :: iohandler/unicode/TestUnicode.py
lldb-api :: macosx/nslog/TestDarwinNSLogOutput.py
lldb-api :: python_api/thread/TestThreadAPI.py
lldb-api :: repl/clang/TestClangREPL.py
lldb-api :: terminal/TestEditline.py
lldb-api :: terminal/TestSTTYBeforeAndAfter.py
********************
Failed Tests (5):
lldb-api :: commands/platform/sdk/TestPlatformSDK.py
lldb-api :: functionalities/thread/concurrent_events/TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py
lldb-api :: lang/cpp/constructors/TestCppConstructors.py
lldb-api :: lang/objc/modules-non-objc-target/TestObjCModulesNonObjCTarget.py
lldb-api :: python_api/lldbutil/iter/TestLLDBIterator.py
Testing Time: 11040.07s
Total Discovered Tests: 1183
Unsupported : 155 (13.10%)
Passed : 980 (82.84%)
Expectedly Failed: 16 (1.35%)
Unresolved : 27 (2.28%)
Failed : 5 (0.42%)
```
)
https://github.com/llvm/llvm-project/pull/95571
More information about the lldb-commits
mailing list