public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-10020] [testsuite] [analyzer] skip access-mode: O_ACCMODE on vxworks
@ 2024-04-18 11:15 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2024-04-18 11:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5be4f203c491b654ae2b2d5a01b58613f74aba1d

commit r14-10020-g5be4f203c491b654ae2b2d5a01b58613f74aba1d
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Apr 18 08:01:11 2024 -0300

    [testsuite] [analyzer] skip access-mode: O_ACCMODE on vxworks
    
    O_ACCMODE is not defined on vxworks, and the test is meaningless and
    failing without it, so skip it.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.dg/analyzer/fd-access-mode-target-headers.c: Skip on
            vxworks as well.

Diff:
---
 gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c b/gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c
index b57b9fa2279..9fc32638a3d 100644
--- a/gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c
+++ b/gcc/testsuite/gcc.dg/analyzer/fd-access-mode-target-headers.c
@@ -1,5 +1,4 @@
-/* { dg-skip-if "" { powerpc*-*-aix* || newlib } } */
-/* { dg-skip-if "" { avr-*-* } } */
+/* { dg-skip-if "" { { powerpc*-*-aix* avr-*-* *-*-vxworks* } || newlib } } */
 
 #include <sys/stat.h>
 #include <fcntl.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-18 11:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 11:15 [gcc r14-10020] [testsuite] [analyzer] skip access-mode: O_ACCMODE on vxworks 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).