public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4994] testsuite, X86, Darwin: Skip tests with incompatible output.
@ 2023-10-29  7:07 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2023-10-29  7:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:78491bee704292d83ac7eb603eb07680eeb68fb3

commit r14-4994-g78491bee704292d83ac7eb603eb07680eeb68fb3
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Sat Oct 28 19:22:27 2023 +0100

    testsuite, X86, Darwin: Skip tests with incompatible output.
    
    Darwin platforms do not currently emit .cfi_xxx instructions so that these
    tests do not work there.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/i386/apx-interrupt-1.c: Skip for Darwin.
            * gcc.target/i386/apx-push2pop2-1.c: Likewise.
            * gcc.target/i386/apx-push2pop2_force_drap-1.c: Likewise.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>

Diff:
---
 gcc/testsuite/gcc.target/i386/apx-interrupt-1.c            | 1 +
 gcc/testsuite/gcc.target/i386/apx-push2pop2-1.c            | 1 +
 gcc/testsuite/gcc.target/i386/apx-push2pop2_force_drap-1.c | 1 +
 3 files changed, 3 insertions(+)

diff --git a/gcc/testsuite/gcc.target/i386/apx-interrupt-1.c b/gcc/testsuite/gcc.target/i386/apx-interrupt-1.c
index dc1fc3fe3738..5f732d3e3160 100644
--- a/gcc/testsuite/gcc.target/i386/apx-interrupt-1.c
+++ b/gcc/testsuite/gcc.target/i386/apx-interrupt-1.c
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-mapxf -m64 -O2 -mgeneral-regs-only -mno-cld -mno-push-args -maccumulate-outgoing-args" } */
+/* { dg-skip-if "does not emit .cfi_xxx" "*-*-darwin*" } */
 
 extern void foo (void *) __attribute__ ((interrupt));
 extern int bar (int);
diff --git a/gcc/testsuite/gcc.target/i386/apx-push2pop2-1.c b/gcc/testsuite/gcc.target/i386/apx-push2pop2-1.c
index c7968d674e54..089941d3726b 100644
--- a/gcc/testsuite/gcc.target/i386/apx-push2pop2-1.c
+++ b/gcc/testsuite/gcc.target/i386/apx-push2pop2-1.c
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-O2 -mapxf" } */
+/* { dg-skip-if "does not emit .cfi_xxx" "*-*-darwin*" } */
 
 extern int bar (int);
 
diff --git a/gcc/testsuite/gcc.target/i386/apx-push2pop2_force_drap-1.c b/gcc/testsuite/gcc.target/i386/apx-push2pop2_force_drap-1.c
index 387879902885..656ca91391ae 100644
--- a/gcc/testsuite/gcc.target/i386/apx-push2pop2_force_drap-1.c
+++ b/gcc/testsuite/gcc.target/i386/apx-push2pop2_force_drap-1.c
@@ -1,5 +1,6 @@
 /* { dg-do compile { target { ! ia32 } } } */
 /* { dg-options "-O2 -mapxf -mforce-drap" } */
+/* { dg-skip-if "does not emit .cfi_xxx" "*-*-darwin*" } */
 
 #include "apx-push2pop2-1.c"

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

only message in thread, other threads:[~2023-10-29  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-29  7:07 [gcc r14-4994] testsuite, X86, Darwin: Skip tests with incompatible output Iain D Sandoe

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).