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]

[google/gcc-4_7]Mark expected failures


Got new regression failures when using gold to run gcc regression
tests. The failures are related to LIPO (b/8397853).
Since LIPO won't be available for Powerpc64 target until the end of
2013Q2, mark these tests expected failure.

OK for google/gcc-4_7?

Tested:
Extract testresults from nightly build into /tmp/testresult/43933791, run
 ./validate_failures.py --build_dir=/tmp/testresult/43933791
--manifest powerpc64-grtev3-linux-gnu.xfail
SUCCESS: No unexpected failures.

Index: contrib/testsuite-management/powerpc64-grtev3-linux-gnu.xfail
===================================================================
--- contrib/testsuite-management/powerpc64-grtev3-linux-gnu.xfail
 (revision 196617)
+++ contrib/testsuite-management/powerpc64-grtev3-linux-gnu.xfail
 (working copy)
@@ -128,10 +128,15 @@ FAIL: g++.dg/ext/cleanup-9.C -std=gnu++98 executio
 FAIL: g++.dg/ext/cleanup-9.C -std=gnu++11 execution test
 FAIL: g++.dg/warn/Wself-assign-2.C -std=gnu++11  (test for warnings, line 12)
 FAIL: g++.dg/tree-prof/lipo/vcall1_0.C scan-ipa-dump-times profile
"Indirect call -> direct call" 2
-FAIL: g++.dg/tree-prof/mversn15.C execution,    -fprofile-generate
+# b/8397853, a LIPO bug, causing compilation to fail.
+FAIL: g++.dg/tree-prof/mversn15.C compilation,  -fprofile-generate
+UNRESOLVED: g++.dg/tree-prof/mversn15.C execution,    -fprofile-generate
+#FAIL: g++.dg/tree-prof/mversn15.C execution,    -fprofile-generate
 UNRESOLVED: g++.dg/tree-prof/mversn15.C compilation,  -fprofile-use
 UNRESOLVED: g++.dg/tree-prof/mversn15.C execution,    -fprofile-use
-FAIL: g++.dg/tree-prof/mversn15a.C execution,    -fprofile-generate
+FAIL: g++.dg/tree-prof/mversn15a.C compilation,  -fprofile-generate
+UNRESOLVED: g++.dg/tree-prof/mversn15a.C execution,    -fprofile-generate
+#FAIL: g++.dg/tree-prof/mversn15a.C execution,    -fprofile-generate
 UNRESOLVED: g++.dg/tree-prof/mversn15a.C compilation,  -fprofile-use
 UNRESOLVED: g++.dg/tree-prof/mversn15a.C execution,    -fprofile-use


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