summaryrefslogtreecommitdiff
path: root/tests/run_tests.vxworks
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 13:33:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 13:33:49 +0000
commitf340468c64b7ef3ea1578faa571ef2b81b1cb6ce (patch)
treeb3d6366dd3635879cc4f86251acc816e628540b9 /tests/run_tests.vxworks
parent647ac9cc8ae09a160cb723c8073079defc80eb74 (diff)
downloadATCD-f340468c64b7ef3ea1578faa571ef2b81b1cb6ce.tar.gz
commented out Dynamic_Priority_Test
Diffstat (limited to 'tests/run_tests.vxworks')
-rw-r--r--tests/run_tests.vxworks7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/run_tests.vxworks b/tests/run_tests.vxworks
index 48ff7042d14..d578a26a080 100644
--- a/tests/run_tests.vxworks
+++ b/tests/run_tests.vxworks
@@ -157,9 +157,10 @@ ld < Priority_Buffer_Test
write 2, "Priority_Buffer_Test ", 21
ace_main; unld "Priority_Buffer_Test"
-ld < Dynamic_Priority_Test
-write 2, "Dynamic_Priority_Test ", 22
-ace_main; unld "Dynamic_Priority_Test"
+#### Causes VxWorks to go to never-never land.
+#### ld < Dynamic_Priority_Test
+#### write 2, "Dynamic_Priority_Test ", 22
+#### ace_main; unld "Dynamic_Priority_Test"
ld < Recursive_Mutex_Test
write 2, "Recursive_Mutex_Test ", 21