Skip to content
Snippets Groups Projects
Commit 5be4f203 authored by Alexandre Oliva's avatar Alexandre Oliva Committed by Alexandre Oliva
Browse files

[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.
parent 76a1bcc0
No related branches found
No related tags found
No related merge requests found
/* { 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment