12 May
2023
12 May
'23
2:11 p.m.
Rémi Bernon (@rbernon) commented about dlls/kernel32/tests/heap.c:
heap = HeapCreate( HEAP_NO_SERIALIZE, initial_size, 0 ); get_valloc_info( heap, ¤t_base, &alloc_size, &commit_size );
- todo_wine + todo_wine_if( initial_size && alloc_size == initial_size )
Could we maybe fully pass this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2800#note_32653