aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:35 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:35 +0100
commit2dc099cf781cc8e0aeae5e0e34a707c66f1c8c98 (patch)
treec35cd33501bcda69665850d66dd4cc9d6e77282d /operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json
parentd53378c6e205afdc2a538ac438ecc717ccc2718c (diff)
downloadconformance_tests-2dc099cf781cc8e0aeae5e0e34a707c66f1c8c98.tar.gz
Updating BITWISE_XOR tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Idcf196641a1ed84b4acc1d8d1bccf70840c4b1d1
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json
new file mode 100644
index 000000000..32d976811
--- /dev/null
+++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_32_i32/desc.json
@@ -0,0 +1,20 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0",
+ "input-1"
+ ],
+ "ifm_file": [
+ "input-0.npy",
+ "input-1.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 2,
+ "expected_failure": true,
+ "expected_failure_desc": "Op input list does not match expected input"
+} \ No newline at end of file