When I XFAIL'd this test, I forgot to XFAIL its execution as well. Tested on ...
14 years, 1 month ago
(2011-03-15 12:31:56 UTC)
#1
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 <dnovillo@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
Issue 4278049: [google] XFAIL execution of libmudflap.c/pass49-frag.c
(Closed)
Created 14 years, 1 month ago by Diego Novillo
Modified 14 years, 1 month ago
Reviewers:
Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/integration/
Comments: 0