| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Wayland] Add linux-drm-syncobj fenced release tests
Add WaylandBufferManagerDrmSyncobjTest to unit test the fenced
release flow using the linux-drm-syncobj protocol. The test fixture
injects a MockDrmSyncobjIoctlWrapper and validates that OnSubmission
delivers the correct release fence via the syncobj timeline export
path.
Three test cases are added:
- FencedRelease: happy path verifying that the second OnSubmission
carries an exported release fence from the previous frame.
- FencedReleaseSyncobjEventfdFails: SyncobjEventfd returns EIO,
verifying graceful fallback to a null release fence.
- FencedReleaseSyncobjExportSyncFileFails: SyncobjExportSyncFile
returns EIO, verifying graceful fallback to a null release fence.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |