--
v4: ntdll: Store exception reporting flags for debug events.
ntdll: Store exception reporting flags on suspend.
ntdll: Store exception reporting flags in server context.
ntdll: Set exception reporting flags in NtGetContextThread().
ntdll/tests: Add tests for CONTEXT_EXCEPTION_REQUEST.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5480
--
v2: jscript: Remove PROP_IDX dispex props by handling them in object prop methods.
jscript: Move filling the PROTREF into a helper.
jscript: Simplify get_flags to only check whether it's enumerable.
jscript: Get rid of on_put in the object vtbl.
jscript: Inline prop_put.
jscript: Inline prop_get.
jscript: Inline invoke_prop_func and invoke PROTREFs using their vtbl method.
jscript: Inline delete_prop.
jscript: Use mandatory methods in the object vtbl to operate on props found
jscript: Use mandatory methods in the object vtbl to operate on props
mshtml/tests: Test redefining a writable indexed prop.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5444
On Tue Apr 16 14:47:32 2024 +0000, Elizabeth Figura wrote:
> 1/3 is unfortunately causing some (strange) test failures here:
> 00f0:fixme:quartz:mpeg_splitter_filter_init_gst unexpected format 5
> 00f0:fixme:quartz:mpeg_splitter_filter_init_gst unexpected format 1
> amstream.c:512: Test failed: Got hr 0.
> I see this on the CI too.
Got it. I'll take a look.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5430#note_67920
--
v2: wined3d: Use dynamic state for rasterizer state if possible.
wined3d: Use dynamic state for blend state if possible.
wined3d: Use dynamic state for multisample state if possible.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5471