[Lldb-commits] [PATCH] D119046: Add a repeat command option for "thread backtrace --count N".
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 7 12:27:30 PST 2022
JDevlieghere added a comment.
API and code change make sense, but I think we should be able to simplify the test.
================
Comment at: lldb/test/API/commands/thread/backtrace/TestThreadBacktraceRepeat.py:18-28
+ # Test occasionally times out on the Linux build bot
+ @skipIfLinux
+ @expectedFailureAll(
+ oslist=["linux"],
+ bugnumber="llvm.org/pr23477 Test occasionally times out on the Linux build bot")
+ @expectedFailureAll(
+ oslist=["freebsd"],
----------------
I assume you copied this from an existing tests. Can we make the test simpler (by not having two threads) and therefore not having to skip it in so many configurations?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119046/new/
https://reviews.llvm.org/D119046
More information about the lldb-commits
mailing list