diff mbox

[google/gcc-4_7] XFAIL map element_access test

Message ID CAFOgFcR9YYAndniua2uc-omHVB2hUM+Sh_a3YoEESGT+6nQ=6w@mail.gmail.com
State New
Headers show

Commit Message

Ollie Wild Aug. 8, 2012, 9:52 p.m. UTC
As previously discussed, this patch XFAIL's the new libstdc++ failure
caused by http://gcc.gnu.org/viewcvs?revision=190129&view=revision.
It will be reverted once the issues discussed at
http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00141.html have been
resolved.

Okay to submit to google/gcc-4_7?

Ollie


2012-08-08  Ollie Wild  <aaw@google.com>

       * testsuite-management/powerpc-grtev3-linux-gnu.xfail: xfail
       23_containers/map/element_access/2.cc from libstdc++.
       * testsuite-management/x86_64-grtev3-linux-gnu.xfail: Ditto.
commit 0e6b70f28b33c1c017afb7374fc724cd61b62745
Author: Ollie Wild <aaw@google.com>
Date:   Wed Aug 8 16:48:19 2012 -0500

    XFail 23_containers/map/element_access/2.cc compilation from libstedc++.
    
    To be reverted once issues at
    http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00141.html are resolved.

Comments

Diego Novillo Aug. 8, 2012, 9:54 p.m. UTC | #1
On 12-08-08 17:52 , Ollie Wild wrote:
> As previously discussed, this patch XFAIL's the new libstdc++ failure
> caused by http://gcc.gnu.org/viewcvs?revision=190129&view=revision.
> It will be reverted once the issues discussed at
> http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00141.html have been
> resolved.
>
> Okay to submit to google/gcc-4_7?
>
> Ollie
>
>
> 2012-08-08  Ollie Wild  <aaw@google.com>
>
>         * testsuite-management/powerpc-grtev3-linux-gnu.xfail: xfail
>         23_containers/map/element_access/2.cc from libstdc++.
>         * testsuite-management/x86_64-grtev3-linux-gnu.xfail: Ditto.

OK.


Diego.
diff mbox

Patch

diff --git a/contrib/ChangeLog.google-4_7 b/contrib/ChangeLog.google-4_7
index 4217fc8..c1664f9 100644
--- a/contrib/ChangeLog.google-4_7
+++ b/contrib/ChangeLog.google-4_7
@@ -1,3 +1,9 @@ 
+2012-08-08  Ollie Wild  <aaw@google.com>
+
+	* testsuite-management/powerpc-grtev3-linux-gnu.xfail: xfail
+	23_containers/map/element_access/2.cc from libstdc++.
+	* testsuite-management/x86_64-grtev3-linux-gnu.xfail: Ditto.
+
 2012-08-06  Simon Baldwin  <simonb@google.com>
 
     Cherry pick r190180 from google/main.
diff --git a/contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail b/contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail
index 14cd6c5..45752f8 100644
--- a/contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail
+++ b/contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail
@@ -170,3 +170,8 @@  FAIL: gcc.target/powerpc/pr46728-3.c scan-assembler-not pow
 FAIL: gcc.target/powerpc/pr46728-4.c scan-assembler-not pow
 FAIL: gcc.target/powerpc/pr46728-7.c scan-assembler-not pow
 FAIL: gcc.target/powerpc/pr46728-8.c scan-assembler-not pow
+
+# See http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00141.html.  Revert once
+# that is resolved.
+UNRESOLVED: 23_containers/map/element_access/2.cc compilation failed to produce executable
+FAIL: 23_containers/map/element_access/2.cc (test for excess errors)
diff --git a/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail b/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
index 38ab201..4fa47ec 100644
--- a/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
+++ b/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
@@ -63,3 +63,8 @@  flaky | FAIL: libmudflap.cth/pass40-frag.c output pattern test
 flaky | FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test
 flaky | FAIL: libmudflap.cth/pass39-frag.c (-O3) (rerun 10) execution test
 flaky | FAIL: libgomp.graphite/force-parallel-6.c execution test
+
+# See http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00141.html.  Revert once
+# that is resolved.
+UNRESOLVED: 23_containers/map/element_access/2.cc compilation failed to produce executable
+FAIL: 23_containers/map/element_access/2.cc (test for excess errors)