ChibiOS/RT simulator (Linux)


*** ChibiOS/RT Test Suite
***
*** Compiled:     Feb  7 2018 - 18:58:37
*** Platform:     Posix Simulator

============================================================================
=== Test Sequence 1 (Information)
----------------------------------------------------------------------------
--- Test Case 1.1 (Port Info)
--- Architecture:                       Simulator
--- Core Variant:                       x86 (integer only)
--- Compiler:                           GCC 5.4.0 20160609
--- Port Info:                          No preemption
--- Natural alignment:                  4
--- Stack alignment:                    16
--- Working area alignment:             16
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.2 (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.3 (Kernel Settings)
--- CH_CFG_ST_RESOLUTION:               32
--- CH_CFG_ST_FREQUENCY:                1000
--- CH_CFG_INTERVALS_SIZE:              32
--- CH_CFG_TIME_TYPES_SIZE:             32
--- CH_CFG_ST_TIMEDELTA:                0
--- CH_CFG_TIME_QUANTUM:                20
--- CH_CFG_MEMCORE_SIZE:                131072
--- CH_CFG_NO_IDLE_THREAD:              0
--- CH_CFG_OPTIMIZE_SPEED:              1
--- CH_CFG_USE_TM:                      1
--- CH_CFG_USE_REGISTRY:                1
--- CH_CFG_USE_WAITEXIT:                1
--- CH_CFG_USE_SEMAPHORES:              0
--- 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:               0
--- CH_CFG_USE_MEMCORE:                 1
--- CH_CFG_USE_HEAP:                    1
--- CH_CFG_USE_MEMPOOLS:                1
--- CH_CFG_USE_OBJ_FIFOS:               0
--- CH_CFG_USE_DYNAMIC:                 1
--- CH_CFG_USE_FACTORY:                 1
--- CH_CFG_FACTORY_MAX_NAMES_LENGTH:    8
--- CH_CFG_FACTORY_OBJECTS_REGISTRY:    1
--- CH_CFG_FACTORY_GENERIC_BUFFERS:     1
--- CH_CFG_FACTORY_SEMAPHORES:          0
--- CH_CFG_FACTORY_MAILBOXES:           0
--- CH_CFG_FACTORY_OBJ_FIFOS:           0
--- 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 (Mutexes, Condition Variables and Priority Inheritance)
----------------------------------------------------------------------------
--- Test Case 5.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.2 (Priority inheritance, simple case)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.3 (Priority inheritance, complex case)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.4 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.5 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.6 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.7 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.8 (Condition Variable priority boost test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 6 (Synchronous Messages)
----------------------------------------------------------------------------
--- Test Case 6.1 (Messages Server loop)
--- Result: SUCCESS
============================================================================
=== Test Sequence 7 (Event Sources and Event Flags)
----------------------------------------------------------------------------
--- Test Case 7.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
============================================================================
=== Test Sequence 8 (Dynamic threads)
----------------------------------------------------------------------------
--- Test Case 8.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
============================================================================
=== Test Sequence 9 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 9.1 (Messages performance #1)
--- Score : 7746057 msgs/S, 15492114 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.2 (Messages performance #2)
--- Score : 7755292 msgs/S, 15510584 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.3 (Messages performance #3)
--- Score : 7747932 msgs/S, 15495864 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.4 (Context Switch performance)
--- Score : 34916968 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.5 (Threads performance, full cycle)
--- Score : 6261513 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.6 (Threads performance, create/exit only)
--- Score : 7505723 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.7 (Round-Robin voluntary reschedule)
--- Score : 24555160 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.8 (Virtual Timers set/reset performance)
--- Score : 23718438 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.9 (Mutexes lock/unlock performance)
--- Score : 36159836 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.10 (RAM Footprint)
--- System: 124 bytes
--- Thread: 72 bytes
--- Timer : 20 bytes
--- Mutex : 16 bytes
--- CondV.: 8 bytes
--- EventS: 4 bytes
--- EventL: 20 bytes
--- Result: SUCCESS
----------------------------------------------------------------------------

Final result: SUCCESS

*** ChibiOS OS Library Test Suite
***
*** Compiled:     Feb  7 2018 - 18:58:37
*** Platform:     Posix Simulator

============================================================================
=== Test Sequence 1 (Memory Pools)
----------------------------------------------------------------------------
--- Test Case 1.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
============================================================================
=== Test Sequence 2 (Memory Heaps)
----------------------------------------------------------------------------
--- Test Case 2.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 2.2 (Default Heap)
--- Result: SUCCESS
============================================================================
=== Test Sequence 3 (Objects Factory)
----------------------------------------------------------------------------
--- Test Case 3.1 (Objects Registry)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 3.2 (Dynamic Buffers Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------

Final result: SUCCESS
