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

Issue 4290043: [google] Skip g++.dg/rtti/repo1.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/gcc/
Visibility:
Public.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M testsuite/g++.dg/rtti/repo1.C View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 1
Diego Novillo
13 years, 1 month ago (2011-03-14 23:06:04 UTC) #1
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
Sign in to reply to this message.

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