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

[testsuite] [analyzer] require fork where used

Mark tests that fail due to the lack of fork, as in vxworks kernel
mode, as requiring fork.


for  gcc/testsuite/ChangeLog

	* gcc.dg/analyzer/pipe-glibc.c: Require fork.
	* gcc.dg/analyzer/pipe-manpages.c: Likewise.
parent 5be4f203
No related branches found
No related tags found
No related merge requests found
/* Example of pipe usage from glibc manual. */
/* { dg-skip-if "" { "avr-*-*" } } */
/* { dg-require-fork "" } */
/* Example of pipe usage from glibc manual. */
#include <sys/types.h>
#include <unistd.h>
......
/* { dg-require-fork "" } */
/* Example of "pipe" from release 5.13 of the Linux man-pages project.
Copyright (C) 2005, 2008, Michael Kerrisk <mtk.manpages@gmail.com>
......
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