public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c
@ 2023-02-23 13:57 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2023-02-23 13:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0a1a24e8a9cfb3c1895f14692144b91676ee80be

commit 0a1a24e8a9cfb3c1895f14692144b91676ee80be
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 23 10:31:24 2023 -0300

    [arm] [vxworks] xfail fp-double-convert-float-1.c
    
    Even with vcvt.f32.f64, the FE_UPWARD test rounds down and fails.  I'm
    not sure whether this opcode disregards the rounding mode (it looks
    like it should take it into account) or it is a qemu bug, but it does
    not look like GCC is doing anything wrong, and the test fails, so I'm
    marking the fail as expected on arm-*-vxworks*.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/torture/fp-double-convert-float-1.c: XFAIL on
            arm-*-vxworks*.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
index 1c28a9e101e..c3ca69d64bb 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
@@ -1,5 +1,5 @@
 /* PR57245 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-vxworks* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */

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

* [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c
@ 2023-02-23 14:02 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2023-02-23 14:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9bcdac23e29abd56819b15863a34f4dd9d2b574f

commit 9bcdac23e29abd56819b15863a34f4dd9d2b574f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 23 11:01:29 2023 -0300

    [arm] [vxworks] xfail fp-double-convert-float-1.c
    
    Even with vcvt.f32.f64, the FE_UPWARD test rounds down and fails.  I'm
    not sure whether this opcode disregards the rounding mode (it looks
    like it should take it into account) or it is a qemu bug, but it does
    not look like GCC is doing anything wrong, and the test fails, so I'm
    marking the fail as expected on arm-*-vxworks*.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/torture/fp-double-convert-float-1.c: XFAIL on
            arm-*-vxworks*.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
index 1c28a9e101e..c3ca69d64bb 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
@@ -1,5 +1,5 @@
 /* PR57245 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-vxworks* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */

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

* [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c
@ 2023-02-23 13:49 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2023-02-23 13:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4a534ae993d657c894e6bd3b5e94f00b7c4f10ea

commit 4a534ae993d657c894e6bd3b5e94f00b7c4f10ea
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 23 10:31:24 2023 -0300

    [arm] [vxworks] xfail fp-double-convert-float-1.c
    
    Even with vcvt.f32.f64, the FE_UPWARD test rounds down and fails.  I'm
    not sure whether this opcode disregards the rounding mode (it looks
    like it should take it into account) or it is a qemu bug, but it does
    not look like GCC is doing anything wrong, and the test fails, so I'm
    marking the fail as expected on arm-*-vxworks*.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/torture/fp-double-convert-float-1.c: XFAIL on
            arm-*-vxworks*.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
index 1c28a9e101e..c3ca69d64bb 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
@@ -1,5 +1,5 @@
 /* PR57245 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-vxworks* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */

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

* [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c
@ 2023-02-23 13:27 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2023-02-23 13:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:43bd3d46e41f17d86d644d319c85c540bde151fc

commit 43bd3d46e41f17d86d644d319c85c540bde151fc
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 07:45:36 2023 -0300

    [arm] [vxworks] xfail fp-double-convert-float-1.c
    
    Even with vcvt.f32.f64, the FE_UPWARD test rounds down and fails.  I'm
    not sure whether this opcode disregards the rounding mode (it looks
    like it should take it into account) or it is a qemu bug, but it does
    not look like GCC is doing anything wrong, and the test fails, so I'm
    marking the fail as expected on arm-*-vxworks*.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/torture/fp-double-convert-float-1.c: XFAIL on
            arm-*-vxworks*.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
index 1c28a9e101e..c3ca69d64bb 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
@@ -1,5 +1,5 @@
 /* PR57245 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-vxworks* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */

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

* [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c
@ 2023-02-16 11:13 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2023-02-16 11:13 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1d816abbae684c2ef0082c15d37953fc78058bfc

commit 1d816abbae684c2ef0082c15d37953fc78058bfc
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 07:45:36 2023 -0300

    [arm] [vxworks] xfail fp-double-convert-float-1.c
    
    Even with vcvt.f32.f64, the FE_UPWARD test rounds down and fails.  I'm
    not sure whether this opcode disregards the rounding mode (it looks
    like it should take it into account) or it is a qemu bug, but it does
    not look like GCC is doing anything wrong, and the test fails, so I'm
    marking the fail as expected on arm-*-vxworks*.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/torture/fp-double-convert-float-1.c: XFAIL on
            arm-*-vxworks*.

Diff:
---
 gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
index 1c28a9e101e..c3ca69d64bb 100644
--- a/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
+++ b/gcc/testsuite/gcc.dg/torture/fp-double-convert-float-1.c
@@ -1,5 +1,5 @@
 /* PR57245 */
-/* { dg-do run } */
+/* { dg-do run { xfail { arm-*-vxworks* } } } */
 /* { dg-require-effective-target fenv } */
 /* { dg-require-effective-target hard_float } */
 /* { dg-additional-options "-frounding-math" } */

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

end of thread, other threads:[~2023-02-23 14:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 13:57 [gcc(refs/users/aoliva/heads/testme)] [arm] [vxworks] xfail fp-double-convert-float-1.c Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-02-23 14:02 Alexandre Oliva
2023-02-23 13:49 Alexandre Oliva
2023-02-23 13:27 Alexandre Oliva
2023-02-16 11:13 Alexandre Oliva

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