From a9d539548ab90693682683b4c685a1597b1c8c26 Mon Sep 17 00:00:00 2001 From: Jared Smolens Date: Tue, 24 Aug 2021 23:48:19 +0000 Subject: Restore expectedFailure to test description files - Updated example tests, added missing npy files - Updated README file with fields in desc.json Change-Id: I5651ed5260866a8381adf620fb6dd6405cb2833b --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.1