Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(9471)

Issue 4290044: [google] XFAIL libmudflap.c/pass49-frag.c. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by Diego Novillo
Modified:
13 years, 1 month ago
Reviewers:
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/integration/libmudflap/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M testsuite/libmudflap.c/pass49-frag.c View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 1
Diego Novillo
13 years, 1 month ago (2011-03-14 23:20:40 UTC) #1
This test is failing on trunk as well as google/integration.  XFAIL to
pacify the testers.

Tested on x86_64{-m32,-m64}.  Committed to google/integration.


2011-03-14  Diego Novillo  <dnovillo@google.com>

	* testsuite/libmudflap.c/pass49-frag.c: XFAIL.

Index: testsuite/libmudflap.c/pass49-frag.c
===================================================================
--- testsuite/libmudflap.c/pass49-frag.c	(revision 170776)
+++ testsuite/libmudflap.c/pass49-frag.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-do run } */
 #include <stdlib.h>
 #include <ctype.h>
 #include <stdarg.h>
@@ -32,4 +33,4 @@ int main ()
   foo (7, "hello ", 5, " ", 3, " world ", 9, "\n");
   return 0;
 }
-/* { dg-output "hello 5 3 world 9" } */
+/* { dg-output "hello 5 3 world 9" { xfail *-*-* } } */

--
This patch is available for review at http://codereview.appspot.com/4290044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b