summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-02-21 20:31:08 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-02-23 09:18:17 +0100
commite64b44f6cd0f68eb76421b035c2eaacb22b93340 (patch)
treeaab2ee88709e2f3eab0c8fcfaa3f6060cfa19c12
parentspec: Use code inspections (diff)
downloadrtems-central-e64b44f6cd0f68eb76421b035c2eaacb22b93340.tar.bz2
spec: Adjust test case
The binary fraction change by just 5us is due to an implementation change: commit 870cf9695f688c06743dd7fe8a7113e0cb5e3607 Author: Andriy Gapon <avg@FreeBSD.org> Date: Tue Nov 30 15:23:23 2021 +0200 kern_tc: unify timecounter to bintime delta conversion
-rw-r--r--spec/score/timecounter/val/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/score/timecounter/val/install.yml b/spec/score/timecounter/val/install.yml
index fb8041dc..b15d6fd6 100644
--- a/spec/score/timecounter/val/install.yml
+++ b/spec/score/timecounter/val/install.yml
@@ -972,7 +972,7 @@ test-actions:
SetCounter( tc, 408 * tc->base.tc_frequency );
rtems_clock_get_realtime_bintime( &bt );
T_eq_i64( bt.sec, 567994011 );
- T_eq_u64( bt.frac, 120259084288 );
+ T_eq_u64( bt.frac, 92353004044288 );
links:
- role: validation
uid: ../req/ntp-adjustment