aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJared Smolens <jared.smolens@arm.com>2021-08-24 23:48:19 +0000
committerJared Smolens <jared.smolens@arm.com>2021-08-25 08:28:03 -0700
commita9d539548ab90693682683b4c685a1597b1c8c26 (patch)
tree140029c3deb9a541c092bef91584bf41c1bf34eb /README.md
parentacb550f4410ae861e53cae27a9feb4b11d45769f (diff)
downloadreference_model-a9d539548ab90693682683b4c685a1597b1c8c26.tar.gz
Restore expectedFailure to test description files
- Updated example tests, added missing npy files - Updated README file with fields in desc.json Change-Id: I5651ed5260866a8381adf620fb6dd6405cb2833b
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index bfdb199..f2b8bec 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,11 @@ The JSON test descriptor must have the following field:
* expected_failure:
type: boolean.
Is this test expected to fail in runtime.
-
+* expected_return_code:
+ type: int
+ The expected return code of the reference model i
+ (0 = VALID, 1 = ERROR, 2 = UNPREDICTABLE)
+
Note by default, all the files specified by "tosa_file", "ifm_file",
"ofm_file" are relative to desc.json. This could be overwritten by
-Cflatbuffer_dir=, if desired.