about summary refs log tree commit diff
path: root/conform/data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data')
-rw-r--r--conform/data/signal.h-data4
-rw-r--r--conform/data/sys/wait.h-data10
2 files changed, 7 insertions, 7 deletions
diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data
index fa841cfdbe..97c4034890 100644
--- a/conform/data/signal.h-data
+++ b/conform/data/signal.h-data
@@ -112,7 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
 
 constant SA_NOCLDSTOP
 # ifndef XPG4
-constant SA_SIGINFO
+xfail[i386-gnu]-constant SA_SIGINFO
 # endif
 constant SIG_BLOCK
 constant SIG_UNBLOCK
@@ -123,7 +123,7 @@ constant SA_ONSTACK
 # if !defined XPG4 && !defined POSIX
 constant SA_RESETHAND
 constant SA_RESTART
-constant SA_NOCLDWAIT
+xfail[i386-gnu]-constant SA_NOCLDWAIT
 constant SA_NODEFER
 # endif
 # if !defined XPG4 && !defined POSIX && !defined POSIX2008
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data
index 559ebdf677..fe9aeb5fee 100644
--- a/conform/data/sys/wait.h-data
+++ b/conform/data/sys/wait.h-data
@@ -8,7 +8,7 @@ constant WUNTRACED
 
 macro WEXITSTATUS
 # if !defined XPG4 && !defined POSIX && !defined POSIX2008
-macro WIFCONTINUED
+xfail[i386-gnu]-macro WIFCONTINUED
 # endif
 macro WIFEXITED
 macro WIFSIGNALED
@@ -17,13 +17,13 @@ macro WSTOPSIG
 macro WTERMSIG
 
 # if !defined XPG4 && !defined POSIX
-constant WEXITED
-constant WSTOPPED
+xfail[i386-gnu]-constant WEXITED
+xfail[i386-gnu]-constant WSTOPPED
 #  ifndef POSIX2008
-constant WCONTINUED
+xfail[i386-gnu]-constant WCONTINUED
 #  endif
 constant WNOHANG
-constant WNOWAIT
+xfail[i386-gnu]-constant WNOWAIT
 # endif
 
 #if !defined XPG4 && !defined POSIX