|
|
|
Created:
13 years, 1 month ago by simonb Modified:
13 years, 1 month ago Reviewers:
Diego Novillo CC:
gcc-patches_gcc.gnu.org Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7/ Visibility:
Public. |
Patch Set 1 #
Total messages: 2
|
simonb
Extend expiration date for pr54127 and Google ref b/6983319. Okay for google/gcc-4_7 branch? Thanks. ChangeLog.google-4_7 ...
|
13 years, 1 month ago (2012年11月27日 16:45:58 UTC) #1 | ||||||||||||||
Extend expiration date for pr54127 and Google ref b/6983319. Okay for google/gcc-4_7 branch? Thanks. ChangeLog.google-4_7 2012年11月27日 Simon Baldwin <simonb@google.com> * contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail: Extend expiration date for pr54127 and Google ref b/6983319. Index: contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail =================================================================== --- contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail (revision 193854) +++ contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail (working copy) @@ -1,9 +1,9 @@ # Temporarily ignore gcc pr54127. -expire=20121231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (test for excess errors) -expire=20121231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (internal compiler error) +expire=20151231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (test for excess errors) +expire=20151231 | FAIL: gcc.dg/torture/pr53589.c -O3 -g (internal compiler error) # Temporarily ignore Google ref b/6983319. -expire=20121231 | FAIL: gcc.target/powerpc/regnames-1.c (test for excess errors) -expire=20121231 | FAIL: gcc.target/powerpc/regnames-1.c (internal compiler error) +expire=20151231 | FAIL: gcc.target/powerpc/regnames-1.c (test for excess errors) +expire=20151231 | FAIL: gcc.target/powerpc/regnames-1.c (internal compiler error) FAIL: gfortran.dg/bessel_6.f90 -O0 execution test FAIL: gfortran.dg/bessel_6.f90 -O1 execution test -- This patch is available for review at http://codereview.appspot.com/6858082
On Tue, Nov 27, 2012 at 11:45 AM, Simon Baldwin <simonb@google.com> wrote: > Extend expiration date for pr54127 and Google ref b/6983319. > > Okay for google/gcc-4_7 branch? Thanks. > > > ChangeLog.google-4_7 > 2012年11月27日 Simon Baldwin <simonb@google.com> > > * contrib/testsuite-management/powerpc-grtev3-linux-gnu.xfail: > Extend expiration date for pr54127 and Google ref b/6983319. OK. Diego.