From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 7C855385BF81 for ; Wed, 23 Feb 2022 11:58:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7C855385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-ej1-x62f.google.com with SMTP id vz16so51961939ejb.0 for ; Wed, 23 Feb 2022 03:58:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cweyRP69kRzi/rF1HYYY9OL7hc5CnDVbjdAo3Xp705k=; b=EYAZmfOQT58sK6Gd50LV5tnPdD9kW8q9f10ZiGLNFme2Tl4kiwakKVmGz9NqK1+14a gDUp1CxwQjlQUNrQUoNjZFIX7mLcoxPvGa1bYjsr6EQesW6XrfqL69Js7hpiae8rt7Mh 8UxuAu5B2jST0G67nwcEklKxToHkngorVQvmEBa2JUhjMt4g+MlCc5KjgRKEzVRRZd+v BHR8fAIzXf5dWQMCd6ROVjfZxlg8/TybiSXVqlrTA5VpaI2e4IWjM/hNgQGk3TmZ0YCB MPhq01Wp+GHinkeVYvMDVc0y3+q1LCsNExludz3gYL9IPObHIcCfiOmit/dDXcc/QRjY fa2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cweyRP69kRzi/rF1HYYY9OL7hc5CnDVbjdAo3Xp705k=; b=mgaysZcf8oJAP/cZzqEBEECsC8egFmd9/YS3Q6cC5/qRa/VbSWEYlAQOGcBZMzFE6X 3pw4ZC4Fn1fefWtKyIX+jBT65NJW6IWttHvaCYaSjjJE1/2YoL1l5ujHVlW7/hVlmwur LDd6FL5KnvHNzqO17MqzXicJSy/Bz3iFA7kU3+wc1M+8931ap2CgFtmt3u8U6QH2a+E1 UeMClisTKY/3OCCytJTYpFajPT9+RtHRqa2rMXxs2p0V3cdzfRwMniMkKgIb28KAwwrG bF4NrnfxPrO2LjGxkdeTE2lX/hDn7Gu0c7PEBLYDqz6KKSwqFwyt3gxASiOlSkOlc25w 4Wsw== X-Gm-Message-State: AOAM530vU1Ciz2izWQPSP/2YSeufDJ8VLMzJLYQwe1AyzpdmNPDHx4xY SXlElFYhsRhbHf/4xIvj/e0TqJdl8N/rFtqF1bF7yt3IFQg= X-Google-Smtp-Source: ABdhPJw4BEscQOAcs+uV+1EwmubhDO17Ayp2rissrV7EH1iml0wFxWbfriZ8f36ozuktGkNQMcKbuXiTdH5fsIhoOZ0= X-Received: by 2002:a17:907:78d1:b0:6ce:70b4:f6f9 with SMTP id kv17-20020a17090778d100b006ce70b4f6f9mr23273942ejc.196.1645617482485; Wed, 23 Feb 2022 03:58:02 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Philip Herron Date: Wed, 23 Feb 2022 11:57:51 +0000 Message-ID: Subject: Re: make check-rust doesn't fail, but now the buildbot does To: Mark Wielaard Cc: gcc-rust@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2022 11:58:05 -0000 Thanks for doing this I've been investigating the issue with the 2 match expressions I think it's down to the layout of the enum type not being correct. Not quite sure what the fix will be yet. Overall it's just great to have this level of feedback automatically on multiple machines. --Phil On Tue, 22 Feb 2022 at 23:59, Mark Wielaard wrote: > > Hi, > > make check-rust doesn't fail if there are any unexpected failuress. > I couldn't figure out why not. So I added a new step to the buildbot > so that it does grep unexpected gcc/testsuite/rust/rust.sum; test $? == 1" > which should make the build fail if there are any unexpected test results. > > If this works at least the debian-i686 builder should start failing > because it has a couple of failing test results. > > Cheers, > > Mark > > -- > Gcc-rust mailing list > Gcc-rust@gcc.gnu.org > https://gcc.gnu.org/mailman/listinfo/gcc-rust