================ @@ -456,8 +457,9 @@ def queues_with_libBacktraceRecording(self): "doing_the_work_2", "queue 2's pending item #0 should be doing_the_work_2", ) - self.assertTrue( - queue_performer_2.GetPendingItemAtIndex(9999).IsValid() == False, + self.assertEqual( + queue_performer_2.GetPendingItemAtIndex(9999).IsValid(), ---------------- rupprecht wrote:
Good point -- I can check for this kind of case as a followup. https://github.com/llvm/llvm-project/pull/82503 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits