Skip to content

[lldb] Relax test constraints on TestSwiftPluginQueues #10631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[lldb] Relax test constraints on TestSwiftPluginQueues
We can't guarantee there will always be two queues in this test.:

rdar://149855090
(cherry picked from commit d618a99)
  • Loading branch information
felipepiovezan committed May 7, 2025
commit e5c8a3479e86cb06bd707a0c8856002aeb8d947f
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def test(self):
self.assertEqual(queue_plugin, queue_backing)
self.assertEqual(queue_plugin, thread.GetQueueName())

num_queues = process.GetNumQueues()
self.assertEqual(num_queues, 1)

queue_regex = re.compile(r"queue = '([^']+)'")

def get_queue_from_thread_info_command(self, use_backing_thread):
Expand Down