From owner-svn-src-all@FreeBSD.ORG Mon Oct 13 07:38:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77A245C3 for ; Mon, 13 Oct 2014 07:38:20 +0000 (UTC) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F016EBDF for ; Mon, 13 Oct 2014 07:38:19 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id b6so5969267lbj.31 for ; Mon, 13 Oct 2014 00:38:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=la1/8aDN+reqkPlPOc5C552sLaWZ5d8EZaPRaW6JVQQ=; b=dt7Jld3b1Dvt4PKANFCR9yBB513f4um1Q0jWKVA+c03WQbuxoAgA7sw6dUXkX2C0xL Iizfk9ZD9B2IKKDEb9scKvMkgeE5N0aG9a15kyRNQa8H3yaAxGJFuu/oCEy/bP4e+PKA MX462iZ0tmu3WjrWXqVF89U9Ec4JHR6LC5ibnrD6hZX96yoBxUYx62qsPr3UD/XWENLg MVI44FgqDjSdwlvMuDSEztXAJieBKB/T58Vw4j2/AVP2Q6InHiuuhTDLrIm5UQU0/oJV cfoZNPjoyJ5Msva++40buMV7+XXs7gdosqdve2zvDLPKl9lamuXiLWXfXRkgqJSYU7qG omoA== X-Gm-Message-State: ALoCoQm692SsWXKRoDQupoIVI/lWp8Z+zh/5cIg22bQ0zXdtk7ypBJ7YyasddL/sayLGBcScxr7/ X-Received: by 10.152.1.1 with SMTP id 1mr1178628lai.89.1413185892159; Mon, 13 Oct 2014 00:38:12 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id iq1sm4329967lac.9.2014.10.13.00.38.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Oct 2014 00:38:11 -0700 (PDT) Message-ID: <543B8162.9020607@freebsd.org> Date: Mon, 13 Oct 2014 11:38:10 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r273024 - head/contrib/netbsd-tests/lib/libc/time References: <201410130244.s9D2iama042530@svn.freebsd.org> In-Reply-To: <201410130244.s9D2iama042530@svn.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 07:38:20 -0000 On 13.10.2014 6:44, Garrett Cooper wrote: > Author: ngie > Date: Mon Oct 13 02:44:35 2014 > New Revision: 273024 > URL: https://svnweb.freebsd.org/changeset/base/273024 > > Log: > Only test the return value in mktime_negyear > > Testing for the errno is an optional requirement according to POSIX, and > FreeBSD doesn't document that errno would be set on failure with mktime According to Base Specs, Issue 7, at least EOVERFLOW we don't support is not optional. -- http://ache.vniz.net/