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]

Re: [vta->trunk] VTA merge


On Sep  1, 2009, Alexandre Oliva <aoliva@redhat.com> wrote:

> On Sep  1, 2009, "Joseph S. Myers" <joseph@codesourcery.com> wrote:
>> you need to make guality.exp not try to run any tests for non-native
>> testing,

> Sorry, I was pretty sure I'd already done that, but it's obvious I
> haven't.  This is bad.  I'll prepare a follow up patch to address this,
> and post it for approval before I install the merge patch.

Given your considerations about isnative, that I don't quite follow yet,
and the fact that with VTA disabled by default, the tests can't possibly
pass, I'm installing this patch for the time being.

for  gcc/testsuite/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* gcc.dg/guality/guality.c: Expect to fail for now.
	* gcc.dg/guality/example.c: Likewise.

Index: gcc/testsuite/gcc.dg/guality/example.c
===================================================================
--- gcc/testsuite/gcc.dg/guality/example.c.orig	2009-09-01 23:45:50.000000000 -0300
+++ gcc/testsuite/gcc.dg/guality/example.c	2009-09-01 23:46:09.000000000 -0300
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { xfail *-*-* } } */
 /* { dg-options "-g" } */
 
 #define GUALITY_DONT_FORCE_LIVE_AFTER -1
Index: gcc/testsuite/gcc.dg/guality/guality.c
===================================================================
--- gcc/testsuite/gcc.dg/guality/guality.c.orig	2009-09-01 23:45:50.000000000 -0300
+++ gcc/testsuite/gcc.dg/guality/guality.c	2009-09-01 23:45:55.000000000 -0300
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { xfail *-*-* } } */
 /* { dg-options "-g" } */
 
 #include "guality.h"
-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer

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