aboutsummaryrefslogtreecommitdiff
path: root/verif
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-11-21 11:22:22 +0000
committerDominic Symes <dominic.symes@arm.com>2023-11-23 12:59:03 +0000
commit6ce35028420a208df979ba88807ee8bffe746b63 (patch)
treecb1831fe517ce57c5cc2440ae74d230c7bd06074 /verif
parent0601f80afd9c160a1454d5cd0f22a04f2f91eb75 (diff)
downloadreference_model-6ce35028420a208df979ba88807ee8bffe746b63.tar.gz
Verify library fix to only accept FP64 ref data
Make test_verif_result_check output to only say result files are non-compliant as it may not be implmenetation result issues. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I14d10a7ee3aeff7802b6b173280d9f2054760a08
Diffstat (limited to 'verif')
-rw-r--r--verif/checker/tosa_result_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/checker/tosa_result_checker.py b/verif/checker/tosa_result_checker.py
index 4ba5d4c..8c7e432 100644
--- a/verif/checker/tosa_result_checker.py
+++ b/verif/checker/tosa_result_checker.py
@@ -78,7 +78,7 @@ def compliance_check(
return (TestResult.PASS, 0.0, "")
else:
_print_result(LogColors.RED, f"Results NON-COMPLIANT {test_name}")
- return (TestResult.MISMATCH, 0.0, "Non-compliance implementation results found")
+ return (TestResult.MISMATCH, 0.0, "Non-compliance results found")
def test_check(