aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_ref_run.py
diff options
context:
space:
mode:
authorLes Bell <les.bell@arm.com>2021-09-06 11:29:46 +0100
committerKevin Cheng <kevin.cheng@arm.com>2021-09-16 01:48:01 +0100
commitf414b3c9250d148c0a125e88967a1e9b603fa5e8 (patch)
tree71d6492672dd1508bbb731d071a5ba13d8461504 /verif/tosa_ref_run.py
parent1533b85d198a1dd2b1ce995b6c9d69456e56eb3f (diff)
downloadreference_model-f414b3c9250d148c0a125e88967a1e9b603fa5e8.tar.gz
Generate more CONV3D tests
* plus extra debug info for some exceptions Change-Id: I667ee9b8a1cba8c6bd47c31231f1805eba680ba5 Signed-off-by: Les Bell <les.bell@arm.com>
Diffstat (limited to 'verif/tosa_ref_run.py')
-rw-r--r--verif/tosa_ref_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/tosa_ref_run.py b/verif/tosa_ref_run.py
index 499513b..c14f490 100644
--- a/verif/tosa_ref_run.py
+++ b/verif/tosa_ref_run.py
@@ -67,7 +67,7 @@ class TosaRefRunner(TosaTestRunner):
else:
result = TosaTestRunner.Result.UNEXPECTED_FAILURE
else:
- raise Exception("Return code unknown.")
+ raise Exception(f"Return code ({rc}) unknown.")
except Exception as e:
raise Exception("Runtime Error when running: {}".format(" ".join(ref_cmd)))