OSDN Git Service

Update xfails.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jan 2010 12:26:49 +0000 (12:26 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jan 2010 12:26:49 +0000 (12:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155548 138bc75d-0d04-0410-961f-82ee72b054a4

12 files changed:
libffi/ChangeLog
libffi/testsuite/libffi.call/cls_align_longdouble_split.c
libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
libffi/testsuite/libffi.call/cls_double_va.c
libffi/testsuite/libffi.call/cls_longdouble.c
libffi/testsuite/libffi.call/cls_longdouble_va.c
libffi/testsuite/libffi.call/cls_pointer.c
libffi/testsuite/libffi.call/cls_pointer_stack.c
libffi/testsuite/libffi.call/stret_large.c
libffi/testsuite/libffi.call/stret_large2.c
libffi/testsuite/libffi.call/stret_medium.c
libffi/testsuite/libffi.call/stret_medium2.c

index 0dc5de4..d8412aa 100644 (file)
@@ -1,3 +1,18 @@
+2009-12-26  Anthony Green  <green@redhat.com>
+
+       * testsuite/libffi.call/cls_double_va.c,
+       testsuite/libffi.call/cls_longdouble.c,
+       testsuite/libffi.call/cls_longdouble_va.c,
+       testsuite/libffi.call/cls_pointer.c,
+       testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
+       mips*-*-* and arm*-*-*.
+       * testsuite/libffi.call/cls_align_longdouble_split.c,
+       testsuite/libffi.call/cls_align_longdouble_split2.c,
+       testsuite/libffi.call/stret_medium2.c,
+       testsuite/libffi.call/stret_medium.c,
+       testsuite/libffi.call/stret_large.c,
+       testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
+
 2009-12-31  Kay Tietz  <ktietz70@googlemail.com>
 
        * testsuite/libffi.call/ffitest.h,
index 8b1a20c..4274af1 100644 (file)
@@ -5,7 +5,7 @@
    Originator: <hos@tamanegi.org> 20031203      */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
index 794d17d..088f0d3 100644 (file)
@@ -6,7 +6,7 @@
 */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
index 45ce9bd..cc10125 100644 (file)
@@ -4,7 +4,7 @@
    PR:                 none.
    Originator: Blake Chaffin 6/6/2007   */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 #include "ffitest.h"
 
 static void
index 2f50b36..52af6cf 100644 (file)
@@ -5,7 +5,7 @@
    Originator: Blake Chaffin   */
 
 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-* } } */
 /* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */
 
index 4914f32..6c17dc4 100644 (file)
@@ -4,7 +4,7 @@
    PR:                 none.
    Originator: Blake Chaffin 6/6/2007   */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 /* { dg-output "" { xfail x86_64-*-mingw* } } */
 #include "ffitest.h"
 
index 34e4209..fadd353 100644 (file)
@@ -4,7 +4,7 @@
    PR:                 none.
    Originator: Blake Chaffin 6/6/2007  */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 #include "ffitest.h"
 
 void* cls_pointer_fn(void* a1, void* a2)
index dd59c6b..697f271 100644 (file)
@@ -4,7 +4,7 @@
    PR:                 none.
    Originator: Blake Chaffin 6/7/2007  */
 
-/* { dg-do run { xfail mips*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */
 #include "ffitest.h"
 
 static long dummyVar;
index f2f3801..23a93b9 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
index 7b8f729..e2599d2 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 // 13 FPRs: 104 bytes
index 085b3c4..1fc6a9e 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {
index 4c1ba43..1692c2d 100644 (file)
@@ -6,7 +6,7 @@
    PR:                 none.
    Originator: Blake Chaffin   6/21/2007       */
 
-/* { dg-do run { xfail arm*-*-* strongarm*-*-* xscale*-*-*  } } */
+/* { dg-do run { xfail strongarm*-*-* xscale*-*-*  } } */
 #include "ffitest.h"
 
 typedef struct struct_72byte {