From ad8e1e25e805f6face5fcf0b3906cd06db46e1d7 Mon Sep 17 00:00:00 2001 From: evacha01 Date: Tue, 19 Mar 2024 12:42:17 +0000 Subject: Make Full Range FP16 tests into extra tests Signed-off-by: evacha01 Change-Id: I8c59ecb5a1fb53d0e9bf64333709f9e3cc908b49 --- scripts/convert2conformance/convert2conformance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/convert2conformance/convert2conformance.py b/scripts/convert2conformance/convert2conformance.py index 531dca8..4a006d6 100755 --- a/scripts/convert2conformance/convert2conformance.py +++ b/scripts/convert2conformance/convert2conformance.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2021-2023, ARM Limited. +# Copyright (c) 2021-2024, ARM Limited. # SPDX-License-Identifier: Apache-2.0 """This script converts generated tests into conformance tests. @@ -240,7 +240,7 @@ def update_desc_json( # Add tags (if any) if tags is not None: - test_desc["tag"] = tags + test_desc["tag"] = test_desc.get("tag", []) + tags return test_desc -- cgit v1.2.1