From owner-svn-src-head@freebsd.org Fri Aug 21 17:49:47 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25B419BFCDB; Fri, 21 Aug 2015 17:49:47 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC057E80; Fri, 21 Aug 2015 17:49:46 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pdob1 with SMTP id b1so28945128pdo.2; Fri, 21 Aug 2015 10:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ZQSvIFjQjwapM1MKiCc0tyUyUZxDavgx92u+roJlYLE=; b=nVHioNnorofL1YT1k63qtfN6pcxByT/VyhP3+i9oFroG3f88DfSVzpYwOybCfCZtsN bnRsiwoytPuwXs3+lBRLpQZPtT6q3JcLU8gxmUgrmp9EU9bcd6sC5oSgj8mqESnQP0nW QKMA+U6zns8yjI/90+Ks8uy2+e12Uelk7H/6VbnOj8IICid0Gqa7w6Gg3+u8zkTlCuYv I9ciGBkOcYu9vCgZo2Emh10keGn8LJzFulxnQ5J3s13y/Ti1uKYQ3fHwJHGlWv8AQBSu NGb+dxlTKiNXaDe++cszIMQ6Jb8tOzIeACpcffTAFUCp3aYCA7zrauPKDzBf9XO73iFD 1Rzw== X-Received: by 10.70.123.100 with SMTP id lz4mr19260183pdb.161.1440179386426; Fri, 21 Aug 2015 10:49:46 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:71f2:1e32:2820:6aca? ([2601:601:800:126d:71f2:1e32:2820:6aca]) by smtp.gmail.com with ESMTPSA id i7sm8497862pdo.84.2015.08.21.10.49.45 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 21 Aug 2015 10:49:45 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r287004 - head/usr.bin/xargs/tests From: Garrett Cooper In-Reply-To: <201508211747.t7LHlIcj099711@repo.freebsd.org> Date: Fri, 21 Aug 2015 10:49:44 -0700 Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org, Allan Jude Content-Transfer-Encoding: quoted-printable Message-Id: <041327D3-1A37-4780-BB2E-491BD9DD537E@gmail.com> References: <201508211747.t7LHlIcj099711@repo.freebsd.org> To: Garrett Cooper X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2015 17:49:47 -0000 > On Aug 21, 2015, at 10:47, Garrett Cooper wrote: >=20 > Author: ngie > Date: Fri Aug 21 17:47:17 2015 > New Revision: 287004 > URL: https://svnweb.freebsd.org/changeset/base/287004 >=20 > Log: > Disable the -P0 test >=20 > It's unreliable (sometimes it passes, sometimes it fails) >=20 > Reported by: Jenkins (many times over the past few weeks) I=E2=80=99ll work on fixing this by converting these tests over to ATF. = I just wanted to stop the Jenkins failure<->pass emails from spamming = current@ Thanks, -NGie=