From owner-freebsd-current@FreeBSD.ORG Sun Jun 2 04:45:43 2013 Return-Path: Delivered-To: FreeBSD-CURRENT@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A04B7242 for ; Sun, 2 Jun 2013 04:45:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7591778 for ; Sun, 2 Jun 2013 04:45:43 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc17so4179023pbc.18 for ; Sat, 01 Jun 2013 21:45:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=dCqNRdDPj7tptDvBjAfICIDqri7pI1hb+ZRlHGjQQjw=; b=o7SU0bONvMejs9n2VKQSsD+n4qY0T2KBz6fkllVtSL8j/UEEGh6om7Umq7hXB37Cqv 1goWwEQW6S1LU/ZWpvCVkFLDqDYI0B1f2arRfU9CrNp/D+hKJd/BkO8ULcp90XMb2Ck3 EmbQ05xWW51ic1ZrPT51+pdWEUoJmwKAA5++YrZWinHcElLMqAIgmfMIRnyBkRt3eP2P ituU6uMLiSEMC4ZxmlvSbYuos7xnUzpC/jiAVDTE3OAGeef9NWQYY3IfC/eCqJm9Fnz5 c9iunMuBL1Dyti5I9THGHUCFPI0u3LNkijAHtxCzxeejsWjD3Z8ryIJDWsPB0Q6C45RW eEyg== X-Received: by 10.66.158.101 with SMTP id wt5mr19449861pab.8.1370148342932; Sat, 01 Jun 2013 21:45:42 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ya4sm53544151pbb.24.2013.06.01.21.45.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Jun 2013 21:45:42 -0700 (PDT) Message-ID: <51AACDEB.4060900@FreeBSD.org> Date: Sun, 02 Jun 2013 14:45:31 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Waitman Gobble Subject: Re: issue with libthr? References: <20130602040301.C44A836F49EC@dx.burplex.com> <51AACAD5.4090100@FreeBSD.org> In-Reply-To: <51AACAD5.4090100@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-CURRENT@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 04:45:43 -0000 On 2/06/2013 2:32 PM, Kubilay Kocak wrote: > I wonder if Pythons regression test picks anything up: > > ./python -m test.regrtest > > Run that in $WRKSRC/portbld.static/ after building Infact, run this instead: ./python -bb -E -Wd -m test.regrtest -r -w -uall [1] http://docs.python.org/devguide/runtests.html