diff --git a/EBBR.yaml b/EBBR.yaml index e61557896aa791f58e238c8e633bc136c421157a..a6fb1ffb82d262a64b0d07088285fdceee64c66f 100644 --- a/EBBR.yaml +++ b/EBBR.yaml @@ -2175,6 +2175,32 @@ update: result: KNOWN ACS LIMITATION +############################################################################### +# Known SCT limitations # +############################################################################### + +# We force the following tests result as `KNOWN SCT LIMITATION'. They are +# genuine bugs, which are fixed in a more recent version of the SCT or which +# must ultimately be fixed and which we know about. + +- rule: Force simple text input ex protocol warning as known SCT limitation + Unsupported is a valid return value for SetState(). + criteria: + descr: Simple Text Input Ex Protocol Test + device path: No device path + group: ConsoleSupportTest + guid: 6A8CAA83-B9DA-46C7-98F6-D4969DABDAA0 + log: Status = Unsupported + name: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState - SetState() doesn't return + EFI_SUCCESS with EFI_KEY_STATE_EXPOSED + result: WARNING + revision: '0x00010000' + set guid: 2C3CA282-5644-41B6-AFC9-4387F25389BD + sub set: ReadKeyStrokeExFunctionAuto + test set: SimpleTextInputExProtocolTest + update: + result: KNOWN SCT LIMITATION + ############################################################################### # Comments # ############################################################################### diff --git a/README.md b/README.md index 87630a546732146cbd1de84c27d6f9a600d27658..d64c45bd6ca1264470f9cbcbb051ca19b2c74205 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,10 @@ ones: `KNOWN ACS LIMITATION` Genuine bugs, which are fixed in a more recent version of the ACS or which must ultimately be fixed and which we know about. + + `KNOWN SCT LIMITATION` Genuine bugs, which are fixed in a more recent + version of the SCT or which must ultimately be fixed + and which we know about. ------------------------------------------------------------------------------- Some of the rules just add a `comments` field with some help text.