[all-commits] [llvm/llvm-project] 1046b7: [lldb] Account for extra threads in TestGdbRemoteT...

Pavel Labath via All-commits all-commits at lists.llvm.org
Wed Feb 9 08:43:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1046b726ad4461d0ba0a8c9391836b679a719a60
      https://github.com/llvm/llvm-project/commit/1046b726ad4461d0ba0a8c9391836b679a719a60
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py

  Log Message:
  -----------
  [lldb] Account for extra threads in TestGdbRemoteThreadsInStopReply on windows

After 9611282c, TestGdbRemoteThreadsInStopReply is not non-deterministic
-- instead it deterministically fails due to extra threads created by
std::thread thread pool.

Adjust the tests to account for that.




More information about the All-commits mailing list