From bcc7308add9c00c4e7fac137a7102f161432fb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Thu, 23 Sep 2021 16:52:23 +0200 Subject: [PATCH] EBBR.yaml: add new query variable info known u-boot limitation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QueryVariableInfo() implementation in U-Boot does not check properly for all the invalid inputs conditions and we already mark some failures as "known u-boot limitations". The new ACS-IR v1.0 uses a new SCT version with commit 814b2af535d9 ("uefi-sct/SctPkg: uefi-sct:QueryVariableInfo(EFI_VARIABLE_NON_VOLATILE)"), which causes a new failure. Mark this new failure as "known u-boot limitation". Signed-off-by: Vincent Stehlé --- EBBR.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/EBBR.yaml b/EBBR.yaml index 1f43780..e615578 100644 --- a/EBBR.yaml +++ b/EBBR.yaml @@ -2090,6 +2090,25 @@ update: result: KNOWN U-BOOT LIMITATION +- rule: Force runtime services variable test conformance failure (4) as known + U-Boot limitation + QueryVariableInfo implementation in U-Boot does not check properly for all + invalid inputs conditions + criteria: + descr: Variable Services Test + device path: No device path + group: RuntimeServicesTest + guid: 2F9966BA-0091-4085-BF9D-09AA809F942E + log: Status - Success, Expected - Invalid Parameter (Variable Attribute 0x1) + name: RT.QueryVariableInfo - With being an invalid combination + result: FAILURE + revision: '0x00010000' + set guid: 61758774-91A3-47DD-BDBD-B81094A5F62D + sub set: QueryVariableInfo_Conf + test set: VariableServicesTest + update: + result: KNOWN U-BOOT LIMITATION + ############################################################################### # Known ACS limitations # ############################################################################### -- GitLab