diff packages/kernel/current/tests/sync3.cxx @ 1507:92cf4ff674de

* tests/kmutex3.c (cyg_start): Use CYG_TEST_NA. * tests/kmutex4.c (cyg_start): Ditto. * tests/mutex2.cxx (cyg_start): Ditto. * tests/mutex3.cxx (cyg_start): Ditto. * tests/sync3.cxx (cyg_start): Ditto. * tests/thread2.cxx (cyg_start): Ditto. * tests/fptest.c (cyg_start): Use one line NA msg. * tests/smp.cxx (cyg_start): Ditto. * tests/timeslice.c (cyg_start): Ditto. * tests/tm_basic.cxx (cyg_start): Ditto.
author jlarmour
date Thu, 19 Feb 2004 10:57:36 +0000
parents d2c90368aeef
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/packages/kernel/current/tests/sync3.cxx
+++ b/packages/kernel/current/tests/sync3.cxx
@@ -220,9 +220,10 @@ externC void
 cyg_start( void )
 { 
     CYG_TEST_INIT();
-    CYG_TEST_PASS_FINISH("Sync3 test requires:\n"
+    CYG_TEST_INFO("Sync3 test requires:\n"
                          "defined(CYGIMP_THREAD_PRIORITY) &&\n"
                          "!defined(CYGPKG_KERNEL_SMP_SUPPORT)\n");
+    CYG_TEST_NA("Sync3 test requirements");
 
 }