When I XFAIL'd this test, I forgot to XFAIL its execution as well. Tested on x86_64. Committed to branch.
2011-03-15 Diego Novillo <dnovi...@google.com> * testsuite/libmudflap.c/pass49-frag.c: Also XFAIL execution. Index: libmudflap/testsuite/libmudflap.c/pass49-frag.c =================================================================== --- libmudflap/testsuite/libmudflap.c/pass49-frag.c (revision 170968) +++ libmudflap/testsuite/libmudflap.c/pass49-frag.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-do run } */ +/* { dg-do run { xfail *-*-* } } */ #include <stdlib.h> #include <ctype.h> #include <stdarg.h> -- This patch is available for review at http://codereview.appspot.com/4278049