public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] XFAIL pr57193.c test-case.
@ 2020-03-30 12:10 Martin Liška
  2020-03-30 15:31 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2020-03-30 12:10 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

Hi.

I would like to XFAIL the mentioned test-case. It fails
for quite some time and it has PR created.

Ready to be installed?
Thanks,
Martin

gcc/testsuite/ChangeLog:

2020-03-30  Martin Liska  <mliska@suse.cz>

	PR rtl-optimization/87716
	* gcc.target/i386/pr57193.c: XFAIL a test-case.
---
  gcc/testsuite/gcc.target/i386/pr57193.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)



[-- Attachment #2: 0001-XFAIL-pr57193.c-test-case.patch --]
[-- Type: text/x-patch, Size: 522 bytes --]

diff --git a/gcc/testsuite/gcc.target/i386/pr57193.c b/gcc/testsuite/gcc.target/i386/pr57193.c
index 5c6d7e495de..25c69a2b024 100644
--- a/gcc/testsuite/gcc.target/i386/pr57193.c
+++ b/gcc/testsuite/gcc.target/i386/pr57193.c
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
-/* { dg-final { scan-assembler-times "movdqa" 2 } } */
+/* XFAIL the test due to PR87716.  */
+/* { dg-final { scan-assembler-times "movdqa" 2 { xfail *-*-* } } } */
 
 #include <emmintrin.h>
 


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

* Re: [PATCH] XFAIL pr57193.c test-case.
  2020-03-30 12:10 [PATCH] XFAIL pr57193.c test-case Martin Liška
@ 2020-03-30 15:31 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2020-03-30 15:31 UTC (permalink / raw)
  To: Martin Liška, gcc-patches

On Mon, 2020-03-30 at 14:10 +0200, Martin Liška wrote:
> Hi.
> 
> I would like to XFAIL the mentioned test-case. It fails
> for quite some time and it has PR created.
> 
> Ready to be installed?
> Thanks,
> Martin
> 
> gcc/testsuite/ChangeLog:
> 
> 2020-03-30  Martin Liska  <mliska@suse.cz>
> 
> 	PR rtl-optimization/87716
> 	* gcc.target/i386/pr57193.c: XFAIL a test-case.
Yea, it's been failing for over a year and as you note, we've got a BZ for it.

OK
jeff


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

end of thread, other threads:[~2020-03-30 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 12:10 [PATCH] XFAIL pr57193.c test-case Martin Liška
2020-03-30 15:31 ` Jeff Law

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).