aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2009-06-15 17:16:39 -0700
committerYuji Mano <yuji.mano@am.sony.com>2009-06-15 17:16:39 -0700
commit0ad710a69acf37916364bc57d7b47e65380c74df (patch)
treef27e0b424cb5194ac3679ef54cb40e1b94b44bb9
parente95ad810894c01373d11e74411f358d2605b4acd (diff)
downloadmars-src-0ad710a69acf37916364bc57d7b47e65380c74df.tar.gz
tests: TST fixes to avoid pthread limit error
-rw-r--r--tests/TST/TST_01_002/host.c2
-rw-r--r--tests/TST/TST_01_003/host.c2
-rw-r--r--tests/TST/TST_01_004/host.c2
-rw-r--r--tests/TST/TST_01_005/host.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/TST/TST_01_002/host.c b/tests/TST/TST_01_002/host.c
index 8a0f5e8..b31002f 100644
--- a/tests/TST/TST_01_002/host.c
+++ b/tests/TST/TST_01_002/host.c
@@ -26,7 +26,7 @@
#include "mars_test.h"
-#define MARS_CONTEXT_COUNT 16
+#define MARS_CONTEXT_COUNT 10
extern spe_program_handle_t mpu_prog;
diff --git a/tests/TST/TST_01_003/host.c b/tests/TST/TST_01_003/host.c
index 78c86e8..2b37c79 100644
--- a/tests/TST/TST_01_003/host.c
+++ b/tests/TST/TST_01_003/host.c
@@ -26,7 +26,7 @@
#include "mars_test.h"
-#define MARS_SHARED_CONTEXT_MAX 16
+#define MARS_SHARED_CONTEXT_MAX 10
extern spe_program_handle_t mpu_prog;
diff --git a/tests/TST/TST_01_004/host.c b/tests/TST/TST_01_004/host.c
index 54def1c..7f2d458 100644
--- a/tests/TST/TST_01_004/host.c
+++ b/tests/TST/TST_01_004/host.c
@@ -27,7 +27,7 @@
#include "mars_test.h"
-#define THREAD_COUNT 16
+#define THREAD_COUNT 10
static uint32_t counter_create;
static uint32_t counter_destroy;
diff --git a/tests/TST/TST_01_005/host.c b/tests/TST/TST_01_005/host.c
index 8ee04c3..0a47d51 100644
--- a/tests/TST/TST_01_005/host.c
+++ b/tests/TST/TST_01_005/host.c
@@ -27,7 +27,7 @@
#include "mars_test.h"
-#define THREAD_COUNT 16
+#define THREAD_COUNT 10
static uint32_t counter_create;
static uint32_t counter_destroy;