summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:09:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:09:09 +0000
commit21f2738e02dd053cd9a9d3760e32b1c15677264c (patch)
treedf113f8f8e95d7326b9831be017b99c4bc10b9c1 /apps
parent89f3c966e75b483eaeb4af2a85721f9b1d8ed4e2 (diff)
downloadnuttx-21f2738e02dd053cd9a9d3760e32b1c15677264c.tar.gz
nuttx-21f2738e02dd053cd9a9d3760e32b1c15677264c.tar.bz2
nuttx-21f2738e02dd053cd9a9d3760e32b1c15677264c.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ostest/vfork.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/ostest/vfork.c b/apps/examples/ostest/vfork.c
index 6c83047e3..8657f0ceb 100644
--- a/apps/examples/ostest/vfork.c
+++ b/apps/examples/ostest/vfork.c
@@ -48,6 +48,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
****************************************************************************/