public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4984] testsuite: AIX
Date: Tue,  3 Jan 2023 18:49:59 +0000 (GMT)	[thread overview]
Message-ID: <20230103184959.B82053858D1E@sourceware.org> (raw)

https://gcc.gnu.org/g:e098c5d10521f2cf67202ea742b0af337b33c6b1

commit r13-4984-ge098c5d10521f2cf67202ea742b0af337b33c6b1
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Mon Dec 26 18:01:29 2022 -0500

    testsuite: AIX
    
    C++ Modules do not work reliably on AIX.  This patch disables the
    modules portion of the testsuite on AIX.
    
    IBM128 float keywords not enabled for AIX, so skip this test.
    
    gcc/testsuite/ChangeLog:
    
            * g++.dg/modules/modules.exp: Skip on AIX.
            * gcc.target/powerpc/pr99708.c: Skip on AIX.

Diff:
---
 gcc/testsuite/g++.dg/modules/modules.exp   | 5 +++++
 gcc/testsuite/gcc.target/powerpc/pr99708.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gcc/testsuite/g++.dg/modules/modules.exp b/gcc/testsuite/g++.dg/modules/modules.exp
index cacbd75c385..38120d84646 100644
--- a/gcc/testsuite/g++.dg/modules/modules.exp
+++ b/gcc/testsuite/g++.dg/modules/modules.exp
@@ -44,6 +44,11 @@ if {[is_remote host]} {
     return
 }
 
+if { [istarget "powerpc-ibm-aix*"] } {
+    set torture_execute_xfail "powerpc-ibm-aix*"
+    return
+}
+
 global module_do
 global module_cmis
 
diff --git a/gcc/testsuite/gcc.target/powerpc/pr99708.c b/gcc/testsuite/gcc.target/powerpc/pr99708.c
index d478f7bc4c0..02b40ebc40d 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr99708.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr99708.c
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "" { powerpc*-*-darwin* powerpc-ibm-aix* } } */
 /* { require-effective-target ppc_float128_sw } */
 /* { dg-options "-O2 -mvsx -mfloat128" } */

                 reply	other threads:[~2023-01-03 18:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230103184959.B82053858D1E@sourceware.org \
    --to=dje@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).