public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [google] Skip g++.dg/rtti/repo1.C (issue4290043)
@ 2011-03-14 23:06 Diego Novillo
  0 siblings, 0 replies; only message in thread
From: Diego Novillo @ 2011-03-14 23:06 UTC (permalink / raw)
  To: gcc-patches, reply


The use of --sysroot conflicts with this test because it's not passed
to COLLECT_GCC_OPTIONS when using -frepo.  Since we don't use -frepo,
this patch skips the test.

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



testsuite/ChangeLog.google-integration

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

	* g++.dg/rtti/repo1.C: Skip.

	Google ref 39481.

Index: testsuite/g++.dg/rtti/repo1.C
===================================================================
--- testsuite/g++.dg/rtti/repo1.C	(revision 170776)
+++ testsuite/g++.dg/rtti/repo1.C	(working copy)
@@ -2,6 +2,7 @@
 // { dg-options "-frepo" }
 // { dg-require-host-local "" }
 // { dg-skip-if "dkms are not final links" { vxworks_kernel } }
+// { dg-skip-if "-frepo not supported with --sysroot (as it is not passed to COLLECT_GCC_OPTIONS" { *-*-linux* } { "*" } { "" } }
 
 #include <typeinfo>
 template<int>

--
This patch is available for review at http://codereview.appspot.com/4290043

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-14 23:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-14 23:06 [google] Skip g++.dg/rtti/repo1.C (issue4290043) Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).