public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH]: testsuite, XFAIL objc++ 4.3 regressions
@ 2008-02-16 17:09 Kaveh R. GHAZI
  2008-02-16 21:04 ` Mike Stump
  0 siblings, 1 reply; 2+ messages in thread
From: Kaveh R. GHAZI @ 2008-02-16 17:09 UTC (permalink / raw)
  To: janis187, mrs; +Cc: gcc-patches

When I originally XFAILed the remaining objc++ testsuite failures, I left
out the 4.3 regressions in case they might get worked on.  Doesn't look
that way now, so this patch XFAILs those as well.  (PR listed in comment).

The only remaining noise from objc++ testsuite now are the checking
failures but that should be silenced when the branch is created and we do
--enable-checking=release.

Tested on x86_64-unknown-linux-gnu via "make check".

Okay for mainline?

		Thanks,
		--Kaveh


2008-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* obj-c++.dg/encode-2.mm: XFAIL.
	* obj-c++.dg/encode-3.mm: Likewise.

diff -rup orig/egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-2.mm egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-2.mm
--- orig/egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-2.mm	2007-12-31 19:13:36.000000000 +0100
+++ egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-2.mm	2008-02-16 17:54:43.000000000 +0100
@@ -10,5 +10,5 @@ Vec<double> dd;
 const char *enc = @encode(Vec<float>);
 const char *enc2 = @encode(Vec<double>);

-/* { dg-final { scan-assembler "{Vec<float>=ffi}" } } */
-/* { dg-final { scan-assembler "{Vec<double>=ddi}" } } */
+/* { dg-final { scan-assembler "{Vec<float>=ffi}" { xfail "*-*-*" } } } PR32052 */
+/* { dg-final { scan-assembler "{Vec<double>=ddi}" { xfail "*-*-*" } } } PR32052 */
diff -rup orig/egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-3.mm egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-3.mm
--- orig/egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-3.mm	2007-12-31 19:13:36.000000000 +0100
+++ egcc-SVN20080216/gcc/testsuite/obj-c++.dg/encode-3.mm	2008-02-16 17:49:59.000000000 +0100
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { xfail { "*-*-*" } } } PR32052 */

 #include <stdlib.h>
 #include <string.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH]: testsuite, XFAIL objc++ 4.3 regressions
  2008-02-16 17:09 [PATCH]: testsuite, XFAIL objc++ 4.3 regressions Kaveh R. GHAZI
@ 2008-02-16 21:04 ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2008-02-16 21:04 UTC (permalink / raw)
  To: Kaveh R. GHAZI; +Cc: janis187, gcc-patches

On Feb 16, 2008, at 9:04 AM, Kaveh R. GHAZI wrote:
> this patch XFAILs those as well.  (PR listed in comment).

> Okay for mainline?

Ok.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-16 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-16 17:09 [PATCH]: testsuite, XFAIL objc++ 4.3 regressions Kaveh R. GHAZI
2008-02-16 21:04 ` Mike Stump

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).