commit | ec7e5843250cf64ca08c4ddb14f39a3acd2aee81 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Thu Aug 12 16:18:04 2021 +0100 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed Oct 06 00:49:13 2021 +0200 |
tree | 8dac0bb630c0462fbfce323f959474ba5b801b35 | |
parent | 3b2fc5c70606b144b4362c5c4fab1e7e0c4efb6c [diff] |
Fix service provider chain test case A test case to check chaining of service providers was building a chain of providers where each array of handlers was of zero length. This was leading to a test failure when running on an embedded platform but not natively on a PC. This change corrects the handler array sizes - test now passes on both embedded and PC platforms. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: If8e2bd1c9322ae034a79ba79b158ee9f5d3d2944