public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6252] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for deb
@ 2023-02-21 12:03 Arthur Cohen
  0 siblings, 0 replies; only message in thread
From: Arthur Cohen @ 2023-02-21 12:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:03df9a040c979f97c6b0e1524899a7d457c2cb05

commit r13-6252-g03df9a040c979f97c6b0e1524899a7d457c2cb05
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Mon Dec 5 00:31:18 2022 +0000

    gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info
    
    gcc/testsuite/ChangeLog:
    
            * rust/debug/chartype.rs: Skip testcases on Darwin architectures.

Diff:
---
 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" } } */
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-21 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 12:03 [gcc r13-6252] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for deb Arthur Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).