GHS working now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11127 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ed92f80434
commit
35328c52fe
|
@ -131,7 +131,7 @@ INCDIR = $(ALLINC) $(TESTINC) $(CONFDIR)
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1
|
||||
UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND=0
|
||||
UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND=1
|
||||
|
||||
# Define ASM defines here
|
||||
UADEFS =
|
||||
|
|
|
@ -131,7 +131,7 @@ INCDIR = $(ALLINC) $(TESTINC) $(CONFDIR)
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1
|
||||
UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND=0
|
||||
UDEFS = -DSPC56ECXX_FMPLL_CLOCK_ERRATA_WORKAROUND=1
|
||||
|
||||
# Define ASM defines here
|
||||
UADEFS =
|
||||
|
|
|
@ -1,22 +1,20 @@
|
|||
|
||||
*** ChibiOS/RT Test Suite
|
||||
***
|
||||
*** Compiled: Sep 21 2017 - 14:35:46
|
||||
*** Compiled: Dec 7 2017 - 08:49:34
|
||||
*** Platform: SPC56ECxx Gateway
|
||||
*** Test Board: EVB with SPC56ECxx Mini Module
|
||||
*** Compiler: GCC 4.6.3 build on 2013-01-07
|
||||
*** Architecture: Power Architecture
|
||||
*** Core Variant: e200z4
|
||||
*** Port Info: VLE mode
|
||||
|
||||
============================================================================
|
||||
=== Test Sequence 1 (Information)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Kernel Info)
|
||||
--- Product: ChibiOS/RT
|
||||
--- Stable Flag: 1
|
||||
--- Version String: 4.0.1
|
||||
--- Major Number: 4
|
||||
--- Stable Flag: 0
|
||||
--- Version String: 5.0.0
|
||||
--- Major Number: 5
|
||||
--- Minor Number: 0
|
||||
--- Patch Number: 1
|
||||
--- Patch Number: 0
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.2 (Kernel Settings)
|
||||
|
@ -55,6 +53,8 @@
|
|||
--- CH_DBG_FILL_THREADS: 0
|
||||
--- CH_DBG_THREADS_PROFILING: 1
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 2 (System layer and port interface)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.1 (System integrity functionality)
|
||||
--- Result: SUCCESS
|
||||
|
@ -67,6 +67,8 @@
|
|||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.4 (System Tick Counter functionality)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 3 (Threads Functionality)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.1 (Thread Sleep functionality)
|
||||
--- Result: SUCCESS
|
||||
|
@ -79,9 +81,13 @@
|
|||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.4 (Priority change test with Priority Inheritance)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 4 (Suspend/Resume)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.1 (Suspend and Resume functionality)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 5 (Counter Semaphores)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.1 (Semaphore primitives, no state change)
|
||||
--- Result: SUCCESS
|
||||
|
@ -100,6 +106,8 @@
|
|||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.6 (Testing Binary Semaphores special case)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 6 (Mutexes, Condition Variables and Priority Inheritance)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.1 (Priority enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
|
@ -124,9 +132,13 @@
|
|||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.8 (Condition Variable priority boost test)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 7 (Synchronous Messages)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Messages Server loop)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 8 (Event Sources and Event Flags)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Events registration)
|
||||
--- Result: SUCCESS
|
||||
|
@ -148,82 +160,62 @@
|
|||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.7 (Broadcasting using chEvtBroadcast())
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 9 (Dynamic threads)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 9.1 (Mailbox normal API, non-blocking tests)
|
||||
--- Test Case 9.1 (Threads creation from Memory Heap)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests)
|
||||
--- Test Case 9.2 (Threads creation from Memory Pool)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 10 (Benchmarks)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.1 (Messages performance #1)
|
||||
--- Score : 368754 msgs/S, 737508 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 9.3 (Mailbox timeouts)
|
||||
--- Test Case 10.2 (Messages performance #2)
|
||||
--- Score : 305736 msgs/S, 611472 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.1 (Loading and emptying a memory pool)
|
||||
--- Test Case 10.3 (Messages performance #3)
|
||||
--- Score : 305739 msgs/S, 611478 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting)
|
||||
--- Test Case 10.4 (Context Switch performance)
|
||||
--- Score : 1090808 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.3 (Guarded Memory Pools timeout)
|
||||
--- Test Case 10.5 (Threads performance, full cycle)
|
||||
--- Score : 246592 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Allocation and fragmentation)
|
||||
--- Test Case 10.6 (Threads performance, create/exit only)
|
||||
--- Score : 317909 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Default Heap)
|
||||
--- Test Case 10.7 (Mass reschedule performance)
|
||||
--- Score : 94148 reschedules/S, 564888 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Threads creation from Memory Heap)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Threads creation from Memory Pool)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.1 (Messages performance #1)
|
||||
--- Score : 369887 msgs/S, 739774 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.2 (Messages performance #2)
|
||||
--- Score : 306524 msgs/S, 613048 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.3 (Messages performance #3)
|
||||
--- Score : 306524 msgs/S, 613048 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.4 (Context Switch performance)
|
||||
--- Score : 1090800 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.5 (Threads performance, full cycle)
|
||||
--- Score : 246590 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.6 (Threads performance, create/exit only)
|
||||
--- Score : 317908 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.7 (Mass reschedule performance)
|
||||
--- Score : 94147 reschedules/S, 564882 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.8 (Round-Robin voluntary reschedule)
|
||||
--- Test Case 10.8 (Round-Robin voluntary reschedule)
|
||||
--- Score : 680140 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.9 (Virtual Timers set/reset performance)
|
||||
--- Test Case 10.9 (Virtual Timers set/reset performance)
|
||||
--- Score : 1675388 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.10 (Semaphores wait/signal performance)
|
||||
--- Score : 1749624 wait+signal/S
|
||||
--- Test Case 10.10 (Semaphores wait/signal performance)
|
||||
--- Score : 1749644 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.11 (Mutexes lock/unlock performance)
|
||||
--- Score : 1318224 lock+unlock/S
|
||||
--- Test Case 10.11 (Mutexes lock/unlock performance)
|
||||
--- Score : 1318240 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 13.12 (RAM Footprint)
|
||||
--- Test Case 10.12 (RAM Footprint)
|
||||
--- System: 120 bytes
|
||||
--- Thread: 72 bytes
|
||||
--- Timer : 20 bytes
|
||||
|
@ -237,3 +229,60 @@
|
|||
----------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
||||
|
||||
*** ChibiOS OS Library Test Suite
|
||||
***
|
||||
*** Compiled: Dec 7 2017 - 08:49:34
|
||||
*** Platform: SPC56ECxx Gateway
|
||||
*** Test Board: EVB with SPC56ECxx Mini Module
|
||||
|
||||
============================================================================
|
||||
=== Test Sequence 1 (Mailboxes)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Mailbox normal API, non-blocking tests)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.2 (Mailbox I-Class API, non-blocking tests)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.3 (Mailbox timeouts)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 2 (Memory Pools)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.1 (Loading and emptying a memory pool)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.2 (Loading and emptying a guarded memory pool without waiting)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.3 (Guarded Memory Pools timeout)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 3 (Memory Heaps)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.1 (Allocation and fragmentation)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.2 (Default Heap)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 4 (Objects Factory)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.1 (Objects Registry)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.2 (Dynamic Buffers Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.3 (Dynamic Semaphores Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.4 (Dynamic Mailboxes Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.5 (Dynamic Objects FIFOs Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
||||
|
|
|
@ -0,0 +1,288 @@
|
|||
|
||||
*** ChibiOS/RT Test Suite
|
||||
***
|
||||
*** Compiled: Dec 7 2017 - 08:47:19
|
||||
*** Platform: SPC56ECxx Gateway
|
||||
*** Test Board: EVB with SPC56ECxx Mini Module
|
||||
|
||||
============================================================================
|
||||
=== Test Sequence 1 (Information)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Kernel Info)
|
||||
--- Product: ChibiOS/RT
|
||||
--- Stable Flag: 0
|
||||
--- Version String: 5.0.0
|
||||
--- Major Number: 5
|
||||
--- Minor Number: 0
|
||||
--- Patch Number: 0
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.2 (Kernel Settings)
|
||||
--- CH_CFG_ST_RESOLUTION: 32
|
||||
--- CH_CFG_ST_FREQUENCY: 1000
|
||||
--- CH_CFG_ST_TIMEDELTA: 0
|
||||
--- CH_CFG_TIME_QUANTUM: 0
|
||||
--- CH_CFG_MEMCORE_SIZE: 0
|
||||
--- CH_CFG_NO_IDLE_THREAD: 0
|
||||
--- CH_CFG_OPTIMIZE_SPEED: 1
|
||||
--- CH_CFG_USE_TM: 0
|
||||
--- CH_CFG_USE_REGISTRY: 1
|
||||
--- CH_CFG_USE_WAITEXIT: 1
|
||||
--- CH_CFG_USE_SEMAPHORES: 1
|
||||
--- CH_CFG_USE_SEMAPHORES_PRI: 0
|
||||
--- CH_CFG_USE_MUTEXES: 1
|
||||
--- CH_CFG_USE_MUTEXES_RECURS: 0
|
||||
--- CH_CFG_USE_CONDVARS: 1
|
||||
--- CH_CFG_USE_CONDVARS_TIMEO: 1
|
||||
--- CH_CFG_USE_EVENTS: 1
|
||||
--- CH_CFG_USE_EVENTS_TIMEOUT: 1
|
||||
--- CH_CFG_USE_MESSAGES: 1
|
||||
--- CH_CFG_USE_MESSAGES_PRI: 0
|
||||
--- CH_CFG_USE_MAILBOXES: 1
|
||||
--- CH_CFG_USE_MEMCORE: 1
|
||||
--- CH_CFG_USE_HEAP: 1
|
||||
--- CH_CFG_USE_MEMPOOLS: 1
|
||||
--- CH_CFG_USE_DYNAMIC: 1
|
||||
--- CH_DBG_STATISTICS: 0
|
||||
--- CH_DBG_SYSTEM_STATE_CHECK: 0
|
||||
--- CH_DBG_ENABLE_CHECKS: 0
|
||||
--- CH_DBG_ENABLE_ASSERTS: 0
|
||||
--- CH_DBG_TRACE_MASK: 255
|
||||
--- CH_DBG_TRACE_BUFFER_SIZE: 128
|
||||
--- CH_DBG_ENABLE_STACK_CHECK: 0
|
||||
--- CH_DBG_FILL_THREADS: 0
|
||||
--- CH_DBG_THREADS_PROFILING: 1
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 2 (System layer and port interface)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.1 (System integrity functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.2 (Critical zones functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.3 (Interrupts handling functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.4 (System Tick Counter functionality)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 3 (Threads Functionality)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.1 (Thread Sleep functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.2 (Ready List functionality, threads priority order)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.3 (Priority change test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.4 (Priority change test with Priority Inheritance)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 4 (Suspend/Resume)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.1 (Suspend and Resume functionality)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 5 (Counter Semaphores)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.1 (Semaphore primitives, no state change)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.2 (Semaphore enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.3 (Semaphore timeout test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.4 (Testing chSemAddCounterI() functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.5 (Testing chSemWaitSignal() functionality)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 5.6 (Testing Binary Semaphores special case)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 6 (Mutexes, Condition Variables and Priority Inheritance)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.1 (Priority enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.2 (Priority inheritance, simple case)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.3 (Priority inheritance, complex case)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.4 (Priority return verification)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.5 (Repeated locks, non recursive scenario)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.6 (Condition Variable signal test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.7 (Condition Variable broadcast test)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 6.8 (Condition Variable priority boost test)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 7 (Synchronous Messages)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Messages Server loop)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 8 (Event Sources and Event Flags)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Events registration)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.2 (Event Flags dispatching)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.3 (Events Flags wait using chEvtWaitOne())
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.4 (Events Flags wait using chEvtWaitAny())
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.5 (Events Flags wait using chEvtWaitAll())
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.6 (Events Flags wait timeouts)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.7 (Broadcasting using chEvtBroadcast())
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 9 (Dynamic threads)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 9.1 (Threads creation from Memory Heap)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 9.2 (Threads creation from Memory Pool)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 10 (Benchmarks)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.1 (Messages performance #1)
|
||||
--- Score : 368797 msgs/S, 737594 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.2 (Messages performance #2)
|
||||
--- Score : 324839 msgs/S, 649678 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.3 (Messages performance #3)
|
||||
--- Score : 324837 msgs/S, 649674 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.4 (Context Switch performance)
|
||||
--- Score : 1115008 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.5 (Threads performance, full cycle)
|
||||
--- Score : 268113 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.6 (Threads performance, create/exit only)
|
||||
--- Score : 332039 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.7 (Mass reschedule performance)
|
||||
--- Score : 99059 reschedules/S, 594354 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.8 (Round-Robin voluntary reschedule)
|
||||
--- Score : 635160 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.9 (Virtual Timers set/reset performance)
|
||||
--- Score : 1774952 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.10 (Semaphores wait/signal performance)
|
||||
--- Score : 1728804 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.11 (Mutexes lock/unlock performance)
|
||||
--- Score : 1473752 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 10.12 (RAM Footprint)
|
||||
--- System: 120 bytes
|
||||
--- Thread: 72 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 20 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
||||
|
||||
*** ChibiOS OS Library Test Suite
|
||||
***
|
||||
*** Compiled: Dec 7 2017 - 08:47:19
|
||||
*** Platform: SPC56ECxx Gateway
|
||||
*** Test Board: EVB with SPC56ECxx Mini Module
|
||||
|
||||
============================================================================
|
||||
=== Test Sequence 1 (Mailboxes)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Mailbox normal API, non-blocking tests)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.2 (Mailbox I-Class API, non-blocking tests)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.3 (Mailbox timeouts)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 2 (Memory Pools)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.1 (Loading and emptying a memory pool)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.2 (Loading and emptying a guarded memory pool without waiting)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 2.3 (Guarded Memory Pools timeout)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 3 (Memory Heaps)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.1 (Allocation and fragmentation)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 3.2 (Default Heap)
|
||||
--- Result: SUCCESS
|
||||
============================================================================
|
||||
=== Test Sequence 4 (Objects Factory)
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.1 (Objects Registry)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.2 (Dynamic Buffers Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.3 (Dynamic Semaphores Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.4 (Dynamic Mailboxes Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 4.5 (Dynamic Objects FIFOs Factory)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
Loading…
Reference in New Issue