[all-commits] [llvm/llvm-project] d572fc: Skip TestConcurrentWatchBreak.py on Darwin arm64

Jason Molenda via All-commits all-commits at lists.llvm.org
Tue Jun 7 14:34:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d572fc3b49bd53b7871223b3054b235cf99f6b61
      https://github.com/llvm/llvm-project/commit/d572fc3b49bd53b7871223b3054b235cf99f6b61
  Author: Jason Molenda <jason at molenda.com>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M lldb/test/API/functionalities/thread/concurrent_events/TestConcurrentWatchBreak.py

  Log Message:
  -----------
  Skip TestConcurrentWatchBreak.py on Darwin arm64

This test depends on multiple threads with one of them
hitting a watchpoint at the same time as a breakpoint, and
can fail because of the way arm64 watchpoints are handled.
I added skips to most of these via

```
commit bef4da4a6aef8196f007f44e3e9c8e3419ffb623
Author: Jason Molenda <jason at molenda.com>
Date:   Wed May 25 16:05:16 2022 -0700

    Skip testing of watchpoint hit-count/ignore-count on multithreaded
```

but missed that this test is susceptable to the same issue.




More information about the All-commits mailing list