Mercurial > flash_v2
diff packages/kernel/current/tests/fptest.c @ 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 | a9ff9f7e3010 |
| children | df01feb2f050 |
line wrap: on
line diff
--- a/packages/kernel/current/tests/fptest.c +++ b/packages/kernel/current/tests/fptest.c @@ -342,10 +342,11 @@ externC void cyg_start( void ) { CYG_TEST_INIT(); - CYG_TEST_NA("FP test requires:\n" + CYG_TEST_INFO("FP test requires:\n" "CYGFUN_KERNEL_API_C && \n" "CYGSEM_KERNEL_SCHED_MLQUEUE && \n" "(CYGNUM_KERNEL_SCHED_PRIORITIES > 12)\n"); + CYG_TEST_NA("FP test requirements"); } #endif // CYGFUN_KERNEL_API_C, etc.
