Skip to content

framework/replay: do not raise in compare if no images were dumped

Previously we were trusting that the backends will always return a failure in case replaying a trace was not succesfull.

Now, we manage also this scenario without exceptions because eglretrace won't fail if the parameters passed are malformed and we really want to deal with it gracefully in any case.

Signed-off-by: Andres Gomez agomez@igalia.com

Merge request reports