More unit tests.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15036 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-07 10:49:02 +00:00
parent 9051e11f89
commit a501f94c49
10 changed files with 905 additions and 147 deletions

View File

@ -1,12 +1,12 @@
*** ChibiOS/NIL Test Suite
***
*** Compiled: Jun 7 2021 - 09:09:00
*** Compiled: Nov 7 2021 - 11:00:16
*** Platform: STM32G0 Entry-level
*** Test Board: STMicroelectronics STM32 Nucleo64-G071RB
***
*** Text size: 36780 bytes
*** RO data size: 6984 bytes
*** Text size: 35668 bytes
*** RO data size: 7532 bytes
*** Data size: 128 bytes
*** BSS size: 3408 bytes
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv6-M
--- Core Variant: Cortex-M0+
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Preemption through NMI
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/NIL
--- Stable Flag: 0
--- Version String: 4.1.0
--- Version String: 4.1.1
--- Major Number: 4
--- Minor Number: 1
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -118,7 +118,7 @@
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.3 (Context Switch performance)
--- Score : 801240 ctxswc/S
--- Score : 805016 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Threads performance, full cycle)
@ -147,12 +147,12 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 09:09:00
*** Compiled: Nov 7 2021 - 11:00:16
*** Platform: STM32G0 Entry-level
*** Test Board: STMicroelectronics STM32 Nucleo64-G071RB
***
*** Text size: 36780 bytes
*** RO data size: 6984 bytes
*** Text size: 35668 bytes
*** RO data size: 7532 bytes
*** Data size: 128 bytes
*** BSS size: 3408 bytes
@ -162,7 +162,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv6-M
--- Core Variant: Cortex-M0+
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Preemption through NMI
--- Natural alignment: 4
--- Stack alignment: 8

View File

@ -1,12 +1,12 @@
*** ChibiOS/NIL Test Suite
***
*** Compiled: Jun 7 2021 - 09:04:06
*** Compiled: Nov 7 2021 - 11:14:10
*** Platform: STM32G4 Hi-resolution Line
*** Test Board: STMicroelectronics STM32 Nucleo64-G474RE
***
*** Text size: 40364 bytes
*** RO data size: 6996 bytes
*** Text size: 38892 bytes
*** RO data size: 7120 bytes
*** Data size: 128 bytes
*** BSS size: 4848 bytes
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M4F
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/NIL
--- Stable Flag: 0
--- Version String: 4.1.0
--- Version String: 4.1.1
--- Major Number: 4
--- Minor Number: 1
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -126,7 +126,7 @@
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Threads performance, create/exit only)
--- Score : 524687 threads/S
--- Score : 527946 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Semaphores wait/signal performance)
@ -147,12 +147,12 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 09:04:06
*** Compiled: Nov 7 2021 - 11:14:10
*** Platform: STM32G4 Hi-resolution Line
*** Test Board: STMicroelectronics STM32 Nucleo64-G474RE
***
*** Text size: 40364 bytes
*** RO data size: 6996 bytes
*** Text size: 38892 bytes
*** RO data size: 7120 bytes
*** Data size: 128 bytes
*** BSS size: 4848 bytes
@ -162,7 +162,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M4F
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8

View File

@ -1,12 +1,12 @@
*** ChibiOS/NIL Test Suite
***
*** Compiled: Jun 7 2021 - 09:01:46
*** Compiled: Nov 7 2021 - 11:09:38
*** Platform: STM32G4 Hi-resolution Line
*** Test Board: STMicroelectronics STM32 Nucleo64-G474RE
***
*** Text size: 39812 bytes
*** RO data size: 6996 bytes
*** Text size: 38352 bytes
*** RO data size: 7120 bytes
*** Data size: 128 bytes
*** BSS size: 3600 bytes
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M4
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/NIL
--- Stable Flag: 0
--- Version String: 4.1.0
--- Version String: 4.1.1
--- Major Number: 4
--- Minor Number: 1
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -110,7 +110,7 @@
=== Test Sequence 8 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 8.1 (Messages performance #1)
--- Score : 849995 msgs/S, 1699990 ctxswc/S
--- Score : 849994 msgs/S, 1699988 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Messages performance #2)
@ -122,11 +122,11 @@
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Threads performance, full cycle)
--- Score : 551945 threads/S
--- Score : 551944 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Threads performance, create/exit only)
--- Score : 664058 threads/S
--- Score : 669287 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Semaphores wait/signal performance)
@ -147,12 +147,12 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 09:01:46
*** Compiled: Nov 7 2021 - 11:09:38
*** Platform: STM32G4 Hi-resolution Line
*** Test Board: STMicroelectronics STM32 Nucleo64-G474RE
***
*** Text size: 39812 bytes
*** RO data size: 6996 bytes
*** Text size: 38352 bytes
*** RO data size: 7120 bytes
*** Data size: 128 bytes
*** BSS size: 3600 bytes
@ -162,7 +162,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M4
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8

View File

@ -1,14 +1,14 @@
*** ChibiOS/NIL Test Suite
***
*** Compiled: Mar 18 2020 - 12:26:16
*** Compiled: Nov 7 2021 - 11:23:57
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 32352 bytes
*** RO data size: 7520 bytes
*** Text size: 44572 bytes
*** RO data size: 7604 bytes
*** Data size: 128 bytes
*** BSS size: 4904 bytes
*** BSS size: 5536 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7F
--- Compiler: GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/NIL
--- Stable Flag: 0
--- Version String: 4.0.0
--- Version String: 4.1.1
--- Major Number: 4
--- Minor Number: 0
--- Patch Number: 0
--- Minor Number: 1
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -110,31 +110,31 @@
=== Test Sequence 8 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 8.1 (Messages performance #1)
--- Score : 1764685 msgs/S, 3529370 ctxswc/S
--- Score : 2033874 msgs/S, 4067748 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Messages performance #2)
--- Score : 1379292 msgs/S, 2758584 ctxswc/S
--- Score : 1609130 msgs/S, 3218260 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.3 (Context Switch performance)
--- Score : 5680392 ctxswc/S
--- Score : 6114568 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Threads performance, full cycle)
--- Score : 1263140 threads/S
--- Score : 1523649 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Threads performance, create/exit only)
--- Score : 1561249 threads/S
--- Score : 1751027 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Semaphores wait/signal performance)
--- Score : 6575260 wait+signal/S
--- Score : 9411648 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.7 (RAM Footprint)
--- System: 232 bytes
--- OS : 232 bytes
--- Thread: 24 bytes
--- Semaph: 4 bytes
--- EventS: 4 bytes
@ -147,14 +147,14 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Mar 18 2020 - 12:26:16
*** Compiled: Nov 7 2021 - 11:23:57
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 32352 bytes
*** RO data size: 7520 bytes
*** Text size: 44572 bytes
*** RO data size: 7604 bytes
*** Data size: 128 bytes
*** BSS size: 4904 bytes
*** BSS size: 5536 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -162,7 +162,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7F
--- Compiler: GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -172,9 +172,9 @@ Final result: SUCCESS
--- Test Case 1.2 (OS Library Info)
--- Product: ChibiOS/LIB
--- Stable Flag: 0
--- Version String: 1.2.0
--- Version String: 1.3.0
--- Major Number: 1
--- Minor Number: 2
--- Minor Number: 3
--- Patch Number: 0
--- Result: SUCCESS
----------------------------------------------------------------------------
@ -273,3 +273,4 @@ Final result: SUCCESS
Final result: SUCCESS

View File

@ -1,14 +1,14 @@
*** ChibiOS/NIL Test Suite
***
*** Compiled: Mar 18 2020 - 12:19:04
*** Compiled: Nov 7 2021 - 11:21:19
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 32176 bytes
*** RO data size: 7520 bytes
*** Text size: 42432 bytes
*** RO data size: 7604 bytes
*** Data size: 128 bytes
*** BSS size: 4088 bytes
*** BSS size: 4288 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7
--- Compiler: GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/NIL
--- Stable Flag: 0
--- Version String: 4.0.0
--- Version String: 4.1.1
--- Major Number: 4
--- Minor Number: 0
--- Patch Number: 0
--- Minor Number: 1
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -110,31 +110,31 @@
=== Test Sequence 8 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 8.1 (Messages performance #1)
--- Score : 2142832 msgs/S, 4285664 ctxswc/S
--- Score : 2567015 msgs/S, 5134030 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Messages performance #2)
--- Score : 1638551 msgs/S, 3277102 ctxswc/S
--- Score : 1990018 msgs/S, 3980036 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.3 (Context Switch performance)
--- Score : 8135512 ctxswc/S
--- Score : 8888800 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Threads performance, full cycle)
--- Score : 1462518 threads/S
--- Score : 1819099 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Threads performance, create/exit only)
--- Score : 1904741 threads/S
--- Score : 2068942 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Semaphores wait/signal performance)
--- Score : 6575268 wait+signal/S
--- Score : 9411640 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.7 (RAM Footprint)
--- System: 232 bytes
--- OS : 232 bytes
--- Thread: 24 bytes
--- Semaph: 4 bytes
--- EventS: 4 bytes
@ -147,14 +147,14 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Mar 18 2020 - 12:19:04
*** Compiled: Nov 7 2021 - 11:21:19
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 32176 bytes
*** RO data size: 7520 bytes
*** Text size: 42432 bytes
*** RO data size: 7604 bytes
*** Data size: 128 bytes
*** BSS size: 4088 bytes
*** BSS size: 4288 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -162,7 +162,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7
--- Compiler: GCC 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -172,9 +172,9 @@ Final result: SUCCESS
--- Test Case 1.2 (OS Library Info)
--- Product: ChibiOS/LIB
--- Stable Flag: 0
--- Version String: 1.2.0
--- Version String: 1.3.0
--- Major Number: 1
--- Minor Number: 2
--- Minor Number: 3
--- Patch Number: 0
--- Result: SUCCESS
----------------------------------------------------------------------------
@ -273,3 +273,4 @@ Final result: SUCCESS
Final result: SUCCESS

View File

@ -1,14 +1,14 @@
*** ChibiOS/RT Test Suite
***
*** Compiled: Jun 7 2021 - 08:42:12
*** Compiled: Nov 7 2021 - 10:56:04
*** Platform: STM32G0 Entry-level
*** Test Board: STMicroelectronics STM32 Nucleo64-G071RB
***
*** Text size: 48960 bytes
*** RO data size: 10268 bytes
*** Text size: 48416 bytes
*** RO data size: 10992 bytes
*** Data size: 256 bytes
*** BSS size: 5160 bytes
*** BSS size: 5336 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv6-M
--- Core Variant: Cortex-M0+
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Preemption through NMI
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/RT
--- Stable Flag: 0
--- Version String: 7.0.0
--- Version String: 7.0.1
--- Major Number: 7
--- Minor Number: 0
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -189,39 +189,39 @@
=== Test Sequence 12 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 12.1 (Messages performance #1)
--- Score : 224557 msgs/S, 449114 ctxswc/S
--- Score : 259103 msgs/S, 518206 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.2 (Messages performance #2)
--- Score : 202528 msgs/S, 405056 ctxswc/S
--- Score : 222217 msgs/S, 444434 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.3 (Messages performance #3)
--- Score : 202528 msgs/S, 405056 ctxswc/S
--- Score : 222217 msgs/S, 444434 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.4 (Context Switch performance)
--- Score : 647280 ctxswc/S
--- Score : 689096 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.5 (Threads performance, full cycle)
--- Score : 128512 threads/S
--- Score : 127742 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.6 (Threads performance, create/exit only)
--- Score : 152743 threads/S
--- Score : 165802 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.7 (Mass reschedule performance)
--- Score : 74074 reschedules/S, 444444 ctxswc/S
--- Score : 74592 reschedules/S, 447552 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.8 (Round-Robin voluntary reschedule)
--- Score : 458764 ctxswc/S
--- Score : 475820 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.9 (Virtual Timers set/reset performance)
--- Score : 385370 timers/S
--- Score : 307022 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.10 (Semaphores wait/signal performance)
@ -229,7 +229,7 @@
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.11 (Mutexes lock/unlock performance)
--- Score : 587152 lock+unlock/S
--- Score : 598124 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.12 (RAM Footprint)
@ -249,14 +249,14 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 08:42:12
*** Compiled: Nov 7 2021 - 10:56:04
*** Platform: STM32G0 Entry-level
*** Test Board: STMicroelectronics STM32 Nucleo64-G071RB
***
*** Text size: 48960 bytes
*** RO data size: 10268 bytes
*** Text size: 48416 bytes
*** RO data size: 10992 bytes
*** Data size: 256 bytes
*** BSS size: 5160 bytes
*** BSS size: 5336 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -264,7 +264,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv6-M
--- Core Variant: Cortex-M0+
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Preemption through NMI
--- Natural alignment: 4
--- Stack alignment: 8

View File

@ -0,0 +1,378 @@
*** ChibiOS/RT Test Suite
***
*** Compiled: Nov 7 2021 - 11:38:29
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 48280 bytes
*** RO data size: 10460 bytes
*** Data size: 220 bytes
*** BSS size: 4680 bytes
============================================================================
=== Test Sequence 1 (Information)
----------------------------------------------------------------------------
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M (alt)
--- Core Variant: Cortex-M7
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: In-exception switch mode
--- Natural alignment: 4
--- Stack alignment: 8
--- Working area alignment: 8
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/RT
--- Stable Flag: 0
--- Version String: 7.0.1
--- Major Number: 7
--- Minor Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
--- CH_CFG_ST_RESOLUTION: 32
--- CH_CFG_ST_FREQUENCY: 10000
--- CH_CFG_INTERVALS_SIZE: 32
--- CH_CFG_TIME_TYPES_SIZE: 32
--- CH_CFG_ST_TIMEDELTA: 2
--- 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: 1
--- CH_CFG_USE_REGISTRY: 1
--- CH_CFG_USE_WAITEXIT: 1
--- CH_CFG_USE_SEMAPHORES: 1
--- CH_CFG_USE_SEMAPHORES_PRIORITY: 0
--- CH_CFG_USE_MUTEXES: 1
--- CH_CFG_USE_MUTEXES_RECURSIVE: 0
--- CH_CFG_USE_CONDVARS: 1
--- CH_CFG_USE_CONDVARS_TIMEOUT: 1
--- CH_CFG_USE_EVENTS: 1
--- CH_CFG_USE_EVENTS_TIMEOUT: 1
--- CH_CFG_USE_MESSAGES: 1
--- CH_CFG_USE_MESSAGES_PRIORITY: 0
--- 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: 0
--- 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 Sequence 3 (Time and Intervals Functionality)
----------------------------------------------------------------------------
--- Test Case 3.1 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 3.2 (Time ranges functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 4 (Time Stamps Functionality)
----------------------------------------------------------------------------
--- Test Case 4.1 (Time Stamps functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 5 (Threads Functionality)
----------------------------------------------------------------------------
--- Test Case 5.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
============================================================================
=== Test Sequence 6 (Suspend/Resume)
----------------------------------------------------------------------------
--- Test Case 6.1 (Suspend and Resume functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 7 (Counter Semaphores)
----------------------------------------------------------------------------
--- Test Case 7.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
============================================================================
=== Test Sequence 8 (Mutexes, Condition Variables and Priority Inheritance)
----------------------------------------------------------------------------
--- Test Case 8.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.3 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Condition Variable priority boost test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 9 (Synchronous Messages)
----------------------------------------------------------------------------
--- Test Case 9.1 (Messages Server loop)
--- Result: SUCCESS
============================================================================
=== Test Sequence 10 (Event Sources and Event Flags)
----------------------------------------------------------------------------
--- Test Case 10.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
============================================================================
=== Test Sequence 11 (Dynamic threads)
----------------------------------------------------------------------------
--- Test Case 11.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
============================================================================
=== Test Sequence 12 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 12.1 (Messages performance #1)
--- Score : 1935464 msgs/S, 3870928 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.2 (Messages performance #2)
--- Score : 1764688 msgs/S, 3529376 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.3 (Messages performance #3)
--- Score : 1764688 msgs/S, 3529376 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.4 (Context Switch performance)
--- Score : 4752424 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.5 (Threads performance, full cycle)
--- Score : 1199987 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.6 (Threads performance, create/exit only)
--- Score : 1323649 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.7 (Mass reschedule performance)
--- Score : 550454 reschedules/S, 3302724 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.8 (Round-Robin voluntary reschedule)
--- Score : 3513880 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.9 (Virtual Timers set/reset performance)
--- Score : 2596216 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.10 (Semaphores wait/signal performance)
--- Score : 14545312 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.11 (Mutexes lock/unlock performance)
--- Score : 7618972 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.12 (RAM Footprint)
--- OS : 176 bytes
--- Thread: 112 bytes
--- Timer : 24 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: Nov 7 2021 - 11:38:29
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 48280 bytes
*** RO data size: 10460 bytes
*** Data size: 220 bytes
*** BSS size: 4680 bytes
============================================================================
=== Test Sequence 1 (Information)
----------------------------------------------------------------------------
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M (alt)
--- Core Variant: Cortex-M7
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: In-exception switch mode
--- Natural alignment: 4
--- Stack alignment: 8
--- Working area alignment: 8
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.2 (OS Library Info)
--- Product: ChibiOS/LIB
--- Stable Flag: 0
--- Version String: 1.3.0
--- Major Number: 1
--- Minor Number: 3
--- Patch Number: 0
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (OS Library Settings)
--- CH_CFG_USE_MAILBOXES: 1
--- CH_CFG_USE_MEMCORE: 1
--- CH_CFG_USE_HEAP: 1
--- CH_CFG_USE_MEMPOOLS: 1
--- CH_CFG_USE_OBJ_FIFOS: 1
--- CH_CFG_USE_PIPES: 1
--- CH_CFG_USE_OBJ_CACHES: 1
--- CH_CFG_USE_DELEGATES: 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: 1
--- CH_CFG_FACTORY_MAILBOXES: 1
--- CH_CFG_FACTORY_OBJ_FIFOS: 1
--- CH_CFG_FACTORY_PIPES: 1
--- Result: SUCCESS
============================================================================
=== Test Sequence 2 (Mailboxes)
----------------------------------------------------------------------------
--- Test Case 2.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 2.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 2.3 (Mailbox timeouts)
--- Result: SUCCESS
============================================================================
=== Test Sequence 3 (Pipes)
----------------------------------------------------------------------------
--- Test Case 3.1 (Pipes normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 3.2 (Pipe timeouts)
--- Result: SUCCESS
============================================================================
=== Test Sequence 4 (Jobs Queues)
----------------------------------------------------------------------------
--- Test Case 4.1 (Dispatcher test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 5 (Thread Delegates)
----------------------------------------------------------------------------
--- Test Case 5.1 (Dispatcher test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 6 (Objects Caches)
----------------------------------------------------------------------------
--- Test Case 6.1 (Cache initialization)
--- Result: SUCCESS
============================================================================
=== Test Sequence 7 (Memory Pools)
----------------------------------------------------------------------------
--- Test Case 7.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
============================================================================
=== Test Sequence 8 (Memory Heaps)
----------------------------------------------------------------------------
--- Test Case 8.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Default Heap)
--- Result: SUCCESS
============================================================================
=== Test Sequence 9 (Objects Factory)
----------------------------------------------------------------------------
--- Test Case 9.1 (Objects Registry)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.2 (Dynamic Buffers Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.3 (Dynamic Semaphores Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.4 (Dynamic Mailboxes Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.5 (Dynamic Objects FIFOs Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.6 (Dynamic Pipes Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
Final result: SUCCESS

View File

@ -0,0 +1,378 @@
*** ChibiOS/RT Test Suite
***
*** Compiled: Nov 7 2021 - 11:40:39
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 49020 bytes
*** RO data size: 10460 bytes
*** Data size: 220 bytes
*** BSS size: 6104 bytes
============================================================================
=== Test Sequence 1 (Information)
----------------------------------------------------------------------------
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M (alt)
--- Core Variant: Cortex-M7F
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: In-exception switch mode
--- Natural alignment: 4
--- Stack alignment: 8
--- Working area alignment: 8
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/RT
--- Stable Flag: 0
--- Version String: 7.0.1
--- Major Number: 7
--- Minor Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
--- CH_CFG_ST_RESOLUTION: 32
--- CH_CFG_ST_FREQUENCY: 10000
--- CH_CFG_INTERVALS_SIZE: 32
--- CH_CFG_TIME_TYPES_SIZE: 32
--- CH_CFG_ST_TIMEDELTA: 2
--- 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: 1
--- CH_CFG_USE_REGISTRY: 1
--- CH_CFG_USE_WAITEXIT: 1
--- CH_CFG_USE_SEMAPHORES: 1
--- CH_CFG_USE_SEMAPHORES_PRIORITY: 0
--- CH_CFG_USE_MUTEXES: 1
--- CH_CFG_USE_MUTEXES_RECURSIVE: 0
--- CH_CFG_USE_CONDVARS: 1
--- CH_CFG_USE_CONDVARS_TIMEOUT: 1
--- CH_CFG_USE_EVENTS: 1
--- CH_CFG_USE_EVENTS_TIMEOUT: 1
--- CH_CFG_USE_MESSAGES: 1
--- CH_CFG_USE_MESSAGES_PRIORITY: 0
--- 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: 0
--- 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 Sequence 3 (Time and Intervals Functionality)
----------------------------------------------------------------------------
--- Test Case 3.1 (System Tick Counter functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 3.2 (Time ranges functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 4 (Time Stamps Functionality)
----------------------------------------------------------------------------
--- Test Case 4.1 (Time Stamps functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 5 (Threads Functionality)
----------------------------------------------------------------------------
--- Test Case 5.1 (Thread Sleep functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.2 (Ready List functionality, threads priority order)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.3 (Priority change test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 5.4 (Priority change test with Priority Inheritance)
--- Result: SUCCESS
============================================================================
=== Test Sequence 6 (Suspend/Resume)
----------------------------------------------------------------------------
--- Test Case 6.1 (Suspend and Resume functionality)
--- Result: SUCCESS
============================================================================
=== Test Sequence 7 (Counter Semaphores)
----------------------------------------------------------------------------
--- Test Case 7.1 (Semaphore primitives, no state change)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.2 (Semaphore enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.3 (Semaphore timeout test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.4 (Testing chSemAddCounterI() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.5 (Testing chSemWaitSignal() functionality)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.6 (Testing Binary Semaphores special case)
--- Result: SUCCESS
============================================================================
=== Test Sequence 8 (Mutexes, Condition Variables and Priority Inheritance)
----------------------------------------------------------------------------
--- Test Case 8.1 (Priority enqueuing test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Priority return verification)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.3 (Repeated locks, non recursive scenario)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.4 (Condition Variable signal test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.5 (Condition Variable broadcast test)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.6 (Condition Variable priority boost test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 9 (Synchronous Messages)
----------------------------------------------------------------------------
--- Test Case 9.1 (Messages Server loop)
--- Result: SUCCESS
============================================================================
=== Test Sequence 10 (Event Sources and Event Flags)
----------------------------------------------------------------------------
--- Test Case 10.1 (Events registration)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.2 (Event Flags dispatching)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.3 (Events Flags wait using chEvtWaitOne())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.4 (Events Flags wait using chEvtWaitAny())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.5 (Events Flags wait using chEvtWaitAll())
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.6 (Events Flags wait timeouts)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 10.7 (Broadcasting using chEvtBroadcast())
--- Result: SUCCESS
============================================================================
=== Test Sequence 11 (Dynamic threads)
----------------------------------------------------------------------------
--- Test Case 11.1 (Threads creation from Memory Heap)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 11.2 (Threads creation from Memory Pool)
--- Result: SUCCESS
============================================================================
=== Test Sequence 12 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 12.1 (Messages performance #1)
--- Score : 1538445 msgs/S, 3076890 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.2 (Messages performance #2)
--- Score : 1411750 msgs/S, 2823500 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.3 (Messages performance #3)
--- Score : 1411751 msgs/S, 2823502 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.4 (Context Switch performance)
--- Score : 3608984 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.5 (Threads performance, full cycle)
--- Score : 971650 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.6 (Threads performance, create/exit only)
--- Score : 1132063 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.7 (Mass reschedule performance)
--- Score : 465356 reschedules/S, 2792136 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.8 (Round-Robin voluntary reschedule)
--- Score : 3055340 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.9 (Virtual Timers set/reset performance)
--- Score : 2534500 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.10 (Semaphores wait/signal performance)
--- Score : 14545300 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.11 (Mutexes lock/unlock performance)
--- Score : 7741852 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.12 (RAM Footprint)
--- OS : 240 bytes
--- Thread: 176 bytes
--- Timer : 24 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: Nov 7 2021 - 11:40:39
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 49020 bytes
*** RO data size: 10460 bytes
*** Data size: 220 bytes
*** BSS size: 6104 bytes
============================================================================
=== Test Sequence 1 (Information)
----------------------------------------------------------------------------
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M (alt)
--- Core Variant: Cortex-M7F
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: In-exception switch mode
--- Natural alignment: 4
--- Stack alignment: 8
--- Working area alignment: 8
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.2 (OS Library Info)
--- Product: ChibiOS/LIB
--- Stable Flag: 0
--- Version String: 1.3.0
--- Major Number: 1
--- Minor Number: 3
--- Patch Number: 0
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (OS Library Settings)
--- CH_CFG_USE_MAILBOXES: 1
--- CH_CFG_USE_MEMCORE: 1
--- CH_CFG_USE_HEAP: 1
--- CH_CFG_USE_MEMPOOLS: 1
--- CH_CFG_USE_OBJ_FIFOS: 1
--- CH_CFG_USE_PIPES: 1
--- CH_CFG_USE_OBJ_CACHES: 1
--- CH_CFG_USE_DELEGATES: 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: 1
--- CH_CFG_FACTORY_MAILBOXES: 1
--- CH_CFG_FACTORY_OBJ_FIFOS: 1
--- CH_CFG_FACTORY_PIPES: 1
--- Result: SUCCESS
============================================================================
=== Test Sequence 2 (Mailboxes)
----------------------------------------------------------------------------
--- Test Case 2.1 (Mailbox normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 2.2 (Mailbox I-Class API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 2.3 (Mailbox timeouts)
--- Result: SUCCESS
============================================================================
=== Test Sequence 3 (Pipes)
----------------------------------------------------------------------------
--- Test Case 3.1 (Pipes normal API, non-blocking tests)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 3.2 (Pipe timeouts)
--- Result: SUCCESS
============================================================================
=== Test Sequence 4 (Jobs Queues)
----------------------------------------------------------------------------
--- Test Case 4.1 (Dispatcher test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 5 (Thread Delegates)
----------------------------------------------------------------------------
--- Test Case 5.1 (Dispatcher test)
--- Result: SUCCESS
============================================================================
=== Test Sequence 6 (Objects Caches)
----------------------------------------------------------------------------
--- Test Case 6.1 (Cache initialization)
--- Result: SUCCESS
============================================================================
=== Test Sequence 7 (Memory Pools)
----------------------------------------------------------------------------
--- Test Case 7.1 (Loading and emptying a memory pool)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.2 (Loading and emptying a guarded memory pool without waiting)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.3 (Guarded Memory Pools timeout)
--- Result: SUCCESS
============================================================================
=== Test Sequence 8 (Memory Heaps)
----------------------------------------------------------------------------
--- Test Case 8.1 (Allocation and fragmentation)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.2 (Default Heap)
--- Result: SUCCESS
============================================================================
=== Test Sequence 9 (Objects Factory)
----------------------------------------------------------------------------
--- Test Case 9.1 (Objects Registry)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.2 (Dynamic Buffers Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.3 (Dynamic Semaphores Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.4 (Dynamic Mailboxes Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.5 (Dynamic Objects FIFOs Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 9.6 (Dynamic Pipes Factory)
--- Result: SUCCESS
----------------------------------------------------------------------------
Final result: SUCCESS

View File

@ -1,14 +1,14 @@
*** ChibiOS/RT Test Suite
***
*** Compiled: Jun 7 2021 - 10:28:29
*** Compiled: Nov 7 2021 - 11:42:27
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 51832 bytes
*** RO data size: 10312 bytes
*** Text size: 49652 bytes
*** RO data size: 10452 bytes
*** Data size: 220 bytes
*** BSS size: 7616 bytes
*** BSS size: 7680 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7F
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/RT
--- Stable Flag: 0
--- Version String: 7.0.0
--- Version String: 7.0.1
--- Major Number: 7
--- Minor Number: 0
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -189,47 +189,47 @@
=== Test Sequence 12 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 12.1 (Messages performance #1)
--- Score : 2068941 msgs/S, 4137882 ctxswc/S
--- Score : 2352914 msgs/S, 4705828 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.2 (Messages performance #2)
--- Score : 1929821 msgs/S, 3859642 ctxswc/S
--- Score : 2105241 msgs/S, 4210482 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.3 (Messages performance #3)
--- Score : 1950664 msgs/S, 3901328 ctxswc/S
--- Score : 2105240 msgs/S, 4210480 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.4 (Context Switch performance)
--- Score : 6018712 ctxswc/S
--- Score : 6072392 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.5 (Threads performance, full cycle)
--- Score : 1371408 threads/S
--- Score : 1363619 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.6 (Threads performance, create/exit only)
--- Score : 1490665 threads/S
--- Score : 1666647 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.7 (Mass reschedule performance)
--- Score : 652167 reschedules/S, 3913002 ctxswc/S
--- Score : 659127 reschedules/S, 3954762 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.8 (Round-Robin voluntary reschedule)
--- Score : 4409680 ctxswc/S
--- Score : 4192088 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.9 (Virtual Timers set/reset performance)
--- Score : 3185854 timers/S
--- Score : 2697160 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.10 (Semaphores wait/signal performance)
--- Score : 14545240 wait+signal/S
--- Score : 14545292 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.11 (Mutexes lock/unlock performance)
--- Score : 7272624 lock+unlock/S
--- Score : 7272644 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.12 (RAM Footprint)
@ -249,14 +249,14 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 10:28:29
*** Compiled: Nov 7 2021 - 11:42:27
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 51832 bytes
*** RO data size: 10312 bytes
*** Text size: 49652 bytes
*** RO data size: 10452 bytes
*** Data size: 220 bytes
*** BSS size: 7616 bytes
*** BSS size: 7680 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -264,7 +264,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7F
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8

View File

@ -1,14 +1,14 @@
*** ChibiOS/RT Test Suite
***
*** Compiled: Jun 7 2021 - 10:25:08
*** Compiled: Nov 7 2021 - 11:30:57
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 52140 bytes
*** RO data size: 10312 bytes
*** Text size: 50408 bytes
*** RO data size: 10452 bytes
*** Data size: 220 bytes
*** BSS size: 5536 bytes
*** BSS size: 5600 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -16,7 +16,7 @@
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8
@ -26,10 +26,10 @@
--- Test Case 1.2 (Kernel Info)
--- Product: ChibiOS/RT
--- Stable Flag: 0
--- Version String: 7.0.0
--- Version String: 7.0.1
--- Major Number: 7
--- Minor Number: 0
--- Patch Number: 0
--- Patch Number: 1
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 1.3 (Kernel Settings)
@ -189,47 +189,47 @@
=== Test Sequence 12 (Benchmarks)
----------------------------------------------------------------------------
--- Test Case 12.1 (Messages performance #1)
--- Score : 2597364 msgs/S, 5194728 ctxswc/S
--- Score : 2926800 msgs/S, 5853600 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.2 (Messages performance #2)
--- Score : 2399973 msgs/S, 4799946 ctxswc/S
--- Score : 2608670 msgs/S, 5217340 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.3 (Messages performance #3)
--- Score : 2399974 msgs/S, 4799948 ctxswc/S
--- Score : 2608671 msgs/S, 5217342 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.4 (Context Switch performance)
--- Score : 8947952 ctxswc/S
--- Score : 8727192 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.5 (Threads performance, full cycle)
--- Score : 1163051 threads/S
--- Score : 1564411 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.6 (Threads performance, create/exit only)
--- Score : 1592364 threads/S
--- Score : 1707425 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.7 (Mass reschedule performance)
--- Score : 808470 reschedules/S, 4850820 ctxswc/S
--- Score : 805362 reschedules/S, 4832172 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.8 (Round-Robin voluntary reschedule)
--- Score : 5623820 ctxswc/S
--- Score : 5303820 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.9 (Virtual Timers set/reset performance)
--- Score : 3390972 timers/S
--- Score : 2596348 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.10 (Semaphores wait/signal performance)
--- Score : 14545300 wait+signal/S
--- Score : 14545316 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.11 (Mutexes lock/unlock performance)
--- Score : 7164100 lock+unlock/S
--- Score : 7272660 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 12.12 (RAM Footprint)
@ -249,14 +249,14 @@ Final result: SUCCESS
*** ChibiOS OS Library Test Suite
***
*** Compiled: Jun 7 2021 - 10:25:08
*** Compiled: Nov 7 2021 - 11:30:57
*** Platform: STM32H755 Dual Core Very High Performance with DSP and FPU
*** Test Board: STMicroelectronics STM32 Nucleo144-H755ZI
***
*** Text size: 52140 bytes
*** RO data size: 10312 bytes
*** Text size: 50408 bytes
*** RO data size: 10452 bytes
*** Data size: 220 bytes
*** BSS size: 5536 bytes
*** BSS size: 5600 bytes
============================================================================
=== Test Sequence 1 (Information)
@ -264,7 +264,7 @@ Final result: SUCCESS
--- Test Case 1.1 (Port Info)
--- Architecture: ARMv7E-M
--- Core Variant: Cortex-M7
--- Compiler: GCC 10.2.1 20201103 (release)
--- Compiler: GCC 10.3.1 20210621 (release)
--- Port Info: Advanced kernel mode
--- Natural alignment: 4
--- Stack alignment: 8