[all-commits] [llvm/llvm-project] cd18e2: [lldb/test] Fix flakyness in TestNonStop.test_stdio
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Jul 21 07:53:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd18e2ea3f4e87f8804a7d6661d5596ef1f07b81
https://github.com/llvm/llvm-project/commit/cd18e2ea3f4e87f8804a7d6661d5596ef1f07b81
Author: Pavel Labath <pavel at labath.sk>
Date: 2022-07-21 (Thu, 21 Jul 2022)
Changed paths:
M lldb/test/API/tools/lldb-server/TestNonStop.py
Log Message:
-----------
[lldb/test] Fix flakyness in TestNonStop.test_stdio
The test was assuming that the output will come in two messages. The
truth is that it will come in **at least** two messages.
More information about the All-commits
mailing list