gl: Update serde serialization tests for new flags/enum variants

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1343>
This commit is contained in:
Sebastian Dröge 2023-11-10 17:19:20 +02:00
parent 9bc2a3dbf5
commit 39b472ce8b

View file

@ -46,12 +46,12 @@ mod tests {
crate::GLConfigSurfaceType::all(),
"\"window+pbuffer+pixmap\""
);
#[cfg(feature = "v1_20")]
#[cfg(feature = "v1_24")]
check_serialize!(
crate::GLDisplayType::all(),
concat!(
"\"x11+wayland+cocoa+win32+dispmanx+egl+viv-fb+gbm+egl-device",
"+eagl+winrt+android\""
"+eagl+winrt+android+egl-surfaceless\""
)
);
check_serialize!(crate::GLPlatform::all(), "\"egl+glx+wgl+cgl+eagl\"");
@ -73,13 +73,13 @@ mod tests {
crate::GLConfigSurfaceType::all(),
"\"none+window+pbuffer+pixmap\""
);
#[cfg(feature = "v1_20")]
#[cfg(feature = "v1_24")]
check_deserialize!(
crate::GLDisplayType,
crate::GLDisplayType::all(),
concat!(
"\"x11+wayland+cocoa+win32+dispmanx+egl+viv-fb+gbm+egl-device",
"+eagl+winrt+android\""
"+eagl+winrt+android+egl-surfaceless\""
)
);
check_deserialize!(