diff mbox

[google] Skip g++.dg/rtti/repo1.C (issue4290043)

Message ID 20110314230600.E7FC5AE1DF@tobiano.tor.corp.google.com
State New
Headers show

Commit Message

Diego Novillo March 14, 2011, 11:06 p.m. UTC
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.


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

Patch

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>