[rtems commit] validation: Use T_report_hash_sha256_update()

Sebastian Huber sebh at rtems.org
Wed Aug 10 05:43:50 UTC 2022


Module:    rtems
Branch:    master
Commit:    f6a38fb2546950909f371691494371993968b20c
Changeset: http://git.rtems.org/rtems/commit/?id=f6a38fb2546950909f371691494371993968b20c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Aug  5 15:35:33 2022 +0200

validation: Use T_report_hash_sha256_update()

Add the direct BSP character ouput to the report hash.

Update #3716.

---

 testsuites/validation/tr-io-kernel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuites/validation/tr-io-kernel.c b/testsuites/validation/tr-io-kernel.c
index c31cf374e0..78fa415f0a 100644
--- a/testsuites/validation/tr-io-kernel.c
+++ b/testsuites/validation/tr-io-kernel.c
@@ -82,7 +82,9 @@
  */
 static void RtemsIoValKernel_Action_0( void )
 {
+  T_report_hash_sha256_update( 'X' );
   ( *BSP_output_char )( 'X' );
+  T_report_hash_sha256_update( '\n' );
   ( *BSP_output_char )( '\n' );
 }
 



More information about the vc mailing list