From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id C40DA382E69D for ; Tue, 21 Feb 2023 12:04:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C40DA382E69D 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-wr1-x436.google.com with SMTP id v3so4087105wrp.2 for ; Tue, 21 Feb 2023 04:04:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=btPqZn/2MjkCOOQi3xvqC9JuoeuiSEbiS/7KwLwEqAw=; b=Tuj6ZXkCN7SLJSKZcDi8ADnu/E5349Q85U//1KouEp9nXgmFvXUlSagr3qNlFgikh0 R1Te0hoK2lxnXNfiCFOUGmR1bQ7GJInGmrk5FhjAghew4289858J9NXJebMd7fBm3s1n 07ajdk2wosJ3aKsCpNrHdk2881b9JG7ABMkF1JHbeSXyixVKGucIyqS2f2MOfoCNgFXy iaNmQTwXzm8bJNtaKTYtO2L9K+5LYgYY1Dd3gbqT5kqfbSUctO81poCzGe9XoUFI/CpE iZNSQs2CQaaauWb9/ZTYZPh0bOfXaN95h817wYk8W9ANNXATLkj7/e4hFJOzGypdGR7j Z8Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=btPqZn/2MjkCOOQi3xvqC9JuoeuiSEbiS/7KwLwEqAw=; b=pITlwIKLyB1fOCt9iZUChxzi8Ctc7YkSqoLmAaT1qxCc5VJ6coQDj63+ymZlwNGA7X nHOW4SYbfbYwgVcwLTNHekLQgEkwJ5uzRrcy5TNKumda5eUq57ZrcIzCNS13OzoLBldn ksIX+J7bbJSM8Lm+07n6QFbuU+iDmQe6h1ezHq/28ChZ/JnaX4Jo9zJWiI+2KNd18Fl3 NwLuUynB/2XoL+mbPxqiwh0HcpCRY53P76pH3cMgTgcfcdQfXs08En15GGVTxGqnXn6Y 9LvBZvxUoBtIbG1x1ikeMyspHGgUAYTrL8AGB4LvfDCG9PKab+bbZyrwu9WiV6KLd+nM xJxQ== X-Gm-Message-State: AO0yUKUSEHtcBOgs/FxaS+PGN7wNZ3DMabjlEqOHxTtTUL3XZMarqc9V oj0Z7wFjCwmhTDG3QaTaMsiq X-Google-Smtp-Source: AK7set9tikw310FyIpaof1KkSoilaBTPqIvxpmAny4YVgIEQviuPpa8PKyrNtd9Fhh6zfOR/rBT28Q== X-Received: by 2002:adf:d08f:0:b0:2c6:e87f:f19 with SMTP id y15-20020adfd08f000000b002c6e87f0f19mr3641852wrh.57.1676981081439; Tue, 21 Feb 2023 04:04:41 -0800 (PST) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id c15-20020adffb4f000000b002c55b0e6ef1sm5013811wrs.4.2023.02.21.04.04.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 04:04:41 -0800 (PST) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Philip Herron Subject: [committed 099/103] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info Date: Tue, 21 Feb 2023 13:02:29 +0100 Message-Id: <20230221120230.596966-100-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230221120230.596966-1-arthur.cohen@embecosm.com> References: <20230221120230.596966-1-arthur.cohen@embecosm.com> Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Philip Herron gcc/testsuite/ChangeLog: * rust/debug/chartype.rs: Skip testcases on Darwin architectures. --- gcc/testsuite/rust/debug/chartype.rs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gcc/testsuite/rust/debug/chartype.rs b/gcc/testsuite/rust/debug/chartype.rs index 69e7ab0b17f..3300925d4e0 100644 --- a/gcc/testsuite/rust/debug/chartype.rs +++ b/gcc/testsuite/rust/debug/chartype.rs @@ -1,10 +1,11 @@ -// 'char' should use DW_ATE_UTF -fn main () { - let c = 'x'; // { dg-do compile } -// Use -w to avoid warnings about the unused variables -// DW_ATE_UTF entered in DWARF 4. +// { dg-skip-if "see https://github.com/Rust-GCC/gccrs/pull/1632" { *-*-darwin* } } // { dg-options "-w -gdwarf-4 -dA" } -// DW_ATE_UTF = 0x10 -// { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */ +// 'char' should use DW_ATE_UTF +fn main() { + let c = 'x'; + // Use -w to avoid warnings about the unused variables + // DW_ATE_UTF entered in DWARF 4. + // DW_ATE_UTF = 0x10 + // { dg-final { scan-assembler "0x10\[ \t]\[^\n\r]* DW_AT_encoding" } } */ } -- 2.39.1