gcov-14.c: Skip on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 19 Jul 2013 14:42:59 +0000 (14:42 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 19 Jul 2013 14:42:59 +0000 (10:42 -0400)
        * gcc.misc-tests/gcov-14.c: Skip on AIX.
        * gcc.dg/simulate-thread/simulate-thread.exp: Skip on AIX.

From-SVN: r201062

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/simulate-thread/simulate-thread.exp
gcc/testsuite/gcc.misc-tests/gcov-14.c

index 7ed2e323b07fc84da3bc2f26a45bc7f7d955201c..584dd785457eabc142209f74f234f9c85bcbca59 100644 (file)
 
        * g++.old-deja/g++.other/init19.C: Require cxa_atext.
 
+       * gcc.misc-tests/gcov-14.c: Skip on AIX.
+
+       * gcc.dg/simulate-thread/simulate-thread.exp: Skip on AIX.
+
 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/57516
index 671e77eb471607da39d8891753ac4a28586c7ff5..108d6061b46a577e01dd1850b604447504715adc 100644 (file)
@@ -20,6 +20,11 @@ load_lib gcc-dg.exp
 load_lib gcc-simulate-thread.exp
 load_lib torture-options.exp
 
+if { [istarget "powerpc-ibm-aix*"] } {
+    set torture_execute_xfail "powerpc-ibm-aix*"
+    return
+}
+
 dg-init
 torture-init
 set-torture-options [list \
index 5b9cd4189c1fa49d8473499d4d44c9c1e34c7773..de7ac0d2ab20d10c86bd6de9e73afc64f4dc70e5 100644 (file)
@@ -6,6 +6,7 @@
 /* { dg-require-weak "" } */
 /* { dg-do run { target native } } */
 /* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! lp64 } } } */
+/* { dg-skip-if "undefined weak not supported" { powerpc-ibm-aix* } } */
 
 extern int __attribute__ ((weak)) Foo ();