cs01 wrote: Added a few tests, one for help text, one for error messages, and one for successful startups. ``` llvm-lit -v lldb-server/TestPlatformHelp.test lldb-server/TestPlatformErrorMessages.test lldb-server/TestPlatformSuccessfulStartup.test ... -- Testing: 3 tests, 3 workers -- PASS: lldb-shell :: lldb-server/TestPlatformHelp.test (1 of 3) PASS: lldb-shell :: lldb-server/TestPlatformErrorMessages.test (2 of 3) PASS: lldb-shell :: lldb-server/TestPlatformSuccessfulStartup.test (3 of 3)
Testing Time: 1.08s Total Discovered Tests: 3 Passed: 3 (100.00%) 1 warning(s) in tests ``` https://github.com/llvm/llvm-project/pull/162730 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
