Received: by mail.netbsd.org (Postfix, from userid 605) id 94A70855AA; Sun, 20 Nov 2016 16:13:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F14F88559D for ; Sun, 20 Nov 2016 16:13:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7GDsZJuUNS2J for ; Sun, 20 Nov 2016 16:13:03 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 92A9185586 for ; Sun, 20 Nov 2016 16:13:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 85750FBA6; Sun, 20 Nov 2016 16:13:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 20 Nov 2016 16:13:03 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/lib/libpthread_dbg To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20161120161303.85750FBA6@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: kamil Date: Sun Nov 20 16:13:03 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads2 and threads3 in tests/lib/libpthread_dbg/t_threads.c threads2: Asserts that td_thr_iter() call is executed for each thread once threads3: Asserts that for each td_thr_iter() call td_thr_info() is valid These tests pass correctly. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libpthread_dbg/t_threads.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.