From owner-dev-commits-src-all@freebsd.org Wed Dec 30 00:50:24 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 21F1F4D0289; Wed, 30 Dec 2020 00:50:24 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5CPX06ftz3ssh; Wed, 30 Dec 2020 00:50:24 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id E40C42EB80; Wed, 30 Dec 2020 00:50:23 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f180.google.com with SMTP id c7so12883084qke.1; Tue, 29 Dec 2020 16:50:23 -0800 (PST) X-Gm-Message-State: AOAM530C0IDPdH82YaS4+dPru+RWlg/fskjZPat2EbgutJe5P/Defl23 jdDjsmzdHem3D14RfTDYuYjhucEL6w83iQowy8w= X-Google-Smtp-Source: ABdhPJzFeCD7EnDXXRpQJFEWlIC3LZFW692Gp+mbEnEDKIq+Cqj5lMic6WMqqpvBjeSJRivZsFTMvuf2dCCOu5z4AWo= X-Received: by 2002:a05:620a:14a:: with SMTP id e10mr49364383qkn.103.1609289423405; Tue, 29 Dec 2020 16:50:23 -0800 (PST) MIME-Version: 1.0 References: <202012292306.0BTN6ivw093358@gitrepo.freebsd.org> In-Reply-To: From: Kyle Evans Date: Tue, 29 Dec 2020 18:50:12 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 269b7d8ac1e5 - stable/12 - tftpd: tests: raise targeted cstd to c11 To: Ryan Libby Cc: Kyle Evans , src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 00:50:24 -0000 On Tue, Dec 29, 2020 at 6:38 PM Ryan Libby wrote: > > On Tue, Dec 29, 2020 at 3:32 PM Kyle Evans wrote: > > > > Hmm, I hadn't done this because we still have in-tree GCC4.2. Might want to go ahead and skip these tests entirely a level up for 4.2. > > > > Ah, thanks for the reminder. I'll take another look re in-tree gcc. > Based on the other commits I've MFC'd, I'm pretty sure it's been > broken for months anyway, but I'll see what I can do if the fixes are > easy. > This should not be the case, we've been running arm/mips/etc. in CI up until the git transition.