This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

disable attr-weakref-1.c on darwin


Black magic whose finer points are lost on me, but this patch causes the testcase to really be skipped on darwin. I asked Geoff about it, he Oked it. When run, I now get:

UNSUPPORTED: gcc.dg/attr-weakref-1.c


2005-12-21 Mike Stump <mrs@apple.com>


* gcc.dg/attr-weakref-1.c: Really skip on darwin.

Doing diffs in testsuite:
--- testsuite/gcc.dg/attr-weakref-1.c.~1~ 2005-12-20 12:49:41.000000000 -0800
+++ testsuite/gcc.dg/attr-weakref-1.c 2005-12-21 16:10:30.000000000 -0800
@@ -1,7 +1,7 @@
// { dg-do run }
// { dg-require-weak "" }
// On darwin, we use attr-weakref-1-darwin.c
-// { dg-skip-if "" { "*-*-darwin*" } "*" { "*" } }
+// { dg-skip-if "" { "*-*-darwin*" } "*" { "" } }
// { dg-options "-O2" }
// { dg-additional-sources "attr-weakref-1a.c" }


--------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]