From 12817ab49fb429408890442a7e83f4d468e7a888 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 7 Jan 2013 23:09:09 +0000 Subject: [PATCH] Disable the vfork() OS test... it fails git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5489 42af7a65-404d-4744-a932-0658087f49c3 --- examples/ostest/vfork.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/ostest/vfork.c b/examples/ostest/vfork.c index 6c83047e3..8657f0ceb 100644 --- a/examples/ostest/vfork.c +++ b/examples/ostest/vfork.c @@ -47,6 +47,16 @@ #include "ostest.h" +/**************************************************************************** + * Pre-processor Definitions + ****************************************************************************/ + +/* Disabled this test for now. There are some issues with the vfork + * implementation. +*/ + +#undef CONFIG_ARCH_HAVE_VFORK + /**************************************************************************** * Private Data ****************************************************************************/