summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 07:12:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 07:12:01 +0200
commit1a35b5abf481d8ecd25866599d1416897a5721f8 (patch)
treeee1462d63239e646362c8f4b37d642bc9afe9fc8
parentspec: Fix relative CLOCK_REALTIME sleep (diff)
downloadrtems-central-1a35b5abf481d8ecd25866599d1416897a5721f8.tar.bz2
validation: Use T_report_hash_sha256_update()
Add the direct BSP character ouput to the report hash. Update #3716.
-rw-r--r--spec/rtems/io/val/kernel.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/rtems/io/val/kernel.yml b/spec/rtems/io/val/kernel.yml
index 99322182..90254bf0 100644
--- a/spec/rtems/io/val/kernel.yml
+++ b/spec/rtems/io/val/kernel.yml
@@ -7,7 +7,9 @@ test-actions:
- action-brief: |
Call the function referenced by ${../if/bsp-output-char:/name}.
action-code: |
+ T_report_hash_sha256_update( 'X' );
( *BSP_output_char )( 'X' );
+ T_report_hash_sha256_update( '\n' );
( *BSP_output_char )( '\n' );
checks: []
links: